80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
global-commenting
by tlabs-xyz
Write minimal, helpful code comments that explain why rather than what, prioritizing self-documenting code with clear st...
backend-migrations
by tlabs-xyz
Create and manage database migrations following best practices for reversibility, zero-downtime deployments, and safe sc...
Create Atlas project bootstrap for persistent memory tracking. Analyzes conversation and directory structure to generate...
Persistent semantic memory for AI agents. Ingest, search, consolidate context across sessions. Manages Qdrant + Ollama i...
bdd-test
by abaddon
Phase 5 of feature development - Create BDD tests with Cucumber/Gherkin and unit tests for the Burraco system. Use after...
domain-modeling
by abaddon
Phase 3 of feature development - Create domain events, external events, value objects, and aggregate changes for the Bur...
feature-workflow
by abaddon
Main workflow orchestrator for adding new features to the distributed Burraco card game system. Use this when implementi...
feature-discovery
by abaddon
Phase 1 of feature development - Analyze feature requirements and assess impact on the distributed Burraco system. Use t...
integration-docs
by abaddon
Phase 6 of feature development - Update documentation and verify integration for the Burraco system. Use after bdd-test...
feature-design
by abaddon
Phase 2 of feature development - Design architecture, events, commands, and service interactions for the Burraco distrib...
kotlin-implement
by abaddon
Phase 4 of feature development - Implement commands, REST handlers, Kafka consumers/producers in Kotlin for the Burraco...
i18n
by BRENNS
Internationalization and locale management. Use when modifying translation files, adding new translation keys, or workin...
hello-world
by Peterbuelund
A simple example skill that demonstrates Claude Code skill structure
github-pull-request
by Perdolique
Generates GitHub pull request (PR) titles and descriptions from code changes. Use when creating PR, updating PR details,...
code-committing
by Perdolique
Generate semantic commit messages following conventional commits format. Use when committing code, staging changes, writ...
brand-guidelines
by cpalumbo
Applies Cinzia's brand colors and typography to any sort of artifact that may benefit from having Cinzia's look-and-feel...
create-skill
by craigtkhill
Use when creating or modifying skills. Defines skill file structure, naming conventions, and integration patterns.
test-driven-development
by craigtkhill
Use when writing tests or implementing code. Defines RED-GREEN-REFACTOR cycle and test execution workflow.
refactor
by craigtkhill
Use during REFACTOR phase of TDD or when code duplication is suspected. Defines search-first workflow and safe refactori...
write-commit-message
by craigtkhill
Use when creating git commits. Defines conventional commit format and message structure guidelines.
install-dependencies
by craigtkhill
Use when adding project dependencies. Defines dependency management rules and language-specific patterns.
specification
by craigtkhill
Use when writing or updating spec.md files. Defines requirement format, user story structure, and scenario patterns.
spec-test-driven-developm...
by craigtkhill
Use when user requests new features or functionality. Defines complete workflow from specification through testing to im...
evaluation
by craigtkhill
Use when creating or updating agent evaluation suites. Defines eval structure, rubrics, and validation patterns.