Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
skill-refactor
🚀 AUTONOMOUS INTELLIGENT AGENT that orchestrates the entire skill system. Proactively monitors project health, decomposes complex tasks into skill workflows, learns from execution patterns, and evolves continuously. Use when "orchestrate skills", "autonomous recommendations", "task decomposition", "system health check", "skill evolution", or analyzing skill architecture. The meta-brain of the skill ecosystem.
majiayu000/claude-skill-registry 163
-
maestro-workflow
Multi-LLM orchestration implementing the 5-stage coding workflow: Example Analysis → Hypothesis → Implementation → Debug Loop → Recursive Improvement.
Based on "Towards a Science of Scaling Agent Systems" (Kim et al., 2025): - Centralized Consult architecture (Claude orchestrates, others advise) - Measured coordination (avoid MAS overhead in tool-heavy stages) - Tests-first selection (Poetiq pattern, not voting)
Use when: Debugging complex issues, analyzing unfamiliar code, refactoring, or any task that benefits from diverse LLM perspectives with verification.
majiayu000/claude-skill-registry 163
-
listener-creator
Creates event-driven email listeners that monitor for specific conditions (like urgent emails from boss, newsletters to archive, package tracking) and execute custom actions. Use when user wants to be notified about emails, automatically handle certain emails, or set up email automation workflows.
majiayu000/claude-skill-registry 163
-
odoo-specialist
Expert Odoo ERP specialist for module development, customization, configuration, and troubleshooting. Activated for Odoo-specific tasks including custom module creation, XML views, Python models, business logic, workflows, and Odoo framework best practices.
majiayu000/claude-skill-registry 163
-
pattern-observer
Observes development patterns and suggests automations. Use when reviewing learnings, analyzing patterns, creating automations, or when asked about repeated tasks, workflow optimization, pending suggestions, or what has been learned. Auto-creates skills and hooks after 3 occurrences of a pattern.
majiayu000/claude-skill-registry 163
-
taxonomy-resolver
Resolves ambiguous organism names to precise NCBI taxonomy IDs and scientific names, then searches for genomic data in ENA (European Nucleotide Archive). Use this skill when users provide common names (like "malaria parasite", "E. coli", "mouse"), abbreviated names, or when you need to convert any organism reference to an exact scientific name for API queries. This skill handles disambiguation through conversation and validates taxonomy IDs via NCBI Taxonomy API.
majiayu000/claude-skill-registry 163
-
spec-kit-skill
GitHub Spec-Kit integration for constitution-based spec-driven development. 7-phase workflow (constitution, specify, clarify, plan, tasks, analyze, implement). Use when working with spec-kit CLI, .specify/ directories, or creating specifications with constitution-driven development. Triggered by "spec-kit", "speckit", "constitution", "specify", references to .specify/ directory, or spec-kit commands.
majiayu000/claude-skill-registry 163
-
module-workflow
Implementation orchestrator for stages 2-6 (Foundation through Validation)
majiayu000/claude-skill-registry 163
-
intelligent-do
Context-aware task execution with Serena MCP backend. First time: Explores project, saves to Serena,
runs spec if complex, executes waves. Returning: Loads from Serena (<1s), detects changes, executes
with cached context. Intelligently decides when to research, when to spec, when to prime. One catch-all
intelligent execution command. Use when: User wants task executed in any project (new or existing).
majiayu000/claude-skill-registry 163
-
just-cli
This skill should be used when the user asks to "create a justfile", "write just recipes", "configure just settings", "add just modules", "use just attributes", "set up task automation", mentions justfile, just command runner, or task automation with just.
majiayu000/claude-skill-registry 163
-
just
just is a handy command runner for saving and running project-specific commands. Features include recipe parameters, .env file loading, shell completion, cross-platform support, and recipes in arbitrary languages. This skill is triggered when the user says things like "create a justfile", "write a just recipe", "run just commands", "set up project automation with just", "understand justfile syntax", or "add a task to the justfile".
majiayu000/claude-skill-registry 163
-
search-memory
Search past sessions and facts
majiayu000/claude-skill-registry 163
-
work-item-planning
1作業=1ディレクトリ(docs/<work_item>/)で、implementedplan.md と tasks.md を作る手順とテンプレ。
majiayu000/claude-skill-registry 163
-
github-expert
Complete GitHub expertise covering GitHub Actions, CI/CD workflows, automation, repository management, and best practices. Use when setting up GitHub Actions, creating workflows, managing pull requests, configuring automation (Dependabot, CodeQL), or implementing GitHub best practices. Includes workflow generators, templates, and production-ready configurations.
majiayu000/claude-skill-registry 163
-
oracle-codex
This skill should be used when the user asks to "use Codex", "ask Codex", "consult Codex", "Codex review", "use GPT for planning", "ask GPT to review", "get GPT's opinion", "what does GPT think", "second opinion on code", "consult the oracle", "ask the oracle", or mentions using an AI oracle for planning or code review. NOT for implementation tasks.
majiayu000/claude-skill-registry 163
-
agile-sprint-planning
Plan and execute effective sprints using Agile methodologies. Define sprint goals, estimate user stories, manage sprint backlog, and facilitate daily standups to maximize team productivity and deliver value incrementally.
majiayu000/claude-skill-registry 163
-
worker-cleanup
Remove completed or abandoned worker worktrees and their branches. Use to clean up after workers finish their tasks.
majiayu000/claude-skill-registry 163
-
workflow-management
Manage GitHub Actions workflows - trigger, monitor, view logs, and download artifacts using gh CLI
majiayu000/claude-skill-registry 163
-
drafts-actions
Create and script actions for the Drafts app. Use this skill when the user needs help creating custom Drafts actions, understanding action steps, using template tags, scripting with JavaScript, or configuring action workflows for automation and productivity.
majiayu000/claude-skill-registry 163
-
oneplan
OnePlan is a GitHub-native, context-driven engineering workflow using Milestones (tracks), Issues (spec/plan), and Sub-issues (phases/tasks). Use for complex features/bugfixes that need structured planning, resumable execution, parallel tasks, and team coordination.
majiayu000/claude-skill-registry 163
-
task-orchestrator
Plan and organize complex multi-step tasks with optimal sequential and parallel ordering. Use this skill when the user requests multi-part work requiring dependency analysis. Produces a sorted task plan—execution only on explicit user approval.
majiayu000/claude-skill-registry 163
-
inbox-processing
Workflow for processing large Things3 inboxes (100+ items) using LLM-driven confidence matching and intelligent automation. Integrates with personal taxonomy and MCP tools for efficient cleanup with self-improving pattern learning.
majiayu000/claude-skill-registry 163
-
systematic-development
Use Sherpa's systematic development workflow for general coding tasks. Activates when starting development work, adding features, or implementing functionality. Ensures guide check before coding and guide done after completion for progress tracking and celebrations.
majiayu000/claude-skill-registry 163
-
Orchestration Planner
Plan multi-step workflows using capability graph and Codex-powered goal decomposition with HTN-style hierarchical task planning.
majiayu000/claude-skill-registry 163