80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
brainstorm
by TobiasBak
Brainstorm ideas from simple features to entire projects. Use when user wants to explore an idea, brainstorm, plan somet...
target-be-architecture
by VinniZP
Target backend architecture for Lingx. CQRS-lite with event-driven patterns, module organization, and real-time collabor...
fe-design
by VinniZP
Enforce a precise, minimal design system inspired by Linear, Notion, and Stripe. Use this skill when building dashboards...
i18n-patterns
by VinniZP
Internationalization patterns for Lingx. Type-safe translations with Lingx SDK, ICU MessageFormat, key naming convention...
interview
by VinniZP
This skill should be used when the user asks to "interview me about the plan", "validate my implementation plan", "revie...
test-driven-development
by VinniZP
Use when implementing any feature or bugfix, before writing implementation code
target-fe-architecture
by VinniZP
Target frontend architecture for Lingx. Progressive FSD Hybrid combining Next.js App Router with Feature-Sliced Design l...
testing-patterns
by VinniZP
Testing best practices for Lingx. Unit tests with Vitest, integration tests with Prisma, E2E tests with Playwright. Use...
lab-intelligence-planning
by marcmtk
Plan, design, and govern a portfolio of reports, dashboards, and data products for clinical laboratories (biochemistry,...
tracing-inlining-decision...
by antonykamp
Shows inlining decisions during compilation with call tree and reasons for inline/don't-inline. Use to verify critical c...
detecting-deoptimizations
by antonykamp
Traces deoptimization events where execution falls back from compiled code to interpreter. Use to detect deoptimization...
tracing-execution-counts
by antonykamp
Counts exact execution frequencies (not time) at function/statement level. Shows interpreted vs compiled execution split...
fetching-truffle-document...
by antonykamp
Fetches information from official GraalVM, Truffle, and Graal compiler documentation for API guidance, performance optim...
profiling-with-cpu-sample...
by antonykamp
Time-based sampling profiler showing WHERE execution time is spent (wall-clock time, not frequency). Provides histogram...
implementing-performance-...
by antonykamp
[PHASE 4] Implements and validates fixes for verified theories. Entry: PERFORMANCE_THEORIES.md has a verified theory. Ou...
optimizing-truffle-perfor...
by antonykamp
[ORCHESTRATOR] Runs full performance optimization loop for Truffle languages. Entry: User wants to optimize performance....
profiling-memory-allocati...
by antonykamp
Experimental allocation profiler tracking memory allocations at guest-language level. Shows allocation sites, object typ...
detecting-performance-war...
by antonykamp
Detects optimization barriers during Truffle compilation. Identifies virtual calls, non-constant stores, unresolved type...
analyzing-compiler-graphs
by antonykamp
Dumps and analyzes Graal IR compiler graphs showing optimization decisions. Use BGV format with bgv2json/seafoam to insp...
generating-performance-th...
by antonykamp
[PHASE 2] Analyzes code to identify optimization opportunities. Entry: BENCHMARK_BASELINE.md exists AND (no PERFORMANCE_...
verifying-performance-the...
by antonykamp
[PHASE 3] Proves theories with profiling tools. Entry: PERFORMANCE_THEORIES.md has unverified theories. Outputs: Theory...
tracing-compilation-event...
by antonykamp
Logs every compilation event with timing, tier (T1/T2), success/failure, and invalidation reasons. Use to verify hot cod...
establishing-benchmark-ba...
by antonykamp
[PHASE 1] Creates benchmark suite and performance expectations. Entry: No BENCHMARK_BASELINE.md exists. Outputs: BENCHMA...
commit
by r3mcos3
Generate English commit message with emoji prefix and push. Use when user wants to commit and push changes, or uses /com...