Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
refine-plan
Refines an existing implementation plan through discussion with the user. Takes a GitHub issue number. Use when the user wants to refine a plan, discuss a plan, change a plan, or says "refine plan X" or "let's discuss the plan for issue
majiayu000/claude-skill-registry 163
-
interactive-planner
Use Claude Code's interactive question tool to gather comprehensive requirements through structured multi-select questions
majiayu000/claude-skill-registry 163
-
debug-issues
Debug bugs and errors using intel-first approach with systematic root cause analysis. Use proactively when errors occur, tests fail, or unexpected behavior appears. MUST trace from symptom to root cause with CoD^Σ reasoning.
majiayu000/claude-skill-registry 163
-
rag-implementation
Build Retrieval-Augmented Generation (RAG) systems for LLM applications with vector databases and semantic search. Use when implementing knowledge-grounded AI, building document Q&A systems, or integrating LLMs with external knowledge bases.
majiayu000/claude-skill-registry 163
-
legacy-migration
This skill should be used when migrating features from src.legacy/ to the new kernel implementation or removing legacy code after reaching feature parity. Use for systematic legacy code removal, updating FEATURE_COMPARISON.md, verifying feature equivalence, and ensuring safe code retirement.
majiayu000/claude-skill-registry 163
-
workflow-design
Design, discover, and refactor multi-command workflows for Claude Code
majiayu000/claude-skill-registry 163
-
container-manage
Container management skill for development and operations containers. Use this when managing system resources, processes, services, environment configuration, Docker containers, logs, or performing system diagnostics and monitoring tasks.
majiayu000/claude-skill-registry 163
-
recipe
majiayu000/claude-skill-registry 163
-
custom-memory-heap-crash
Guide for debugging crashes related to custom memory heaps, particularly use-after-free issues caused by static destruction ordering, DEBUG vs RELEASE discrepancies, and custom allocator lifecycle problems. This skill should be used when investigating crashes that occur only in RELEASE builds, memory-related crashes involving custom allocators, static initialization/destruction order issues, or use-after-free bugs in C++ applications.
majiayu000/claude-skill-registry 163
-
test-plan-formatting
Format concise, actionable test plans for Jira tickets using existing fptest tools and minimal MongoDB operations
majiayu000/claude-skill-registry 163
-
developing-gtkx-apps
Build GTK4 desktop applications with GTKX React framework. Use when creating GTKX components, working with GTK widgets, handling signals, or building Linux desktop UIs with React.
majiayu000/claude-skill-registry 163
-
worktree-parallel
Create and manage a git worktree for parallel feature development, then open the new worktree in the editor (code/Cursor) for a second Codex session. Use when the user asks to work on another feature simultaneously, spin up a parallel workspace, or open a new worktree even if they do not mention worktree explicitly.
majiayu000/claude-skill-registry 163
-
Packages Runtime
Your approach to handling packages runtime. Use this skill when working on files where packages runtime comes into play.
majiayu000/claude-skill-registry 163
-
code-stats
Analyze codebase with tokei (fast line counts by language) and difft (semantic AST-aware diffs). Get quick project overview without manual counting. Triggers on: how big is codebase, count lines of code, what languages, show semantic diff, compare files, code statistics.
majiayu000/claude-skill-registry 163
-
rdra-notion-tyshgc-notion-rdra-skill
majiayu000/claude-skill-registry 163
-
dockerfile-builder
Generate optimized, production-ready Dockerfiles with multi-stage builds, security best practices, and proper layer caching for various application types. Triggers on "create Dockerfile", "generate Dockerfile for", "docker image for", "containerize my app".
majiayu000/claude-skill-registry 163
-
building-apple-platform-products
Builds, tests, and archives Swift packages and Xcode projects for Apple platforms. Use when running xcodebuild, swift build, or swift test commands, discovering schemes and targets, or selecting simulator destinations for iOS, macOS, tvOS, watchOS, or visionOS.
majiayu000/claude-skill-registry 163
-
vault-secrets-integrator
Vault Secrets Integrator - Auto-activating skill for DevOps Advanced.
Triggers on: vault secrets integrator, vault secrets integrator
Part of the DevOps Advanced skill category.
majiayu000/claude-skill-registry 163
-
check-pr-errors
Check logs for errors and warnings in a specific PR. Use when debugging PR issues, investigating failed code reviews, or checking for errors in a pull request.
majiayu000/claude-skill-registry 163
-
translation-key-extractor
Extracts hardcoded strings from code and converts them to translation keys for i18n. Use when user asks to "extract translations", "find hardcoded strings", "internationalize code", "setup i18n", or "create translation files".
majiayu000/claude-skill-registry 163
-
webhook-integration
Implement secure webhook systems for event-driven integrations, including signature verification, retry logic, and delivery guarantees. Use when building third-party integrations, event notifications, or real-time data synchronization.
majiayu000/claude-skill-registry 163
-
cva-healthcare-compliance
Brazilian healthcare compliance for regulated medical and psychological content. Includes LGPD data protection, CFM/CRP/ANVISA regulatory requirements, scientific research validation, and data sanitization. Use when developing healthcare applications, ensuring LGPD compliance, validating medical content, implementing data protection, or creating regulated healthcare systems in Brazil.
majiayu000/claude-skill-registry 163
-
wordpress-blocks
WordPress block development including Gutenberg blocks, Block Hooks API for dynamic injection, Interactivity API for frontend features, custom post types, shortcodes, widgets, and meta boxes. Use when building blocks, adding interactivity, or creating content structures.
majiayu000/claude-skill-registry 163
-
api-codegen
API client code generation workflow. Use when modifying backend routes, response schemas, or request models. Automatically regenerates TypeScript API client from OpenAPI schema.
majiayu000/claude-skill-registry 163