Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
github-features
GitHub platform features - PRs, issues, actions, projects, and automation
majiayu000/claude-skill-registry 163
-
decomposing-tasks
Use when you have a complete feature spec and need to plan implementation - analyzes task dependencies, groups into sequential/parallel phases, validates task quality (no XL tasks, explicit files), and calculates parallelization time savings
majiayu000/claude-skill-registry 163
-
best-practice-core
[Dev] Extracts and organizes best practices for a given topic into a minimal tree structure (max depth 3, max 5 children per node). Use during task planning when writing subtasks in Docs/{name}_Task.md - output is added under each subtask as a concise reference guide. Pure reasoning task with strict formatting rules: keywords/noun phrases only, no prose. (project)
majiayu000/claude-skill-registry 163
-
artifact-advisor
Advise on choosing between Skills, Commands, Subagents, and Hooks for Claude Code. Analyze user requirements and recommend the appropriate artifact type with justification. Use when user asks "should I use a skill or command", "what artifact type", "skill vs command", or describes a workflow needing automation.
majiayu000/claude-skill-registry 163
-
discover-cicd
Automatically discover CI/CD and automation skills when working with CI/CD. Activates for cicd development tasks.
majiayu000/claude-skill-registry 163
-
deep-research
Deep research with NotebookLM + web search. Iterative multi-source research with domain boost, source credibility, and post-research artifact generation (podcast, video, slides, quiz). Free alternative to Perplexity/Gemini Pro. Use when user says "/deep-research", "research this", "deep dive into", or "investigate".
majiayu000/claude-skill-registry 163
-
gemini-cli-execution
Expert guide for executing the Google Gemini CLI in non-interactive and headless modes. Covers command syntax, piping input, output handling, and automation patterns. Use when running gemini commands, piping context to Gemini, scripting Gemini workflows, or using interactive shell mode. Delegates to gemini-cli-docs for official command references.
majiayu000/claude-skill-registry 163
-
jj-todo-workflow
Structured TODO commit workflow using JJ (Jujutsu). Use to plan tasks as empty commits with [task:*] flags, track progress through status transitions, manage parallel task DAGs with dependency checking. Enforces completion discipline. Enables to divide work between Planners and Workers. **Requires the working-with-jj skill**
majiayu000/claude-skill-registry 163
-
ansible-workflow
Ansible automation workflow guidelines. Activate when working with Ansible playbooks, ansible-playbook, inventory files (.yml, .ini), or Ansible-specific patterns.
majiayu000/claude-skill-registry 163
-
add-dependency
Add a new third-party dependency to the project following the version catalog and approval workflow.
majiayu000/claude-skill-registry 163
-
tool-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
-
plan-week
Create a focused weekly plan based on tasks, priorities, and your work patterns. Use when the user types /plan_week, after a weekly review, at the start of a new week, or when feeling overwhelmed by options.
majiayu000/claude-skill-registry 163
-
project-workflow
Seven integrated slash commands for complete project lifecycle: /explore-idea (validation), /plan-project (planning docs), /plan-feature (add features), /wrap-session (checkpoint), /continue-session (resume), /workflow (guidance), /release (safety checks).
Use when: starting new projects, managing sessions across context windows, adding features to existing projects, or preparing releases with safety checks. Saves 35-55 minutes per project lifecycle.
majiayu000/claude-skill-registry 163
-
daily-workflow
每日工作流。晨间计划、午间检查、晚间收尾的结构化流程。当用户说「晨间」「午间」「晚间」「收工」或需要每日生产力流程时使用。适用于 life-os/ 目录。
majiayu000/claude-skill-registry 163
-
persona-memory-archivist
Archive persona-specific memory and behavioral patterns.
majiayu000/claude-skill-registry 163
-
create-plan
Create detailed implementation plans from feature specs or bug reports with testable acceptance criteria. Use proactively when planning features, refactors, or fixes. Every task MUST have minimum 2 testable ACs and map to requirements.
majiayu000/claude-skill-registry 163
-
decompose
Decompose a phase plan into atomic beads and sub-beads. Use when breaking down a phase into tasks, when the user mentions "decompose" or "break down", when creating beads from a plan, or when structuring work for parallel execution.
majiayu000/claude-skill-registry 163
-
retrospective-workflow
Systematic post-story retrospective process with automated metrics gathering, structured feedback collection, and Agent Package Manager handoff generation
majiayu000/claude-skill-registry 163
-
post-ticket-completion
Handle post-ticket completion tasks including test exports, planning doc updates, and learning reflection. Use this skill after a ticket's tests all pass and 6-final.md exists.
majiayu000/claude-skill-registry 163
-
professional-business-writing
Remove AI-generated writing patterns while maintaining professional authority.
For business communications, reports, proposals, RFP responses, white papers,
articles, and professional writing. Strips AI patterns without becoming casual.
majiayu000/claude-skill-registry 163
-
verify-task-ownership
Verify session ownership before working on existing tasks (multi-instance coordination)
majiayu000/claude-skill-registry 163
-
workflow-logging
工作流过程日志格式规范和写入模式。定义 JSONL 和文本两种格式的日志结构、事件类型、级别定义和写入方法。
majiayu000/claude-skill-registry 163
-
github-ops
Provides comprehensive GitHub operations using gh CLI and GitHub API. Activates when working with pull requests, issues, repositories, workflows, or GitHub API operations including creating/viewing/merging PRs, managing issues, querying API endpoints, and handling GitHub workflows in enterprise or public GitHub environments.
majiayu000/claude-skill-registry 163
-
task-search
Provides fast, case-insensitive text search across task titles, descriptions, and tags with debounced input, relevance ranking, and highlighted matching text. Uses AND logic for multi-token queries and limits results to top 50 for performance.
majiayu000/claude-skill-registry 163