Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
10x-patterns
Patterns and practices that dramatically accelerate development velocity. Covers parallel execution, automation, feedback loops, workflow optimization, and anti-pattern avoidance. Use when starting projects, planning sprints, optimizing workflows, or onboarding developers.
majiayu000/claude-skill-registry 163
-
refactor-squatters
Detect squatters: modules and packages that occupy namespace positions
they do not semantically own. Identifies utility dumps, stuttery siblings,
axis violations, layer bleeding, and semantic diffusion — common structural
smells introduced by agentic programming.
majiayu000/claude-skill-registry 163
-
abtesting-design
Hypothesis formation, null/alternative, control/variant setup, randomization hash-based, stratification
majiayu000/claude-skill-registry 163
-
open-source-contributions
Create maintainer-friendly pull requests with clean code and professional communication. Prevents 16 common mistakes that cause PR rejection.
Use when: contributing to open source, submitting PRs, or troubleshooting PR rejection, CI failures, or personal artifacts in commits.
majiayu000/claude-skill-registry 163
-
biomcp-server
majiayu000/claude-skill-registry 163
-
deep-agents-memory
INVOKE THIS SKILL when your Deep Agent needs memory, persistence, or filesystem access. Covers StateBackend (ephemeral), StoreBackend (persistent), FilesystemMiddleware, and CompositeBackend for routing.
majiayu000/claude-skill-registry 163
-
powershell-windows
PowerShell Windows patterns. Critical pitfalls, operator syntax, error handling.
majiayu000/claude-skill-registry 163
-
maui-project-generator
Generate .NET MAUI project with platform-specific handlers for desktop and mobile
majiayu000/claude-skill-registry 163
-
team-narrative
Orchestrate the narrative team: coordinates narrative-director, writer, world-builder, and level-designer to create cohesive story content, world lore, and narrative-driven level design.
majiayu000/claude-skill-registry 163
-
find-bugs
Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch.
majiayu000/claude-skill-registry 163
-
codex
Invoke Codex CLI for complex coding tasks requiring high reasoning capabilities. Trigger phrases include "use codex", "ask codex", "run codex", "call codex", "codex cli", "GPT-5 reasoning", "OpenAI reasoning", or when users request complex implementation challenges, advanced reasoning, architecture design, or high-reasoning model assistance. Automatically triggers on codex-related requests and supports session continuation for iterative development.
majiayu000/claude-skill-registry 163
-
tdd-workflow
Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle.
majiayu000/claude-skill-registry 163
-
docker-web
Docker containerization for web apps, multi-stage builds, and optimization.
majiayu000/claude-skill-registry 163
-
copyedit
Edit blog posts and book reviews. Use `/copyedit grammar` for spelling/grammar only, or `/copyedit polish` for fuller editing. Preserves the author's voice and style.
majiayu000/claude-skill-registry 163
-
hookify
Create dynamic hook rules from natural language descriptions. Generates .claude/hookify.*.local.md files that warn or block operations matching patterns. Triggers on "hookify", "create hook rule", "warn me when", "block when", "don't let me".
majiayu000/claude-skill-registry 163
-
pptx
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
majiayu000/claude-skill-registry 163
-
pptx
Presentation toolkit (.pptx). Create/edit slides, layouts, content, speaker notes, comments, for programmatic presentation creation and modification.
majiayu000/claude-skill-registry 163
-
threat-modeler
STRIDE threat modeling and privacy impact assessment to generate security/privacy requirements. Use before requirement-architect to shift security left.
majiayu000/claude-skill-registry 163
-
deepgram-webhooks
Receive and verify Deepgram webhooks (callbacks). Use when setting up Deepgram webhook handlers, processing transcription callbacks, or handling asynchronous transcription results.
majiayu000/claude-skill-registry 163
-
spec-driven-dev
Implements user stories through spec-driven TDD workflow (Red-Green-Refactor) with structural anti-skip enforcement. Replicates all 12 phases of the DevForgeAI development workflow using the Execute-Verify-Gate pattern at every step. Designed to prevent token optimization bias through lean orchestration, fresh-context subagent delegation, and binary CLI gate enforcement. Use when developing features from story specifications, building code that must comply with context files, or running TDD workflows.
majiayu000/claude-skill-registry 163
-
pdf
Professional PDF solution. Create PDFs using HTML+Paged.js (academic papers, reports, documents). Process existing PDFs using Python (read, extract, merge, split, fill forms). Supports KaTeX math formulas, Mermaid diagrams, three-line tables, citations, and other academic elements. Also use this skill when user explicitly requests LaTeX (.tex) or native LaTeX compilation.
majiayu000/claude-skill-registry 163
-
deepwork_jobs.implement
Generates step instruction files and syncs slash commands from the job.yml specification. Use after job spec review passes.
majiayu000/claude-skill-registry 163
-
conciliando-odoo-po
EXECUTA operacoes de conciliacao de Pedidos de Compra (PO) com DFe no Odoo: split, consolidacao, criacao de PO Conciliador, ajuste de saldos.
USAR QUANDO:
- Executar consolidacao de POs: "consolide os POs da NF 12345", "execute split do pedido"
- Criar PO Conciliador: "crie PO conciliador", "duplique pedido de compra"
- Ajustar saldo de PO: "reduza quantidade do PO", "ajuste saldo"
- Reverter consolidacao: "reverta consolidacao", "desfaca split"
- Depurar erro em consolidacao: "erro ao consolidar", "PO nao criado"
- Entender fluxo split/consolidacao: "como funciona o split?", "o que e PO Conciliador?"
NAO USAR QUANDO:
- Apenas consultar/rastrear documentos sem modificar POs
- Explorar campos de modelo Odoo desconhecido
- Operacoes financeiras (pagamentos, extratos, reconciliacao)
- Validar match NF x PO (este e processo anterior, Fase 2)
majiayu000/claude-skill-registry 163
-
plan-adr-flow
Plan and document coding tasks with PLAN.md and ADRs in docs/ADR. Use when a task can be decomposed, when asked to create or update PLAN.md, or when capturing technical decisions.
majiayu000/claude-skill-registry 163