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 97 of 1125
SkillHub ClubShip Full Stack

typescript-best-practices

This skill provides concrete TypeScript patterns for type-first development, discriminated unions, runtime validation with Zod, and configuration management. It enforces making illegal states unrepresentable at compile time and includes practical examples for exhaustive handling and error propagation.

A 8.3
Full Stack
typescriptcode-qualitybest-practicesvalidation
40
rank 83
hot 90
SkillHub ClubResearch & Ops

product

A router skill that directs product management tasks to specific workflows like PRD generation, competitive analysis, and metrics definition. It uses keyword triggers and provides structured reference files for each task type, enforcing rules like using story points and challenging assumptions.

A 8.0
Full Stack
product-managementworkflow-routerdecision-support
31
rank 80
hot 89
SkillHub ClubWrite Technical Docs

cookbook-audit

This skill audits Anthropic Cookbook notebooks against a detailed style guide. It runs automated checks for technical issues and secrets, then provides structured scoring across narrative quality, code quality, technical accuracy, and actionability. The audit includes specific recommendations with line references.

A 8.1
Tech Writer
notebook-reviewcode-auditquality-checkjupyter
35.3K
rank 95
hot 99
SkillHub ClubResearch & Ops

ux-researcher-designer

UX research and design toolkit for Senior UX Designer/Researcher including data-driven persona generation, journey mapping, usability testing frameworks, and research synthesis. Use for user research, persona creation, journey mapping, and design validation.

A 7.7
Full StackData / AIDesigner
5.8K
rank 85
hot 99
SkillHub ClubShip Full Stack

document-converter

This skill orchestrates multiple command-line tools (pandoc, markitdown, pymupdf4llm) to convert documents between Markdown, DOCX, and PDF formats. It features intelligent tool selection, batch processing, and fallback mechanisms with optional Gemini API for enhanced PDF text extraction. The documentation clearly explains conversion priorities and practical usage patterns.

A 8.2
Full StackBackend
document-conversionmarkdown-toolspdf-processingoffice-automation
435
rank 82
hot 99
SkillHub ClubShip Full Stack

math-teacher

This skill generates interactive, standalone HTML/JS playgrounds to teach math concepts from arithmetic to calculus. It uses gamification, visualizations, and adaptive challenges to make learning engaging. Outputs are self-contained web pages with real-time feedback and playful elements like points and animations.

A 7.8
Full Stack
math-learninginteractive-educationgamificationvisualization
98
rank 78
hot 94
SkillHub ClubShip Full Stack

task-breakdown-phase

Standard Operating Procedure for /tasks phase. Covers task sizing, acceptance criteria definition, and TDD-first task sequencing. (project)

A 8.0
Full Stack
71
rank 80
hot 93
SkillHub ClubShip Full Stack

moai-workflow-testing

This skill bundles TDD, debugging, performance analysis, and code review into a single workflow. It provides concrete steps for the RED-GREEN-REFACTOR cycle, error analysis, and PR reviews using a multi-agent pattern. It integrates with tools like pytest, cProfile, and GitHub Actions.

A 8.0
Full StackTesting
workflow-automationcode-reviewtesting-frameworkdebugging-tools
56
rank 80
hot 92
SkillHub ClubShip Full Stack

pr-comment-analyzer

Analyzes GitHub PR review comments to assess relevance, identify ambiguous feedback, and generate structured reports with suggested Q&A discussion points. Provides read-only analysis without modifying code or resolving threads, helping teams understand review status before taking action.

A 8.2
Full Stack
githubcode-reviewpr-analysiscollaboration
43
rank 82
hot 90
SkillHub ClubShip Full Stack

claude-code-commands

Provides a detailed reference for creating Claude Code slash commands with argument handling, file inclusion, bash execution, and hook integration. Includes practical templates for common workflows like code review, testing, and multi-agent orchestration.

A 8.1
Full StackTestingIntegration
claude-codeslash-commandsworkflow-automationdeveloper-tools
42
rank 81
hot 90
SkillHub ClubAnalyze Data & AI

snowflake-cli

This skill enables Claude to execute Snowflake CLI commands for SQL operations, stage management, and application deployment. It covers variable templating with three syntax types, connection profiles, and multi-environment patterns. The documentation includes troubleshooting guides for common issues like variable substitution and permission errors.

A 8.3
DevOpsData / AI
snowflakecli-automationsql-executiondata-pipelines
31
rank 83
hot 89
SkillHub ClubBuild UI

zustand-state-management

Provides concrete patterns for setting up Zustand stores in React with TypeScript, specifically addressing common pitfalls like Next.js hydration errors and TypeScript syntax issues. Includes practical examples for basic, typed, and persistent stores with clear do's and don'ts.

