80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
doc-coauthoring
by ederheisler
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, pr...
using-git-worktrees
by ederheisler
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - cr...
session-behavior
by ederheisler
Core behavioral guidelines and interaction patterns for the agent. This skill provides the foundation for how the agent...
anthropic-skill-creator
by ederheisler
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an exist...
brainstorming
by ederheisler
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying...
finishing-a-development-b...
by ederheisler
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completio...
writing-quality-tests
by ederheisler
Use when designing or refactoring automated tests to make them high-signal, reliable, and maintainable across unit, inte...
systematic-debugging
by ederheisler
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
python-code-patterns
by ederheisler
Python code style and type hinting patterns. Use when writing or reviewing Python code to ensure consistent, modern type...
subagent-driven-developme...
by ederheisler
Execute implementation plans in the current session by dispatching one subagent per mostly independent task with two-sta...
requesting-code-review
by ederheisler
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
systematic-debugging
by ederheisler
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
python-code-patterns
by ederheisler
Python code style and type hinting patterns. Use when writing or reviewing Python code to ensure consistent, modern type...
test-driven-development
by ederheisler
Use when implementing any feature or bugfix, before writing implementation code
subagent-driven-developme...
by ederheisler
Use when executing implementation plans with independent tasks in the current session
rapidata-use
by trojblue
Use for Rapidata Python SDK tasks: authenticate with RapidataClient, submit labeling orders from datasets (compare/class...
tf-module
by duplocloud
Expert in creating Duplocloud Terraform modules following standard patterns. Use when creating terraform modules, tenant...
Comprehensive SQLModel skill for Python database operations with SQL databases. Use when working with SQLModel for (1) D...
Initialize a new BDD-based CLI project from scratch with complete directory structure, Behave configuration, pyproject.t...
Auto-generates Python step definition stubs from Gherkin feature files for BDD testing with Behave. Uses Behave's parser...
Initialize a new BDD-based CLI project using cookiecutter templates from Git repositories. This skill intelligently sele...
get-current-date
by egermano
Retrieves the current date in YYYY-MM-DD format. Use when the user needs to know today's date or requires the current da...
data-validator
by egermano
Validates data against specified rules including required field checks, email format validation, and numeric type verifi...
text-processor
by egermano
Performs text manipulation operations including case conversion (uppercase, lowercase, capitalize), text reversal, and w...