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.
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.
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.
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.
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.
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.
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.
task-breakdown-phase
Standard Operating Procedure for /tasks phase. Covers task sizing, acceptance criteria definition, and TDD-first task sequencing. (project)
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.
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.
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.
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.
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.
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.
calendar
Calendar canvas for displaying events and picking meeting times. Use when showing calendar views or when users need to select available time slots.
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.
.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.
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.
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.
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.
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.
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.
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.
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.
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.