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.
reviewing-pr
Use when reviewing pull requests with comprehensive code analysis, incremental or full review options, and constructive feedback - provides thorough code reviews with severity ratings
devflow-tdd-enforcer
A guardrail skill that blocks file saves when TASKS.md violates TDD order by marking implementation tasks complete before test tasks. Uses regex patterns to detect violations in real-time via PreToolUse hook and provides clear blocking messages with skip options.
dry-refactor
This skill provides structured guidance for identifying and refactoring duplicate code using DRY principles. It offers concrete techniques like function extraction, parameterization, and strategy patterns, with practical examples and clear detection methods. It wisely advises when NOT to apply DRY to avoid over-engineering.
moai-domain-backend
Provides concrete code examples for backend development tasks including REST/GraphQL APIs, PostgreSQL/MongoDB integration, and microservices patterns. Focuses on Python with FastAPI but includes Node.js and Go references. Offers specific implementations for caching, authentication, and performance monitoring.
moai-foundation-context
Manages Claude Code's 200K token context window with budget tracking, aggressive clearing strategies, and session state persistence. Provides concrete patterns for token allocation, progressive file loading, and multi-agent handoffs to prevent context overflow in long-running development sessions.
orchestration-patterns
This skill provides a structured framework for managing long-running, multi-step AI agent tasks. It enforces evidence-based delivery with mandatory QAS review gates, clear escalation paths, and checkpoint patterns for state preservation. It's designed to prevent common agent workflow failures like skipping validation or losing context.
qa-testing-mobile
Provides structured guidance for mobile app testing across iOS and Android. Covers device selection, automation framework choices, CI integration, and release readiness checks. Includes practical templates and references to platform-specific skills for deeper implementation details.
trello
Provides curl commands to interact with Trello's REST API for basic board, list, and card operations. It's essentially a documented cheat sheet rather than a full-fledged tool. Users need to manually replace IDs in URLs and manage authentication via environment variables.
agent-builder
A scaffolding tool that generates working AI agent code with templates ranging from minimal to full-featured. It provides practical philosophy on agent design with concrete code examples for immediate use.
writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
build-iphone-apps
This skill provides a structured workflow for building iPhone apps entirely through CLI commands, bypassing Xcode's GUI. It enforces a strict verification loop after every code change and separates correctness testing from subjective UI evaluation. The approach treats the user as a product owner who judges outcomes rather than reviewing code.
single-trajectory-analysis
This skill provides a detailed workflow for single-cell trajectory analysis using PAGA, Palantir, and VIA methods with RNA velocity integration. It offers specific parameter tuning guidance and troubleshooting tips for common issues in trajectory inference pipelines.
string-protein-interaction-analysis-with-omicverse
This skill enables Claude to query STRING database for protein-protein interactions, build network graphs with pyPPI, and generate styled visualizations for gene lists. It provides step-by-step instructions for species selection, metadata assignment, and troubleshooting common issues like API rate limits.
create-destination
A step-by-step guide for creating walkerOS destination integrations with third-party analytics tools. It establishes a research-first approach with concrete examples before implementation, includes template selection, testing strategies, and documentation standards. The skill enforces a consistent development workflow across the project.
webapp-testing
Provides a Python-based toolkit for testing local web applications using Playwright. Includes a server management script to start and monitor backend/frontend services before running automation tests. Offers clear decision trees, practical examples, and addresses common pitfalls like waiting for network idle.
docusaurus-deployer
This skill automates deploying Docusaurus documentation sites to GitHub Pages. It provides step-by-step instructions for local validation, configuration updates, and GitHub Actions setup. Includes troubleshooting guides for common issues like broken links and build failures.
brainstorming
A highly structured Socratic method for transforming vague ideas into validated software designs through autonomous research, phased questioning, and explicit validation gates.
using-ops-team
Provides five specialized operations agents for production environments: platform engineering, incident response, cloud cost optimization, infrastructure architecture, and security operations. Enforces strict dispatch protocols with clear domain boundaries and non-negotiable safety checks for production changes.
notebooklm
This skill enables Claude to query Google NotebookLM notebooks directly, providing source-grounded answers from uploaded documents. It automates browser sessions for authentication and querying, includes library management for multiple notebooks, and implements a follow-up mechanism to ensure complete answers.
iteration-control
A well-designed iteration control skill for autonomous coding workflows that prevents infinite loops while maintaining code quality through bounded retries and intelligent escalation.
venv-manager
A well-structured and practical skill for managing Python virtual environments with clear workflows, robust error handling, and systematic checkpoints.
create-meta-prompts
Create optimized prompts for Claude-to-Claude pipelines with research, planning, and execution stages. Use when building prompts that produce outputs for other prompts to consume, or when running multi-stage workflows (research -> plan -> implement).
roadmap-integration
Manages product roadmap via GitHub Issues (brainstorm, prioritize, track). Auto-validates features against project vision (from overview.md) before adding to roadmap. Use when running /roadmap command or mentions 'roadmap', 'add feature', 'brainstorm ideas', or 'prioritize features'.
create-hooks
Expert guidance for creating, configuring, and using Claude Code hooks. Use when working with hooks, setting up event listeners, validating commands, automating workflows, adding notifications, or understanding hook types (PreToolUse, PostToolUse, Stop, SessionStart, UserPromptSubmit, etc).