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.
gh-batch-merge-by-labels
Batch merge multiple PRs by label (e.g., all 'ready-to-merge' PRs). Use when you have multiple approved PRs to merge.
gh-review-pr
Comprehensively review a pull request including code changes, CI status, and adherence to project standards. Use when asked to review a PR.
gh-reply-review-comment
Reply to PR review comments using the correct GitHub API endpoint. Use when responding to inline code review feedback (not gh pr comment).
phase-cleanup
Refactor and finalize code after parallel phases complete, addressing technical debt. Use in cleanup phase to polish code before merge.
following-plans
Algorithmic decision tree for when to follow plan exactly vs when to report BLOCKED - prevents scope creep and unauthorized deviations
validate-mojo-patterns
Imported from https://github.com/mvillmow/ProjectOdyssey.
phase-implement
Coordinate implementation phase by delegating tasks and ensuring code quality. Use during implementation phase to manage engineer tasks.
superpowers-bootstrap
Bootstrap skill - Loads Superpowers SDLC workflow into every session
linear-manager
Create, update, search, and comment on Linear issues. Use for project management and issue tracking during development.
test-voice-report
Test report generation with TEXT transcripts (NOT real calls). For real Twilio calls, use twilio-test-call instead.
bulk-github-skills-downloader
Imported from https://github.com/jackspace/ClaudeSkillz.
claude-config-composer
Imported from https://github.com/Matt-Dionis/claude-code-configs.
to-spring-or-not-to-spring
Audit animation code for correct timing function selection. Use when reviewing motion implementations, debugging animations that feel wrong, or choosing between springs and easing. Outputs file:line findings.
Convex HTTP Actions
External API integration and webhook handling including HTTP endpoint routing, request/response handling, authentication, CORS configuration, and webhook signature validation
Convex Cron Jobs
Scheduled function patterns for background tasks including interval scheduling, cron expressions, job monitoring, retry strategies, and best practices for long-running tasks
docx
全面的文档创建、编辑和分析功能,支持修订追踪、批注、格式保留和文本提取。当 Claude 需要处理专业文档(.docx 文件)时使用:(1) 创建新文档,(2) 修改或编辑内容,(3) 处理修订追踪,(4) 添加批注,或其他任何文档任务
Questions Are Not Instructions
Ensures questions are answered literally before taking action. Triggers on user input containing '?' or patterns like 'why did you...?', 'will that work?', 'have you considered...?'. Use when user asks about your decisions, challenges an approach, or requests assessment. Prevents interpreting questions as implicit instructions or criticism.
source-finder
Locate source code repositories for Python packages by analyzing PyPI metadata, project URLs, and code hosting platforms like GitHub, GitLab, and Bitbucket. Provides deterministic results with confidence levels.
fastapi
FastAPI modern Python web framework. Use for building APIs, async endpoints, dependency injection, and Python backend development.
history-logger
A task completion logger that appends entries to date-stamped Markdown files in Korean. It creates a table with time, task title, and retrospective notes, automatically handling file creation when needed.
claude-skills-examples
Imported from https://github.com/alirezarezvani/claude-code-skill-factory.
.claude
Imported from https://github.com/sayonari/twitchTransFreeNext.
todo-tracker
Persistent TODO scratch pad for tracking tasks across sessions. Use when user says "add to TODO", "what's on the TODO", "mark X done", "show TODO list", "remove from TODO", or asks about pending tasks. Also triggers on heartbeat to remind about stale items.
nix-direnv-setup
Use when setting up direnv integration for Nix flake projects (.envrc with "use flake"). Not for git workflows or general Nix setup.