shell
$ npx -y skills add nyldn/claude-octopus --agent claude-codeShips with octo. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/debug
Context preview
What this command does when you run it.
Systematic debugging with methodical problem investigation
Stats
Stars3,869
Forks362
LanguageShell
LicenseMIT
Ships with octo
Command definition
debug.md
--- command: debug description: Systematic debugging with methodical problem investigation --- # Debug - Systematic Debugging Skill **Your first output line MUST be:** `🐙 Octopus Debug Mode` ## Instructions Read and follow the full skill instructions from: `${HOME}/.claude-octopus/plugin/.claude/skills/skill-debug/SKILL.md` ## Quick Usage Just use natural language: ``` "Debug why the login is failing" "Help me debug this memory leak" "Systematically debug the API timeout issue" ``` ## Debugging Approach 1. **Reproduce**: Understand and reproduce the issue 2. **Isolate**: Narrow down the root cause 3. **Analyze**: Examine code, logs, and state 4. **Hypothesize**: Form theories about the bug 5. **Test**: Validate hypotheses 6. **Fix**: Implement and verify the solution ## What You Get - Step-by-step debugging plan - Root cause analysis - Fix recommendations - Prevention strategies - Test cases to prevent regression
