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
TobiasBak

brainstorm

by TobiasBak

star 0

Brainstorm ideas from simple features to entire projects. Use when user wants to explore an idea, brainstorm, plan somet...

VinniZP

target-be-architecture

by VinniZP

star 0

Target backend architecture for Lingx. CQRS-lite with event-driven patterns, module organization, and real-time collabor...

VinniZP

fe-design

by VinniZP

star 0

Enforce a precise, minimal design system inspired by Linear, Notion, and Stripe. Use this skill when building dashboards...

VinniZP

i18n-patterns

by VinniZP

star 0

Internationalization patterns for Lingx. Type-safe translations with Lingx SDK, ICU MessageFormat, key naming convention...

VinniZP

interview

by VinniZP

star 0

This skill should be used when the user asks to "interview me about the plan", "validate my implementation plan", "revie...

VinniZP

test-driven-development

by VinniZP

star 0

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

VinniZP

target-fe-architecture

by VinniZP

star 0

Target frontend architecture for Lingx. Progressive FSD Hybrid combining Next.js App Router with Feature-Sliced Design l...

VinniZP

testing-patterns

by VinniZP

star 0

Testing best practices for Lingx. Unit tests with Vitest, integration tests with Prisma, E2E tests with Playwright. Use...

marcmtk

lab-intelligence-planning

by marcmtk

star 0

Plan, design, and govern a portfolio of reports, dashboards, and data products for clinical laboratories (biochemistry,...

antonykamp

tracing-inlining-decision...

by antonykamp

star 0

Shows inlining decisions during compilation with call tree and reasons for inline/don't-inline. Use to verify critical c...

antonykamp

detecting-deoptimizations

by antonykamp

star 0

Traces deoptimization events where execution falls back from compiled code to interpreter. Use to detect deoptimization...

antonykamp

tracing-execution-counts

by antonykamp

star 0

Counts exact execution frequencies (not time) at function/statement level. Shows interpreted vs compiled execution split...

antonykamp

fetching-truffle-document...

by antonykamp

star 0

Fetches information from official GraalVM, Truffle, and Graal compiler documentation for API guidance, performance optim...

antonykamp

profiling-with-cpu-sample...

by antonykamp

star 0

Time-based sampling profiler showing WHERE execution time is spent (wall-clock time, not frequency). Provides histogram...

antonykamp

implementing-performance-...

by antonykamp

star 0

[PHASE 4] Implements and validates fixes for verified theories. Entry: PERFORMANCE_THEORIES.md has a verified theory. Ou...

antonykamp

optimizing-truffle-perfor...

by antonykamp

star 0

[ORCHESTRATOR] Runs full performance optimization loop for Truffle languages. Entry: User wants to optimize performance....

antonykamp

profiling-memory-allocati...

by antonykamp

star 0

Experimental allocation profiler tracking memory allocations at guest-language level. Shows allocation sites, object typ...

antonykamp

detecting-performance-war...

by antonykamp

star 0

Detects optimization barriers during Truffle compilation. Identifies virtual calls, non-constant stores, unresolved type...

antonykamp

analyzing-compiler-graphs

by antonykamp

star 0

Dumps and analyzes Graal IR compiler graphs showing optimization decisions. Use BGV format with bgv2json/seafoam to insp...

antonykamp

generating-performance-th...

by antonykamp

star 0

[PHASE 2] Analyzes code to identify optimization opportunities. Entry: BENCHMARK_BASELINE.md exists AND (no PERFORMANCE_...

antonykamp

verifying-performance-the...

by antonykamp

star 0

[PHASE 3] Proves theories with profiling tools. Entry: PERFORMANCE_THEORIES.md has unverified theories. Outputs: Theory...

antonykamp

tracing-compilation-event...

by antonykamp

star 0

Logs every compilation event with timing, tier (T1/T2), success/failure, and invalidation reasons. Use to verify hot cod...

antonykamp

establishing-benchmark-ba...

by antonykamp

star 0

[PHASE 1] Creates benchmark suite and performance expectations. Entry: No BENCHMARK_BASELINE.md exists. Outputs: BENCHMA...

r3mcos3

commit

by r3mcos3

star 0

Generate English commit message with emoji prefix and push. Use when user wants to commit and push changes, or uses /com...