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
seajhawk

subagents

by seajhawk

star 0

Guide for using Claude Code subagents effectively. Use when deciding whether to delegate a task to a subagent or handle...

seajhawk

interview-skill

by seajhawk

star 0

Deep-dive technical discovery and requirement gathering before coding. Use when a task is broad, ambiguous, or requires...

bwl21

git-conventions

by bwl21

star 0

Apply when committing code, creating branches, or preparing pull requests. Covers conventional commit format, branch nam...

bwl21

development-workflow

by bwl21

star 0

Apply when setting up the development environment, running dev server, building, testing, or deploying the extension. Co...

bwl21

churchtools-api

by bwl21

star 0

Apply when making API calls to ChurchTools, using churchtoolsClient methods, handling API responses, or working with Tag...

bwl21

vue-components

by bwl21

star 0

Apply when creating or modifying Vue components, using BaseCard, ColorPicker, Toast, or composables. Covers component ar...

bwl21

common-pitfalls

by bwl21

star 0

Apply when debugging errors, reviewing code for issues, or encountering unexpected behavior. Contains known mistakes wit...

DennisToma

skill-creator

by DennisToma

star 0

Create new Claude Agent Skills following best practices. Use when user wants to create, scaffold, or update a skill pack...

DennisToma

migration-agent

by DennisToma

star 0

Plan and execute large-scale codebase migrations using agent workflows. Use when user wants to migrate from one system t...

DennisToma

code-explainer

by DennisToma

star 0

Explain code in plain English with visual diagrams. Use when user wants to understand how code works or needs documentat...

DennisToma

code-review

by DennisToma

star 0

Review code changes for AI-generated patterns, anti-patterns, and project convention violations. Use before committing o...

DennisToma

skill-evolution

by DennisToma

star 0

Review accumulated feedback and propose skill updates. Use periodically or when evolution triggers accumulate. Requires...

DennisToma

complexity-killer

by DennisToma

star 0

Audit and remove unnecessary abstractions from the codebase. Use when user wants to simplify, reduce dependencies, or el...

DennisToma

testing-anti-patterns

by DennisToma

star 0

Prevent common testing anti-patterns that undermine test effectiveness and code quality by ensuring tests verify real be...

DennisToma

todo-collector

by DennisToma

star 0

Scan codebase for TODO, FIXME, and HACK comments and generate a prioritized report. Use when user wants to find or track...

DennisToma

quick-test

by DennisToma

star 0

Run tests and analyze failures with actionable fixes. Use when user wants to run tests or debug test failures.

DennisToma

frontend-responsive-desig...

by DennisToma

star 0

Build responsive, mobile-first layouts using fluid containers, flexible units, media queries, and touch-friendly design...

DennisToma

backend-api-standards

by DennisToma

star 0

Design and implement RESTful API endpoints following REST principles with proper HTTP methods, status codes, and resourc...

DennisToma

diagram-gen

by DennisToma

star 0

Generate architecture, sequence, state, and ERD diagrams for code understanding. Use when user wants to visualize code s...

DennisToma

track-metrics

by DennisToma

star 0

Record task metrics after completing work. Use after /verify or any completed task to build measurement data.

DennisToma

frontend-components-stand...

by DennisToma

star 0

Design reusable, composable UI components following single responsibility principle with clear interfaces, encapsulation...

DennisToma

frontend-css-standards

by DennisToma

star 0

Write consistent, maintainable CSS following the project's methodology (Tailwind, BEM, utility classes, CSS modules) wit...

DennisToma

skill-feedback

by DennisToma

star 0

Capture task outcomes and patterns after completing work. Use after /verify or when a task succeeds/fails to enable adap...

DennisToma

git-commit

by DennisToma

star 0

Create well-structured git commits with conventional commit messages. Use when user wants to commit changes or asks abou...