debug

debug is a command for Claude Code from Yeachan-Heo/oh-my-claudecode. It costs 0 tokens per session (137 once invoked), scanned A, a copy of ask, MIT.

A compatibility command that keeps the /oh-my-claudecode:debug command available and passes its arguments to the bundled debug instructions.

In plain words
What is it for?
Invoking the bundled debug operation through the /oh-my-claudecode:debug command.
Why use it?
It avoids loading the full debug instructions into every Claude Code session. The provided details do not explain what the debug operation itself does.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions Claude Code.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the oh-my-claudecode plugin — 35 skills, 21 commands, 21 agents, 11 hooks, 1 MCP server shipped together

About the project

Oh My Claude Code is a multi-agent orchestration system for Claude Code, coordinating specialized agents, commands, skills, hooks, and workflows. It is designed for developers who want Claude Code to handle coding tasks through coordinated agent roles. Catalogue entries are components of its Claude Code workflow, including agents, commands, skills, hooks, instructions, MCP configuration, and a plugin.

Yeachan-Heo/oh-my-claudecode · 39,029 stars · on GitHub · oh-my-claudecode.dev

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Yeachan-Heo/oh-my-claudecode
Claude Code
/plugin install oh-my-claudecode

Made for: Claude Code.

Or install oh-my-claudecode, the plugin that ships this one along with the rest of its 35 skills, 21 commands, 21 agents, 11 hooks, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for debug

README.md
[![agentmods](https://agentmods.dev/badge/commands/yeachan-heo/oh-my-claudecode/debug.svg)](https://agentmods.dev/commands/yeachan-heo/oh-my-claudecode/debug)
Your own site
<a href="https://agentmods.dev/commands/yeachan-heo/oh-my-claudecode/debug"><img src="https://agentmods.dev/badge/commands/yeachan-heo/oh-my-claudecode/debug.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 137 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 78% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00137
Opus 5 $0.00000 $0.00068
Sonnet 5 $0.00000 $0.00027
Haiku 4.5 $0.00000 $0.00014

Measured 6d ago against content hash eb11e65b7a13, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

debug scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

78% identical to ask — 6 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

commands/debug.md · 19 lines

What it actually says

OMC debug

This compatibility command keeps /oh-my-claudecode:debug available without loading the full debug skill description in every Claude Code session.

Dispatch

  1. Read the full bundled skill instructions from the active OMC plugin/install: skills/debug/SKILL.md.
  2. Follow that SKILL.md exactly, treating the user's arguments as:
$ARGUMENTS

If the file is not directly readable from the current working directory, locate it under the active CLAUDE_PLUGIN_ROOT/OMC_PLUGIN_ROOT, package root, or installed OMC plugin directory, then continue.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 19 lines · 0 tokens per session scan A eb11e65b7a13

Subscribe to this mod's changes

debug is a command published in the GitHub repository Yeachan-Heo/oh-my-claudecode (39,029 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 137 tokens. A static security scan graded it A with 0 findings. It is 78% identical to ask, differing in 6 lines, and is treated as a copy.