Find the perfect skill
Tech-Debt Audit
Development
Audit accumulated technical debt: stale markers, dead code, duplication, magic numbers, stub implementations, doc rot, oversized files.
BDD Orchestrator
Development
Behavior-first feature development. Discovery, scenarios, implementation.
Implementation + green loop (TDD step 5)
Development
Replace declare mocks with real code, enforce signature parity, and run the green loop until all tests pass.
Assess External Skill for Foundry Mirror
Development
Scores how well an external skill could be mirrored in Foundry across four mold-eval rubrics, delegating research to subagents and grading to rubric files.
ULW Demo — Quality Gates Walkthrough
Development
Guided onboarding demo showing oh-my-claude's quality gates: stop-guard blocking, review loops, verification. Use after first install.
Detailed Specification Interview
Development
Interviews the user in depth using the AskUserQuestionTool to elicit detailed specifications before implementing complex or rare features. Asks non-obvious questions about technical implementation, concerns, and tradeoffs until all concerns are resolved, then writes the specification to a file.
NIFAL Audit - Canonical Translation Layer
Development
Deep audit of NIFAL, the NIF Abstraction Layer, ensuring canonical translation via a single boundary with no fabrication or render-time fallback.
Code Profiling
Development
Profiles code execution speed to pinpoint performance bottlenecks. Supports simple timers, cProfile, and line profiler, analyzing cumulative time and call counts to suggest optimizations like vectorization or caching.
Advanced C Programming
Development
Write efficient C code with proper memory management, pointers, and systems programming.
Skill Self-Repair
Development
Diagnose and fix a skill that didn't work correctly in the current session.
CCXT Cryptocurrency Library for C# and .NET
Development
Guide to using CCXT in C#/.NET for crypto exchange integration. Covers REST and WebSocket APIs, authentication, market data, and order placement.
Test-Driven Development
Development
Rigid RED → GREEN → REFACTOR cycle. Write a failing test before any implementation.