Find the perfect skill
Flow Type Checking
Development
Use to run Flow type checking in React code, or when seeing Flow type errors.
Anthropic Claude API Expert Guide
Development
Expert guidance for building apps with Anthropic's Claude API: SDK patterns, cost optimization, caching, streaming, tool use, and production best practices.
Endurance Coach - Training Plans
Education & Training
Create personalized triathlon, marathon, and ultra-endurance training plans. Periodization, tapering, and race-day strategies tailored to your fitness level.
WebF Host Caching with HttpCacheMode
Development
Configure and debug WebF runtime caching in Flutter using HttpCacheMode: set strategies (cache-first, network-first, offline-first), bust caches, version bundles, and clear caches with WebF.clearAllCaches. Helps when dealing with stale remote bundles, offline-first requirements, or custom cache adapter behavior.
Continuous Learning (Deprecated)
Productivity
Legacy v1 stop-hook skill for extracting reusable patterns from Claude Code sessions. Deprecated; use continuous-learning-v2 instead.
Tech-Debt Audit
Development
Audit accumulated technical debt: stale markers, dead code, duplication, magic numbers, stub implementations, doc rot, oversized files.
Integrate Claude Skills into Project Guidelines
Development
Adapts a Claude global skill into project-specific development guidelines, updating documentation and examples rather than generating code directly.
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.
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.
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.
OpenClaw Cleanup
Development
This skill thoroughly removes all remaining files from OpenClaw from your system. It offers a dry-run mode to preview what will be deleted before executing. After cleaning, it provides a summary of the number of items removed and estimated space freed.
Test-Driven Development
Development
Rigid RED → GREEN → REFACTOR cycle. Write a failing test before any implementation.