A 8.8
Frontend
reacttypescriptstate-managementzustand
10
rank 88
hot 84
SkillHub ClubShip Full Stack

debug-hooks

Provides a systematic debugging workflow for Claude Code hooks with concrete bash commands. Covers common failure scenarios like missing registrations, silent errors, and build issues. Includes practical examples for manual testing and a diagnostic checklist.

A 8.7
Full StackTesting
claude-hooksdebuggingworkflowtroubleshooting
3.6K
rank 87
hot 99
SkillHub ClubShip Full Stack

calendar

Calendar canvas for displaying events and picking meeting times. Use when showing calendar views or when users need to select available time slots.

A 8.1
Full Stack
1.4K
rank 81
hot 99
SkillHub ClubWrite Technical Docs

moai-docs-generation

Provides concrete patterns for generating documentation using real tools like Sphinx, MkDocs, TypeDoc, and Nextra. Covers setup, configuration, and CI/CD integration for API docs, user guides, and static sites. Includes specific commands and file examples for different documentation frameworks.

A 8.3
Tech WriterBackendDevOps
documentation-generationapi-docsstatic-sitesci-cd
841
rank 83
hot 99
SkillHub ClubWrite Technical Docs

.claude

Provides Claude with context for managing a GitOps-based Kubernetes homelab using Flux and Talos. Includes architecture docs, conventions, and quick reference commands for cluster operations. Helps maintain consistency across two independent clusters with specific invariants and directory structures.

A 7.6
DevOpsTech Writer
kubernetesgitopshomelabflux
291
rank 76
hot 99
SkillHub ClubAnalyze Data & AI

discover-data

A gateway skill that auto-activates for data development tasks and provides access to 9 specialized data skills covering batch processing, stream processing, and advanced dataflow systems. It uses a progressive loading approach where users first get the gateway, then can explore specific skills as needed.

A 7.6
Data / AI
data-pipelineetlstream-processingdataflow
81
rank 76
hot 93
SkillHub ClubWrite Technical Docs

moai-library-mermaid

This skill enables Claude Code to generate 21 types of Mermaid diagrams using MCP Playwright for rendering. It provides syntax examples for flowcharts, sequence diagrams, and C4 architecture diagrams, with integration guidance for development workflows. The skill requires Node.js and Playwright configuration to function.

A 7.9
Tech WriterDesignerTesting
diagram-generationmermaidarchitecture-docsvisual-documentation
56
rank 79
hot 92
SkillHub ClubWrite Technical Docs

writing-git-commits

This skill teaches developers how to write structured Git commit messages following the Conventional Commits specification. It explains commit types like feat, fix, and docs, shows message formatting, and links to detailed sub-skills for examples and FAQs. It's designed to improve team communication and enable automated changelog generation.

A 8.2
Full StackTech Writer
gitcommit-messagesconventional-commitsversion-control
43
rank 82
hot 90
SkillHub ClubRun DevOps

git-workflow

Provides structured guidance on Git workflows for teams, covering branching strategies, commit conventions, PR reviews, and release automation. Includes decision trees, templates, and integration with CI/CD tools. Focuses on practical implementation with clear examples and anti-patterns.

A 8.3
DevOpsFull StackIntegration
gitcode-reviewversion-controlteam-collaboration
42
rank 83
hot 90
SkillHub ClubDesign Product

task-master-viewer

Provides a Streamlit-based GUI for editing Task Master tasks.json files, offering visual task management as an alternative to CLI commands. Includes clear launch instructions, troubleshooting tips, and integration guidance with existing tools.

A 8.2
Full StackDesignerIntegration
task-managementgui-editorstreamlitjson-editing
31
rank 82
hot 89
SkillHub ClubResearch & Ops

plugin-structure

This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDE_PLUGIN_ROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin directory layout, manifest configuration, component organization, file naming conventions, or Claude Code plugin architecture best practices.

A 8.4
Full StackIntegration
12.6K
rank 89
hot 99
SkillHub ClubResearch & Ops

create-meta-prompts

This skill automates the creation of structured prompts for multi-stage Claude workflows (research, plan, implement, refine). It enforces a consistent folder structure, generates human-readable summaries, and manages dependencies between prompts to create reproducible AI pipelines.

A 8.0
Full StackData / AIIntegration
prompt-engineeringworkflow-automationclaude-mcpai-pipelines
1.6K
rank 80
hot 99
SkillHub ClubRun DevOps

create-hooks

Provides step-by-step guidance for implementing Claude Code hooks to automate workflows, validate commands, and inject context. Includes concrete examples for logging, security blocks, auto-formatting, and notifications with clear debugging and security considerations.

A 8.3
Full StackSecurity
claude-codeworkflow-automationtool-hooksdeveloper-tools
1.6K
rank 83
hot 99
Previous
Page 97 of 1125
Next