Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Kyne0328/rel-ai-local-coding-agent --skill rel-ai-debugginggit clone --depth 1 https://github.com/Kyne0328/rel-ai-local-coding-agentWrote 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.
[](https://agentmods.dev/skills/kyne0328/rel-ai-local-coding-agent/rel-ai-debugging)<a href="https://agentmods.dev/skills/kyne0328/rel-ai-local-coding-agent/rel-ai-debugging"><img src="https://agentmods.dev/badge/skills/kyne0328/rel-ai-local-coding-agent/rel-ai-debugging.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00056 | $0.00408 |
| Opus 5 | $0.00028 | $0.00204 |
| Sonnet 5 | $0.00011 | $0.00082 |
| Haiku 4.5 | $0.00006 | $0.00041 |
Grade A, and why
rel-ai-debugging 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 7d 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.
What it actually says
Rel.AI Debugging
Reuse the active work_id opened by rel-ai-workflow. Do not call relai_work with action: "begin" when the same objective already has a work session.
After each Rel.AI call, use runtime workflow guidance (workflow.recommendedActions and workflow.avoidActions) to calibrate the next repository action. The causal debugging method still owns root-cause judgment; runtime guidance owns whether more context, a focused check, review, or escalation is useful now.
Use this causal sequence: observable failure -> smallest reproduction -> causal path -> root cause -> coherent fix -> targeted regression -> broader checks only when the changed boundary requires them.
- Capture the exact failing behavior with the smallest bounded reproduction that still demonstrates the defect.
- Trace callers, state transitions, ownership, data flow, and relevant tests until the causal path is plausible and evidence-backed.
- Separate the root cause from downstream symptoms. If several symptoms share one state, lifecycle, ownership, or architectural flaw, prefer one shared root-cause fix over independent patches.
- Make no speculative edits before the causal path is understood well enough to explain why the proposed change should fix the failure.
- Apply the smallest coherent fix through
relai_edit. Do not bundle unrelated cleanup into the repair. - Run the targeted regression first. Add broader checks only when the changed boundary creates additional meaningful risk.
- Never claim an executable defect is fixed from static inspection alone when bounded executable proof is available.
- Hand the reproduced failure, root cause, changed behavior, targeted regression, and touched boundaries to
rel-ai-verificationor back torel-ai-workflow.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 7d ago First seen · 21 lines · 56 tokens per session scan A bd6b9fcb922b
rel-ai-debugging is a skill published in the GitHub repository Kyne0328/rel-ai-local-coding-agent (19 stars, last pushed 3d ago), licensed Apache-2.0. It adds 56 tokens to every session and 408 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
codexless-browser-repair
Diagnose and temporarily repair Codexless Browser compatibility after a Codex, Chrome Skill, or Browser runtime update when Codexless Browser stopped working. Use for current-version Codexless Browser compatibility drift, not ordinary website bugs, general Browser operation, Codexless install/update work, or long-term…
fix-default
A default procedure for handling bug fixes, organised as a three-step scan and a CP process. The input does not explain what the three steps or CP process contain.
repair-prevention-assessment
A completion gate for fixes and self-repair work. It creates a machine-checkable assessment that separates evidence a current issue is closed from evidence that the fix will remain effective.
diagnosing-bugs
Diagnose bugs with a reproducible red signal, minimized case, ranked hypotheses, and regression test.
conspiracy
Investigate every bug as if it were intentional. Ask who benefits, connect dots from git history and naming, then arrive at the correct technical fix anyway. Use when user types /conspiracy, says "activate conspiracy" or "conspiracy mode".
war-room
Treat every bug as a production incident. Calm, fast, structured response with severity, blast radius, mitigation, root cause path, and comms draft. Use when user types /war-room, says "activate war-room" or "war room mode".