Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
fix
Meta-skill workflow orchestrator for bug investigation and resolution. Routes to debug, implement, test, and commit based on scope.
parcadei/Continuous-Claude-v3 3,690
-
skill-development
Skill Development Rules
parcadei/Continuous-Claude-v3 3,690
-
tldr-router
Maps questions to the optimal tldr command. Use this to pick the right layer
parcadei/Continuous-Claude-v3 3,690
-
hook-developer
Complete Claude Code hooks reference - input/output schemas, registration, testing patterns
parcadei/Continuous-Claude-v3 3,690
-
sub-agents
Create and configure Claude Code sub-agents with custom prompts, tools, and models
parcadei/Continuous-Claude-v3 3,690
-
discovery-interview
Deep interview process to transform vague ideas into detailed specs. Works for technical and non-technical users.
parcadei/Continuous-Claude-v3 3,690
-
test
Comprehensive testing workflow - unit tests ∥ integration tests → E2E tests
parcadei/Continuous-Claude-v3 3,690
-
complete-skill
A complete skill for E2E testing
parcadei/Continuous-Claude-v3 3,690
-
recall-reasoning
Search past reasoning for relevant decisions and approaches
parcadei/Continuous-Claude-v3 3,690
-
prove
Formal theorem proving with research, testing, and verification phases
parcadei/Continuous-Claude-v3 3,690
-
validate-agent
Validation agent that validates plan tech choices against current best practices
parcadei/Continuous-Claude-v3 3,690
-
modular-code
Modular Code Organization
parcadei/Continuous-Claude-v3 3,690
-
agent-orchestration
Agent Orchestration Rules
parcadei/Continuous-Claude-v3 3,690
-
cli-reference
Claude Code CLI commands, flags, headless mode, and automation patterns
parcadei/Continuous-Claude-v3 3,690
-
math-help
Guide to the math cognitive stack - what tools exist and when to use each
parcadei/Continuous-Claude-v3 3,690
-
research-agent
Research agent for external documentation, best practices, and library APIs via MCP tools
parcadei/Continuous-Claude-v3 3,690
-
shapely-compute
Computational geometry with Shapely - create geometries, boolean operations, measurements, predicates
parcadei/Continuous-Claude-v3 3,690
-
handoff
Hand off to a fresh Claude session. Use when context is full, you've finished a logical chunk of work, or need a fresh perspective. Work continues from hook.
gastownhall/beads 20,631
-
beads
Dolt-powered issue tracker for multi-session work with dependencies and persistent memory across conversation compaction. Use when work spans sessions, has blockers, or needs context recovery after compaction. Trigger with "create task", "what's ready", "track this work", "resume after compaction". Make sure to use this skill whenever managing multi-session work, tracking dependencies, or recovering context.
gastownhall/beads 20,631
-
deploy-docs
Validate and prepare documentation for GitHub Pages deployment
ratacat/claude-skills 27
-
debugging
Systematic debugging that identifies root causes rather than treating symptoms. Uses sequential thinking for complex analysis, web search for research, and structured investigation to avoid circular reasoning and whack-a-mole fixes.
ratacat/claude-skills 27
-
compound-docs
Capture solved problems as categorized documentation with YAML frontmatter for fast lookup
ratacat/claude-skills 27
-
kieran-python-reviewer
Use this agent when you need to review Python code changes with an extremely high quality bar. This agent should be invoked after implementing features, modifying existing code, or creating new Python modules. The agent applies Kieran's strict Python conventions and taste preferences to ensure code meets exceptional standards.\n\nExamples:\n- <example>\n Context: The user has just implemented a new FastAPI endpoint.\n user: "I've added a new user registration endpoint"\n assistant: "I've implemented the registration endpoint. Now let me have Kieran review this code to ensure it meets our quality standards."\n <commentary>\n Since new endpoint code was written, use the kieran-python-reviewer agent to apply Kieran's strict Python conventions and quality checks.\n </commentary>\n</example>\n- <example>\n Context: The user has refactored an existing service class.\n user: "Please refactor the EmailService class to handle attachments"\n assistant: "I've refactored the EmailService to handle attachments."\n <com...
ratacat/claude-skills 27
-
feature-video
Record a video walkthrough of a feature and add it to the PR description
ratacat/claude-skills 27