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
star 464

Solution design phase detailed rules; read when entering solution design; includes solution ideation, task breakdown, ri...

hellowind777

analyze

by hellowind777

star 464

Requirements analysis phase detailed rules; read when entering requirements analysis; includes requirement scoring, foll...

hellowind777

develop

by hellowind777

star 464

Development implementation phase detailed rules; read when entering development implementation; includes execution flow,...

hellowind777

analyze

by hellowind777

star 464

需求分析阶段详细规则;进入需求分析时读取;包含需求评分、追问逻辑、代码分析步骤

hellowind777

develop

by hellowind777

star 464

开发实施阶段详细规则;进入开发实施时读取;包含执行流程、代码规范、一致性审计、方案包迁移

star 464

方案设计阶段详细规则;进入方案设计时读取;包含方案构思、任务拆解、风险评估、方案包创建

am-will

plan-harder

by am-will

star 463

Use when user specfically says 'plan harder'.

hellowind777

templates

by hellowind777

star 463

Documentation template collection; read when creating Wiki or solution package files; includes all knowledge base templa...

dailydotdev

respectfully

by dailydotdev

star 463

Wraps any prompt with a reminder to respect CLAUDE.md files

r3bl-org

design-philosophy

by r3bl-org

star 463

Core design principles for the codebase - cognitive load, progressive disclosure, type safety, abstraction worth. Use wh...

dailydotdev

local-env

by dailydotdev

star 463

Local environment management - run SQL queries, set up fake payments, reset test data. Use when the user needs help with...

ruvnet

agentic-jujutsu

by ruvnet

star 461

Quantum-resistant, self-learning version control for AI agents with ReasoningBank intelligence and multi-agent coordinat...

FlorianBruniaux

design-patterns

by FlorianBruniaux

star 460

Analyze codebase for GoF design patterns - detection, suggestions, evaluation with stack-aware adaptations

am-will

parallel-task

by am-will

star 460

Execute plan files by launching multiple parallel subagents to complete tasks simultaneously. Triggers on explicit "/par...

jwiegley

mapq

by jwiegley

star 460

Query Apple Maps for nearby places with driving/walking/transit directions and travel time.

peteonrails

smoke-test

by peteonrails

star 459

Run interactive smoke tests for voxtype. Tests recording cycles, CLI overrides, signal handling, and service management....

Trevoke

test-driven-development

by Trevoke

star 459

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

Trevoke

writing-skills

by Trevoke

star 459

Use when creating new skills, editing existing skills, or verifying skills work before deployment

Trevoke

executing-plans

by Trevoke

star 459

Use when you have a written implementation plan to execute in a separate session with review checkpoints

Trevoke

subagent-driven-developme...

by Trevoke

star 459

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

Trevoke

using-superpowers

by Trevoke

star 459

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY...

r3bl-org

organize-modules

by r3bl-org

star 458

Apply private modules with public re-exports pattern for clean API design. Includes conditional visibility for docs and...

r3bl-org

write-documentation

by r3bl-org

star 458

Write and format Rust documentation correctly. Apply proactively when writing code with rustdoc comments (//! or ///). C...

r3bl-org

check-bounds-safety

by r3bl-org

star 458

Apply type-safe bounds checking patterns using Index/Length types instead of usize. Use when working with arrays, buffer...