Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
comprehensive-code-review
This skill should be used when reviewing pull requests, performing comprehensive code review, analyzing code changes before merge, or when the user asks for thorough/ultra-critical code review. Performs EXTREMELY CRITICAL 6-pass analysis identifying runtime failures, code consistency issues, architectural problems, environment compatibility risks, and verification strategies. Posts structured review as GitHub PR comment. Use when user asks to "review PR", "review this code", "review changes", "check this PR", "analyze PR", "post review", or for Phase 3 of devflow. Supports parallel review mode with multiplier (code-review-3, code-review 6X) for consensus-based reviews. This is an ultra-critical reviewer that does not let things slip and desires only perfection.
majiayu000/claude-skill-registry 163
-
mock-data
Creates typed mock data files in src/data/ following project conventions. Use when needing test data for new features or components.
majiayu000/claude-skill-registry 163
-
unit-executor
Execute exactly one runnable unit from `UNITS.csv` (first TODO whose dependencies are DONE), then update unit status and artifacts.
**Trigger**: unit executor, run one unit, next unit, step-by-step pipeline, 逐条执行, UNITS.csv.
**Use when**: 需要严格“一次只做一个 unit”(可审计、可中断),并遵守 checkpoints/HUMAN 阻塞逻辑。
**Skip if**: 要端到端自动跑(用 `research-pipeline-runner`)或 workspace 不存在。
**Network**: none.
**Guardrail**: 只执行一个 unit;满足验收且输出存在才可标 `DONE`;遇到 HUMAN checkpoint 必须停下。
majiayu000/claude-skill-registry 163
-
news-agent
Real-time news analyst. Monitors emergency news, breaking developments, and general news articles to assess immediate market impact and sentiment shifts for trading signals.
majiayu000/claude-skill-registry 163
-
managing-session-continuity
Managing session continuity across Claude conversations by saving structured context (tasks, files, errors, git state) to JSON and loading in new sessions. Use when user asks how session continuity works, explaining session protocol functionality, understanding session state management, describing what gets saved in sessions, ending a session with unfinished work, starting a session with existing session-protocol.json, or when user mentions 'save progress', 'save session', 'save my work', 'continue later', 'session context', 'pick up where left off', 'load session', 'restore session', or explicitly invokes /save-session-protocol or /load-session-protocol commands.
majiayu000/claude-skill-registry 163
-
gh-auth
Automatically authenticate GitHub CLI using .gh-token.txt when seeing errors about "gh auth login", "GH_TOKEN environment variable", or "not logged into any GitHub hosts"
majiayu000/claude-skill-registry 163
-
agent-mcp-developer
Expert MCP developer specializing in Model Context Protocol server and client development. Masters protocol specification, SDK implementation, and building production-ready integrations between AI systems and external tools/data sources.
majiayu000/claude-skill-registry 163
-
Skill Define
Validate and register new Claude Code Skill manifests (.skill.yaml) to ensure structure, inputs/outputs, and dependencies are correct.
majiayu000/claude-skill-registry 163
-
Recommendation Engine
Build recommendation systems using collaborative filtering, content-based filtering, matrix factorization, and neural network approaches
majiayu000/claude-skill-registry 163
-
frontend-design
This skill should be used when creating distinctive, production-grade frontend interfaces with high design quality. It applies when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
majiayu000/claude-skill-registry 163
-
rust-module-organization-public-api-design
majiayu000/claude-skill-registry 163
-
sentry-known-pitfalls
Execute common Sentry pitfalls and how to avoid them.
Use when troubleshooting Sentry issues, reviewing configurations,
or preventing common mistakes.
Trigger with phrases like "sentry mistakes", "sentry pitfalls",
"sentry common issues", "sentry anti-patterns".
majiayu000/claude-skill-registry 163
-
rest-api-patterns
REST API implementation patterns. Use when building HTTP APIs.
majiayu000/claude-skill-registry 163
-
customer-expansion
Create expansion roadmaps, QBR templates, and upsell playbooks to grow existing customer revenue through strategic account development.
majiayu000/claude-skill-registry 163
-
Implementation Planning Skill
実装タスクを計画的に進めるためのスキルです。複雑な実装や複数ステップを要するタスクの場合、まず計画を立ててから実装を進めます。
majiayu000/claude-skill-registry 163
-
performance-correlation
Correlate content attributes with GA4 and GSC metrics to identify performance drivers
majiayu000/claude-skill-registry 163
-
claude-code-meta
Build Claude Code extensions - skills, agents, hooks, plugins, marketplaces, slash commands. Use when creating Claude Code components, building new skills, writing agents, creating hooks, making plugins, setting up marketplaces, writing slash commands, fixing extension configurations, or troubleshooting Claude Code extensions. Includes builder agents for autonomous creation. Not for looking up docs - use claude-code-docs-reference for that.
majiayu000/claude-skill-registry 163
-
file-issue
File a bug report or feature request to a project's GitHub repository
majiayu000/claude-skill-registry 163
-
task-expert
'Task as Code' management expert. Responsible for maintaining task files in the todos/ directory, ensuring continuous task IDs, clear statuses, and adherence to specifications.
majiayu000/claude-skill-registry 163
-
hooks-validator
Validates React code for Rules of Hooks violations. Catches issues like hooks called after conditional returns that cause production crashes (React error
majiayu000/claude-skill-registry 163
-
business-logic-coder
Implement business logic with ActiveInteraction and AASM state machines. Use when creating typed operations, managing state transitions, or refactoring service objects. Triggers on interaction creation, state machines, workflows, or typed business operations.
majiayu000/claude-skill-registry 163
-
agent-skill-creator
This enhanced skill should be used when the user asks to create an agent, automate a repetitive workflow, create a custom skill, or needs advanced agent creation capabilities. Activates with phrases like every day, daily I have to, I need to repeat, create agent for, automate workflow, create skill for, need to automate, turn process into agent. Supports single agents, multi-agent suites, transcript processing, template-based creation, and interactive configuration. Claude will use the enhanced protocol to research APIs, define analyses, structure everything, implement functional code, and create complete skills autonomously with optional user guidance.
majiayu000/claude-skill-registry 163
-
digitalocean-droplet-deployment
Generic DigitalOcean droplet deployment using doctl CLI for any application type (APIs, web servers, background workers). Includes validation, deployment scripts, systemd service management, secret handling, health checks, and deployment tracking. Use when deploying Python/Node.js/any apps to droplets, managing systemd services, handling secrets securely, or when user mentions droplet deployment, doctl, systemd, or server deployment.
majiayu000/claude-skill-registry 163
-
channels/read
Read messages from a channel. Use this to check for new messages, review issue history, or catch up on session logs.
majiayu000/claude-skill-registry 163