Marketplace
Find the right skill for the job.
Browse the full catalog through outcome-first channels, technical facets, rating filters, and server-side pagination built for a large public marketplace.
.claude
Provides ClickHouse-specific development guidelines and CI report analysis tools. Includes code formatting rules, commit practices, and scripts to fetch and parse test results from ClickHouse's S3-based CI system. Helps maintain consistency in documentation and debugging test failures.
claude-skill-bit-cli
A practical CLI reference skill for Bit component development platform that provides quick command syntax lookup, though it lacks interactive examples and detailed flag explanations.
transfer-old-latex-to-new
Automates migration of old NSFC grant proposals to new LaTeX templates. Analyzes structural differences, maps content between versions, handles one-to-many/many-to-one sections, and validates LaTeX compilation. Useful for researchers needing to update proposals to latest template requirements.
context-driven-testing
This skill teaches context-driven testing principles, helping testers adapt their approach based on project specifics rather than blindly following 'best practices'. It provides concrete heuristics like SFDIPOT and RST tours, with examples for different project contexts (startup vs enterprise). The skill includes agent coordination patterns for implementing context-aware testing strategies.
test-environment-management
This skill provides concrete guidance for managing test environments using Infrastructure as Code, Docker, and service virtualization. It includes specific examples for Docker Compose, Terraform, and cost optimization scripts. The skill helps teams avoid 'works on my machine' issues by ensuring environment parity with production.
question-refiner
This skill helps researchers refine vague questions into structured prompts for deep research tools. It asks clarifying questions about scope, format, and sources before generating detailed research task specifications. The tool enforces discipline in research question formulation.
data-transform
This skill provides local data transformation using pandas and numpy, compatible with any LLM. It covers cleaning, normalization, reshaping, and feature engineering with practical code examples and troubleshooting guidance.
dependency-conflict-resolver
Detect and resolve package dependency conflicts before installation across npm/yarn/pnpm, pip/poetry, cargo, and composer. Auto-trigger when installing/upgrading packages. Validates peer dependencies, version compatibility, security vulnerabilities. Auto-resolves safe conflicts (patches, dev deps), suggests manual review for breaking changes. Prevents conflicting versions, security vulnerabilities, broken builds.
This skill provides Python and command-line recipes for common PDF tasks like extracting text and tables, merging/splitting files, and creating documents. It integrates with OCR for scanned PDFs and suggests visual enhancements via another skill. The documentation includes clear code examples for pypdf, pdfplumber, and reportlab.
Prompting
Meta-prompting system for dynamic prompt generation using templates, standards, and patterns. USE WHEN meta-prompting, template generation, prompt optimization, or programmatic prompt composition.
solana-vulnerability-scanner
Scans Solana programs for 6 critical vulnerabilities including arbitrary CPI, improper PDA validation, missing signer/ownership checks, and sysvar spoofing. Use when auditing Solana/Anchor programs.
testing-handbook-generator
Meta-skill that analyzes the Trail of Bits Testing Handbook (appsec.guide) and generates Claude Code skills for security testing tools and techniques. Use when creating new skills based on handbook content.
ask-questions-if-underspecified
Clarify requirements before implementing. Use when serious doubts araise.
dynamodb
AWS DynamoDB NoSQL database for scalable data storage. Use when designing table schemas, writing queries, configuring indexes, managing capacity, implementing single-table design, or troubleshooting performance issues.
playwright-local
Build browser automation and web scraping with Playwright on your local machine. Prevents 10 documented errors including CI timeout hangs, extension testing failures, and Ubuntu compatibility issues. Includes stealth mode for anti-bot bypass, authenticated sessions, infinite scroll handling, screenshot/PDF generation, and v1.57 Speedboard performance analysis. Use when: automating browsers, scraping protected sites, testing with real IPs, bypassing bot detection, generating screenshots/PDFs, or troubleshooting "target closed", "page.pause() hangs CI", "permission prompts block tests", or "Ubuntu 25.10 installation" errors.
ui-implementer
Automates UI component creation from design references like Figma files or screenshots. Uses specialized agents for implementation and validation with smart switching between UI Developer and UI Developer Codex based on performance. Includes iterative fixing loops and design fidelity scoring.
api-spec-analyzer
This Skill analyzes OpenAPI specs to generate TypeScript interfaces and implementation code for frontend API integration. It provides concrete examples for API services, TanStack Query hooks, and error handling patterns specific to a project. It helps developers avoid common API integration errors by referencing the actual specification.
rsc-data-optimizer
Optimize Next.js App Router data fetching by converting slow client-side fetching to fast server-side fetching using React Server Components (RSC). Use when: - User reports slow initial page load with loading spinners - Page uses useEffect + useState for data fetching - StoreContext/useStore pattern causes waterfall fetching - Need to improve SEO (content not in initial HTML) - Converting "use client" pages to Server Components Triggers: "slow loading", "optimize fetching", "SSR data", "RSC optimization", "remove loading spinner", "server-side fetch", "convert to server component", "data fetch lambat", "loading lama"
insforge-schema-patterns
Database schema patterns for InsForge including social graphs, e-commerce, content publishing, and multi-tenancy with RLS policies. Use when designing data models with relationships, foreign keys, or Row Level Security.
aws-beanstalk-expert
Expert knowledge for deploying, managing, and troubleshooting AWS Elastic Beanstalk applications with production best practices
kids-book-writer
This skill generates complete children's book manuscripts for ages 2-9, including rhyming stories, picture books, and educational songs. It follows specific age-appropriate guidelines for vocabulary, meter, and developmental stages, providing detailed illustration notes and structured narratives with moral lessons.
mcporter
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
financial-analysis
Perform comprehensive financial analysis including DCF modeling, ratio analysis, and financial statement evaluation for companies and investment opportunities
pinia
Pinia official Vue state management library, type-safe and extensible. Use when defining stores, working with state/getters/actions, or implementing store patterns in Vue apps.