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.

Start with the job to be done
26996 results
All outcomes · All facets
Page 23 of 1125
SkillHub ClubRun DevOps

.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.

A 8.0
Full StackDevOpsTesting
clickhouseci-toolstesting-workflowdocumentation
46.4K
rank 96
hot 99
SkillHub ClubShip Full Stack

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.

A 7.1
Full Stack
cli-referencecomponent-developmentbit-devtool-documentation
18.4K
rank 91
hot 99
SkillHub ClubWrite Technical Docs

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.

A 7.7
Full StackTech Writer
latex-migrationdocument-conversionacademic-writingtemplate-upgrade
1.3K
rank 77
hot 99
SkillHub ClubShip Full Stack

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.

A 8.4
Testing
context-drivenexploratory-testingtesting-methodologiesrisk-assessment
262
rank 84
hot 98
SkillHub ClubRun DevOps

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.

A 7.7
TestingDevOps
test-infrastructuredevopsdockercost-optimization
262
rank 77
hot 98
SkillHub ClubResearch & Ops

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.

A 8.0
Full Stack
prompt-engineeringresearch-assistantworkflow-optimization
224
rank 80
hot 98
SkillHub ClubAnalyze Data & AI

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.

A 8.7
Data / AI
data-processingpandasdata-cleaningdata-analysis
141
rank 87
hot 96
SkillHub ClubRun DevOps

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.

S 9.0
Full StackSecurity
71
rank 90
hot 93
SkillHub ClubDesign Product

pdf

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.

A 7.9
Full StackData / AIDesigner
pdf-processingdocument-automationdata-extractionpython-libraries
15.5K
rank 90
hot 99
SkillHub ClubShip Full Stack

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.

A 8.1
Full Stack
10.2K
rank 88
hot 99
SkillHub ClubRun DevOps

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.

A 8.4
Full StackSecurity
3.7K
rank 84
hot 99
SkillHub ClubWrite Technical Docs

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.

A 8.4
Full StackTech WriterSecurity
3.7K
rank 84
hot 99
SkillHub ClubShip Full Stack

ask-questions-if-underspecified

Clarify requirements before implementing. Use when serious doubts araise.

A 8.2
Full Stack
3.7K
rank 83
hot 99
SkillHub ClubWrite Technical Docs

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.

A 8.4
Full StackBackendData / AI
1K
rank 84
hot 99
SkillHub ClubShip Full Stack

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.

A 8.2
Full StackTesting
625
rank 82
hot 99
SkillHub ClubDesign Product

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.

A 7.9
FrontendDesignerIntegration
ui-implementationdesign-to-codefigma-integrationfrontend-automation
246
rank 79
hot 98
SkillHub ClubShip Full Stack

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.

A 8.6
Full StackFrontendBackend
api-integrationtypescriptopenapifrontend
245
rank 86
hot 98
SkillHub ClubGrow & Distribute

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"

A 8.9
Full StackFrontendBackend
141
rank 89
hot 96
SkillHub ClubWrite Technical Docs

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.

A 8.9
Full StackBackendData / AI
141
rank 89
hot 96
SkillHub ClubRun DevOps

aws-beanstalk-expert

Expert knowledge for deploying, managing, and troubleshooting AWS Elastic Beanstalk applications with production best practices

A 8.9
Full StackDevOps
98
rank 89
hot 94
SkillHub ClubWrite Technical Docs

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.

A 8.4
Tech Writer
childrens-bookscreative-writingstorytellingeducation
98
rank 84
hot 94
SkillHub ClubRun DevOps

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.

A 8.0
Full StackSecurityIntegration
321.6K
rank 99
hot 99
SkillHub ClubAnalyze Data & AI

financial-analysis

Perform comprehensive financial analysis including DCF modeling, ratio analysis, and financial statement evaluation for companies and investment opportunities

B 7.2
Full StackData / AI
5.9K
rank 85
hot 99
SkillHub ClubShip Full Stack

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.

B 7.2
Full Stack
4.2K
rank 83
hot 99
Previous
Page 23 of 1125
Next