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
ederheisler

doc-coauthoring

by ederheisler

star 0

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, pr...

ederheisler

using-git-worktrees

by ederheisler

star 0

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - cr...

ederheisler

session-behavior

by ederheisler

star 0

Core behavioral guidelines and interaction patterns for the agent. This skill provides the foundation for how the agent...

ederheisler

anthropic-skill-creator

by ederheisler

star 0

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an exist...

ederheisler

brainstorming

by ederheisler

star 0

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying...

ederheisler

finishing-a-development-b...

by ederheisler

star 0

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completio...

ederheisler

writing-quality-tests

by ederheisler

star 0

Use when designing or refactoring automated tests to make them high-signal, reliable, and maintainable across unit, inte...

ederheisler

systematic-debugging

by ederheisler

star 0

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

ederheisler

python-code-patterns

by ederheisler

star 0

Python code style and type hinting patterns. Use when writing or reviewing Python code to ensure consistent, modern type...

ederheisler

subagent-driven-developme...

by ederheisler

star 0

Execute implementation plans in the current session by dispatching one subagent per mostly independent task with two-sta...

ederheisler

requesting-code-review

by ederheisler

star 0

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

ederheisler

systematic-debugging

by ederheisler

star 0

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

ederheisler

python-code-patterns

by ederheisler

star 0

Python code style and type hinting patterns. Use when writing or reviewing Python code to ensure consistent, modern type...

ederheisler

test-driven-development

by ederheisler

star 0

Use when implementing any feature or bugfix, before writing implementation code

ederheisler

subagent-driven-developme...

by ederheisler

star 0

Use when executing implementation plans with independent tasks in the current session

trojblue

rapidata-use

by trojblue

star 0

Use for Rapidata Python SDK tasks: authenticate with RapidataClient, submit labeling orders from datasets (compare/class...

duplocloud

tf-module

by duplocloud

star 0

Expert in creating Duplocloud Terraform modules following standard patterns. Use when creating terraform modules, tenant...

AbdullahMalik17

sqlmodel-mastery

by AbdullahMalik17

star 0

Comprehensive SQLModel skill for Python database operations with SQL databases. Use when working with SQLModel for (1) D...

lilliangreenberg

init-bdd-project

by lilliangreenberg

star 0

Initialize a new BDD-based CLI project from scratch with complete directory structure, Behave configuration, pyproject.t...

lilliangreenberg

generate-step-stubs

by lilliangreenberg

star 0

Auto-generates Python step definition stubs from Gherkin feature files for BDD testing with Behave. Uses Behave's parser...

lilliangreenberg

init-project-cookiecutter

by lilliangreenberg

star 0

Initialize a new BDD-based CLI project using cookiecutter templates from Git repositories. This skill intelligently sele...

egermano

get-current-date

by egermano

star 0

Retrieves the current date in YYYY-MM-DD format. Use when the user needs to know today's date or requires the current da...

egermano

data-validator

by egermano

star 0

Validates data against specified rules including required field checks, email format validation, and numeric type verifi...

egermano

text-processor

by egermano

star 0

Performs text manipulation operations including case conversion (uppercase, lowercase, capitalize), text reversal, and w...