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
maksimtereshin

testing-test-writing

by maksimtereshin

star 0

Write minimal, focused tests following KISS and YAGNI principles - test only core user flows during development, defer e...

maksimtereshin

backend-models

by maksimtereshin

star 0

Define and structure database models and entities with proper naming conventions, timestamps, data integrity constraints...

maksimtereshin

global-conventions

by maksimtereshin

star 0

Follow project-wide development conventions including consistent project structure, clear documentation, version control...

maksimtereshin

frontend-css

by maksimtereshin

star 0

Write and structure CSS using consistent methodology (Tailwind, BEM, CSS Modules, styled-components), maintain design sy...

maksimtereshin

backend-queries

by maksimtereshin

star 0

Write optimized and secure database queries using parameterized queries, eager loading, strategic indexing, and proper t...

maksimtereshin

global-commenting

by maksimtereshin

star 0

Write self-documenting code with clear structure and naming, using minimal but helpful comments only when necessary to e...

maksimtereshin

frontend-components

by maksimtereshin

star 0

Design and build reusable, composable UI components following Single Responsibility Principle with clear prop interfaces...

LuluFur

asset-manager

by LuluFur

star 0

Diagnoses sprite loading failures, animation frame mismatches, missing assets, CORS errors, and asset path issues. Use w...

LuluFur

performance-tuning

by LuluFur

star 0

Analyzes and optimizes p5.js game performance including FPS drops, particle limits, off-screen culling, object pooling,...

LuluFur

p5-code-review

by LuluFur

star 0

Reviews p5.js tower defense game code for architecture patterns, manager responsibilities, performance issues, and code...

LuluFur

git-helper

by LuluFur

star 0

Provides Git workflow guidance for branching, committing, merging, and creating pull requests. Use when creating commits...

LuluFur

tower-visuals

by LuluFur

star 0

Provides rules and patterns for drawing machine-based tower visuals using p5.js primitives. Use when designing or modify...

LuluFur

error-debugger

by LuluFur

star 0

Diagnoses JavaScript errors, asset loading failures, p5.js conflicts, game logic bugs, and performance issues. Use when...

LuluFur

game-designer

by LuluFur

star 0

Provides game design advice for tower defense balance, enemy stats, tower abilities, progression curves, and difficulty...

Dragonscale-Labs

icon-generator

by Dragonscale-Labs

star 0

Generate AI icons using icon.new. Use when the user wants to create icons, generate icon assets, or needs visual icons f...

thlandgraf

speclan-format

by thlandgraf

star 0

**ALWAYS INJECT** this skill when working with files in PROJECTROOT/speclan/ directory. This is foundational knowledge f...

thlandgraf

speclan-id-generator

by thlandgraf

star 0

This skill should be used when generating IDs for SPECLAN entities, creating new specs, or needing collision-free unique...

thlandgraf

sync-specs-from-session

by thlandgraf

star 0

This skill should be used when the user asks to "sync specs", "update specs from work", "record what we did", "add to sp...

thlandgraf

speclan-query

by thlandgraf

star 0

This skill should be used when querying SPECLAN specifications by type, status, or parent relationship. Use when user as...

thlandgraf

constitution-format

by thlandgraf

star 0

Knowledge about writing effective project constitution files for LLM/coding agents. Use this skill when creating, editin...

phylaxsystems

implementing-assertions

by phylaxsystems

star 0

Phylax Credible Layer assertions implementation. Implements phylax/credible layer assertion contracts using cheatcodes,...

phylaxsystems

assertion-troubleshooting

by phylaxsystems

star 0

Phylax Credible Layer assertions troubleshooting. Diagnoses common assertion failures and non-triggering issues. Use whe...

phylaxsystems

testing-assertions

by phylaxsystems

star 0

Phylax Credible Layer assertions testing. Tests phylax/credible layer assertions with CredibleTest, fuzzing, and backtes...

phylaxsystems

designing-assertions

by phylaxsystems

star 0

Phylax Credible Layer assertions design. Designs invariants and trigger mapping for phylax/credible layer assertions.