Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
rest-api-patterns
REST API implementation patterns. Use when building HTTP APIs.
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
-
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
-
realtime-multiplayer
Real-time multiplayer game networking with Socket.io. Use when implementing WebSocket connections, game state synchronization, room management, reconnection handling, or optimistic updates. Covers latency compensation and conflict resolution.
majiayu000/claude-skill-registry 163
-
ably
Implements real-time pub/sub messaging with Ably's edge infrastructure. Use when building real-time features requiring enterprise reliability, presence, message history, and global low-latency delivery.
majiayu000/claude-skill-registry 163
-
python-code-review
Reviews Python code for type safety, async patterns, error handling, and common mistakes. Use when reviewing .py files, checking type hints, async/await usage, or exception handling.
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
-
external-system-safety
Enforces confirmation workflow for EXTERNAL system writes (Jira, Confluence, BitBucket, Slack) ONLY. NEVER activates for Linear operations (Linear is internal tracking). Auto-activates when detecting potential writes to external PM systems (status updates, page creation, PR posts, notifications). Blocks execution and displays exact content that will be written. Requires explicit "yes" confirmation (rejects "ok", "sure", ambiguous responses). All Linear operations execute automatically without confirmation. Works alongside ccpm-code-review to ensure quality before external broadcasts. Provides audit trail of all confirmed operations. Allows batch operations with granular per-item confirmation when needed.
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
-
redis-cluster
Master Redis Cluster - horizontal scaling, hash slots, resharding, cluster management, and distributed architecture
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
-
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
-
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
-
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
-
Buildkite issue solver
Will utilise buildkite read only mcp server to solve specific buildkite issues encountered
majiayu000/claude-skill-registry 163
-
translate skill
Use this skill when you are doing localization and translation work.
majiayu000/claude-skill-registry 163
-
cracked-it-problem-solver
Complete strategic problem-solving methodology from "Cracked It!" by Garrette, Phelps & Sibony. Use when users need to solve complex ill-defined business problems, structure and analyze strategic issues, develop and validate solutions, or present recommendations persuasively. Covers the complete 4S Method (State, Structure, Solve, Sell) from problem definition through solution delivery. Use for strategy consulting, business analysis, decision-making, and solving wicked problems that resist simple frameworks.
majiayu000/claude-skill-registry 163
-
agent-33-skills-maker
Create Claude Desktop skills from descriptions, SOPs, or existing agents. Three modes - create from scratch, convert SOPs to skills, or migrate agents to skill format. Outputs ready-to-deploy .zip packages.
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
-
skill-usage
Core skills system that manages loading and using other skills through progressive disclosure. Load at startup to enable automatic skill discovery and invocation across all projects.
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
-
tech-blog
Write technical blog posts with source code analysis OR doc-driven research. Use when user wants to explain system internals, architecture, implementation details, or technical concepts with citations.
majiayu000/claude-skill-registry 163