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
discountedcookie

maplibre-camera

by discountedcookie

star 0

Use when implementing map camera animations (flyTo, easeTo, jumpTo), handling zoom transitions, or managing bearing/pitc...

discountedcookie

postgres-vectors

by discountedcookie

star 0

Use when working with embeddings, semantic similarity, vector search, or the <-> <#> <=> operators. Load for pgvector qu...

discountedcookie

maplibre-layers

by discountedcookie

star 0

Use when adding map layers, managing GeoJSON sources, styling markers, or handling layer interactions. Load for layer re...

discountedcookie

config-tuning

by discountedcookie

star 0

Use when you notice a pattern that should be in the config. Analyzes current setup, researches best practices, and propo...

discountedcookie

openspec-propose

by discountedcookie

star 0

Use when adding features, changing behavior, or modifying architecture. Creates change proposal with specs and tasks. AL...

discountedcookie

brainstorming

by discountedcookie

star 0

Use when request is vague, complex, or needs design exploration BEFORE implementation. Ask questions one at a time. Do N...

discountedcookie

executing-tasks

by discountedcookie

star 0

Use when working through any task checklist (not just OpenSpec). Complete one task, verify, mark done, then next. No ski...

discountedcookie

gameplay-browser

by discountedcookie

star 0

Test game via browser with Chrome DevTools. Navigate UI, play through game flow, observe behavior and report issues.

discountedcookie

systematic-debugging

by discountedcookie

star 0

Use for ANY bug, test failure, or unexpected behavior. Use BEFORE proposing fixes. Four phases: investigate, analyze, hy...

discountedcookie

shadcn-vue

by discountedcookie

star 0

Context and reference for building UI with shadcn-vue components. Load when adding, modifying, or debugging UI component...

star 0

Run tests before and after changes. Only add tests for complex logic, not boilerplate. Database tests matter most.

discountedcookie

gameplay-sql

by discountedcookie

star 0

Test game mechanics via SQL. Use game_* tools for gameplay flow.

discountedcookie

game-scoring

by discountedcookie

star 0

Use when working with candidate scoring, confidence calculation, softmax aggregation, or guess decision logic. Load for...

discountedcookie

postgis-spatial

by discountedcookie

star 0

Use when working with geographic queries, geometry filtering, ST_* functions, or region-based candidate filtering. Load...

discountedcookie

vue-composables

by discountedcookie

star 0

Use when creating reusable composables, managing reactive state, or implementing the Composition API. Load for useX patt...

discountedcookie

trait-learning

by discountedcookie

star 0

Use when working with trait extraction, place enrichment, or the learning loop. Load for understanding how the system le...

discountedcookie

knowledge-sync

by discountedcookie

star 0

Use after completing a refactor, implementing a major feature, or when skills may be outdated. Analyzes code changes, id...

discountedcookie

code-review

by discountedcookie

star 0

Use for quick self-review of small changes. For comprehensive review or cross-domain changes, dispatch @code-reviewer ag...

discountedcookie

subagent-workflow

by discountedcookie

star 0

Use when orchestrating subagents for implementation. Covers when to dispatch vs recall, how to scope tasks, session mana...

discountedcookie

database-first

by discountedcookie

star 0

REQUIRED before implementing any game feature, scoring logic, state transition, or decision-making. ALL business logic l...

discountedcookie

using-skills

by discountedcookie

star 0

Load at session start or when unsure which skill applies. Explains available skills and when to use each. Check this to...

discountedcookie

openspec-check

by discountedcookie

star 0

Use BEFORE any implementation to check if specs exist for the capability. Run this first when starting any feature work....

willsigmon

swiftui-visual-verifier

by willsigmon

star 0

Launch Leavn app in iOS simulator, navigate features using MCP browser tools, take screenshots, verify UI rendering and...

willsigmon

service-consolidator

by willsigmon

star 0

Find and consolidate duplicate service implementations in Leavn app - analyze variants, choose winner, update call sites...