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.
discover-wasm
This skill acts as a gateway to discover and load WebAssembly-related Claude skills. It auto-activates when detecting wasm-related terms and provides commands to view available wasm skills. The main function is to help users find and access wasm development tools through a progressive loading system.
root-cause-tracing
Provides a systematic method for tracing bugs backward through call stacks to find root causes, with concrete examples and instrumentation techniques. Focuses on fixing problems at their source rather than symptoms.
finishing-a-development-branch
Guides developers through finalizing feature branches with clear options: merge locally, create PR, keep as-is, or discard. Enforces test verification before proceeding and handles worktree cleanup appropriately. Provides concrete bash commands for each workflow path.
data-seeding
This skill helps create and manage database seed scripts for development and testing, enabling easy setup of test data, initialization of demo environments, and resetting databases to a known state.
getting-started
Mandatory bootstrap skill that enforces proper Claude Skills workflow. Teaches skill discovery, requires manager-review before responses, and prevents editing generated .claude/ directory. Establishes citation requirements and CI log handling patterns.
continuity_ledger
Creates external markdown ledgers to preserve session state across Claude's /clear command. Provides a structured template for tracking goals, decisions, and progress, enabling developers to resume work after clearing context without losing critical information.
rp-explorer
RP-Explorer provides CLI commands for exploring existing codebases with token-efficient methods. It helps developers understand project structure through tree views, code signatures, search, and context export before planning or debugging. The tool focuses on brownfield projects where you need to quickly grasp architecture.
moai-plugin-builder
Provides detailed guidance for building Claude Code plugins with correct directory structure, component definitions, and configuration. Includes practical examples for commands, agents, skills, hooks, MCP and LSP servers. Covers common pitfalls like incorrect folder placement and path configuration rules.
SkillForge
SkillForge helps developers create Claude Skills by providing templates and guidance. It focuses on generating well-structured skills with proper documentation and configuration. The tool addresses common pitfalls in skill development.
flow-nexus-platform
Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges
data-migration
Plan and execute database migrations, data transformations, and system migrations safely with rollback strategies and data integrity validation. Use when migrating databases, transforming data schemas, moving between database systems, implementing versioned migrations, handling data transformations, ensuring data integrity, or planning zero-downtime migrations.
sql
Run SQL queries against the WordPress development database. Use when querying database tables, inspecting Simple History events, checking WordPress data, or debugging database issues.
discover-caching
A gateway skill that automatically activates for caching-related tasks and provides access to seven specific caching skills. It uses keyword detection to trigger and offers progressive loading through bash commands to view detailed documentation.
discover-proxies
A gateway skill that automatically activates when working with proxies or messaging systems, providing access to 7 related skills. It serves as a discovery tool that points users to detailed documentation files stored locally, covering forward/reverse proxies, Nginx, Traefik, Envoy, caching, and NATS messaging.
moai-workflow-project
Integrated project management system with documentation, language initialization, and template optimization modules. Use when setting up projects, generating documentation, configuring multilingual support, or optimizing templates.
firefox-debug
A comprehensive Firefox Remote Debugging Protocol integration skill that enables automated browser testing, debugging, and interaction through MCP, with excellent documentation and practical examples.
developer-experience
Provides concrete scripts and configurations for optimizing developer workflows, including one-command setup scripts, IDE settings, Git hooks, and task automation. Focuses on reducing onboarding time and eliminating repetitive tasks with measurable metrics.
implement_plan
A Claude skill that implements technical plans from shared directories with two execution modes. It handles small plans directly or uses agent orchestration for larger projects to maintain context across compactions. Includes verification steps and handoff management.
Root Cause Tracing
This skill teaches a systematic method for tracing bugs backward through the call stack to find the original trigger, not just fixing symptoms. It provides concrete steps, real code examples, and a bisection script for isolating test pollution. It emphasizes adding validation layers after finding the root cause.
claude-agent-sdk
Use when working with Anthropic Claude Agent SDK. Provides architecture guidance, implementation patterns, best practices, and common pitfalls.
requesting-code-review
This skill automates code review requests by dispatching a specialized subagent to analyze changes between git commits. It provides concrete bash commands, clear review triggers, and example workflows for integrating reviews into development cycles. The template-based approach ensures consistent review requests.
extract-transcripts
Converts Claude Code and Codex CLI JSONL session files into readable markdown transcripts. Provides options to include tool calls and thinking blocks, batch process directories, and create a searchable DuckDB index for querying across sessions.
schemachange
Deploying and managing Snowflake database objects using version control with schemachange. Use this skill when you need to manage database migrations for objects not handled by dbt, implement CI/CD pipelines for schema changes, or coordinate deployments across multiple environments.
handoff
A session handoff tool for Claude that preserves work context when switching sessions. It saves git state, beads progress, and creates handoff files with notes, then resumes in a new session. Integrates with Maestro workflow system and includes secret scanning.