claude-code-on-steroids
Structured coding workflows, debugging discipline, and token cost analytics
All Skills in This Repository (24)
Pure Emerald Level Indicatorshunter
Investigate root causes through a four-phase debugging workflow before implementing fixes.
gradient
Apply ML engineering patterns to data pipelines, training, serving, and MLOps.
commander
Dispatch parallel agents with isolated contexts for independent tasks.
ascend
Enforces a skill invocation protocol at the start of every session.
pathfinder
Map an unknown codebase through a structured five-phase audit.
oracle
Classify task complexity across 8 dimensions and select an execution chain.
prism
Identifies UI/UX problems and proposes domain-guided solutions for web/app development.
seal
Finalize feature branches by verifying tests and presenting four completion options.
horizon
Monitor context health and compress stale reasoning during long sessions.
sentinel
Enforce fresh verification evidence before accepting completion claims in software development.
exodus
Execute planned tasks in a fresh isolated session with strict checkpointing.
sculptor
Enforce test-driven development with a failing baseline test before skill implementation.
Frequently Asked Questions
FAQPage SchemaHow to install claude-code-on-steroids?โผ
Run `npx skills add GadaaLabs/claude-code-on-steroids --all -g -y` in your terminal to install all skills globally.
How to reduce token usage in Claude Code?โผ
This suite caches past solutions in memory, compresses long-session context, routes simple tasks to cheaper models, and includes a /tokenburn dashboard that shows exactly where your tokens go.
How to stop AI from making random bug fixes?โผ
The hunter skill forces root-cause investigation before any fix, and the sentinel skill blocks completion claims until tests are actually run and verified.
Does it work with Codex, Copilot, and Gemini CLI?โผ
Yes. The ascend skill includes tool-mapping references for Codex, Copilot CLI, and Gemini CLI so the same skills run across platforms.
Can I use it without prompt engineering experience?โผ
Yes. Skills trigger automatically from plain-English requests, and the oracle skill classifies each task and picks the right workflow for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core