TopRank Skills

80,000+ Skills to Supercharge Claude

The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.

Showing 118511 results
tlabs-xyz

global-commenting

by tlabs-xyz

star 0

Write minimal, helpful code comments that explain why rather than what, prioritizing self-documenting code with clear st...

tlabs-xyz

backend-migrations

by tlabs-xyz

star 0

Create and manage database migrations following best practices for reversibility, zero-downtime deployments, and safe sc...

inherent-design

atlas-project

by inherent-design

star 0

Create Atlas project bootstrap for persistent memory tracking. Analyzes conversation and directory structure to generate...

star 0

Persistent semantic memory for AI agents. Ingest, search, consolidate context across sessions. Manages Qdrant + Ollama i...

abaddon

bdd-test

by abaddon

star 0

Phase 5 of feature development - Create BDD tests with Cucumber/Gherkin and unit tests for the Burraco system. Use after...

abaddon

domain-modeling

by abaddon

star 0

Phase 3 of feature development - Create domain events, external events, value objects, and aggregate changes for the Bur...

abaddon

feature-workflow

by abaddon

star 0

Main workflow orchestrator for adding new features to the distributed Burraco card game system. Use this when implementi...

abaddon

feature-discovery

by abaddon

star 0

Phase 1 of feature development - Analyze feature requirements and assess impact on the distributed Burraco system. Use t...

abaddon

integration-docs

by abaddon

star 0

Phase 6 of feature development - Update documentation and verify integration for the Burraco system. Use after bdd-test...

abaddon

feature-design

by abaddon

star 0

Phase 2 of feature development - Design architecture, events, commands, and service interactions for the Burraco distrib...

abaddon

kotlin-implement

by abaddon

star 0

Phase 4 of feature development - Implement commands, REST handlers, Kafka consumers/producers in Kotlin for the Burraco...

BRENNS

i18n

by BRENNS

star 0

Internationalization and locale management. Use when modifying translation files, adding new translation keys, or workin...

Peterbuelund

hello-world

by Peterbuelund

star 0

A simple example skill that demonstrates Claude Code skill structure

Perdolique

github-pull-request

by Perdolique

star 0

Generates GitHub pull request (PR) titles and descriptions from code changes. Use when creating PR, updating PR details,...

Perdolique

code-committing

by Perdolique

star 0

Generate semantic commit messages following conventional commits format. Use when committing code, staging changes, writ...

cpalumbo

brand-guidelines

by cpalumbo

star 0

Applies Cinzia's brand colors and typography to any sort of artifact that may benefit from having Cinzia's look-and-feel...

craigtkhill

create-skill

by craigtkhill

star 0

Use when creating or modifying skills. Defines skill file structure, naming conventions, and integration patterns.

craigtkhill

test-driven-development

by craigtkhill

star 0

Use when writing tests or implementing code. Defines RED-GREEN-REFACTOR cycle and test execution workflow.

craigtkhill

refactor

by craigtkhill

star 0

Use during REFACTOR phase of TDD or when code duplication is suspected. Defines search-first workflow and safe refactori...

craigtkhill

write-commit-message

by craigtkhill

star 0

Use when creating git commits. Defines conventional commit format and message structure guidelines.

craigtkhill

install-dependencies

by craigtkhill

star 0

Use when adding project dependencies. Defines dependency management rules and language-specific patterns.

craigtkhill

specification

by craigtkhill

star 0

Use when writing or updating spec.md files. Defines requirement format, user story structure, and scenario patterns.

craigtkhill

spec-test-driven-developm...

by craigtkhill

star 0

Use when user requests new features or functionality. Defines complete workflow from specification through testing to im...

craigtkhill

evaluation

by craigtkhill

star 0

Use when creating or updating agent evaluation suites. Defines eval structure, rubrics, and validation patterns.