systematic-debugging

systematic-debugging is a skill for Claude Code from artk0de/TeaRAGs-MCP. It costs 0 tokens per session (2,743 once invoked), scanned A, original, no licence file.

A debugging workflow that starts with code areas shown by past bug fixes and frequent changes, instead of checking the whole codebase equally.

In plain words
What is it for?
Use it to investigate bugs, choose where to look first, and guide debugging from the project's past change history.
Why use it?
It helps focus investigation where bugs are more likely, reducing time spent searching unrelated files.

Skill for Claude Code

Written for Claude Code: a Claude Code plugin manifest.

Part of the dinopowers plugin — 10 skills shipped together

Install

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.

agentmods
npx agentmods add skills/artk0de/tearags-mcp/systematic-debugging
Any agent
npx skills add artk0de/TeaRAGs-MCP --skill systematic-debugging
Clone the repo
git clone --depth 1 https://github.com/artk0de/TeaRAGs-MCP

Made for: Claude Code.

Or install dinopowers, the plugin that ships this one along with the rest of its 10 skills.

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 systematic-debugging

README.md
[![agentmods](https://agentmods.dev/badge/skills/artk0de/tearags-mcp/systematic-debugging.svg)](https://agentmods.dev/skills/artk0de/tearags-mcp/systematic-debugging)
Your own site
<a href="https://agentmods.dev/skills/artk0de/tearags-mcp/systematic-debugging"><img src="https://agentmods.dev/badge/skills/artk0de/tearags-mcp/systematic-debugging.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,743 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found 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.02743
Opus 5 $0.00000 $0.01372
Sonnet 5 $0.00000 $0.00549
Haiku 4.5 $0.00000 $0.00274

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

Security

Grade A, and why

systematic-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 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.

.claude-plugin/dinopowers/skills/systematic-debugging/SKILL.md · 213 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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 · 213 lines · 0 tokens per session scan A 84bfbb0348de

Subscribe to this mod's changes

systematic-debugging is a skill published in the GitHub repository artk0de/TeaRAGs-MCP (11 stars, last pushed 21d ago), with no licence file. It costs nothing until one of its globs matches a file; then it loads 2,743 tokens. 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.

Related

Other skills, from other repositories

diagnosing-bugs

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.

stainless-code/codemap · 68 tokens

wakaru

Turn minified, bundled, or transpiled JavaScript back into readable modules. Use when you encounter unreadable production JS — a webpack/esbuild/Metro/Rollup bundle, a minified vendor script, Babel/TypeScript/SWC-transpiled output, or a single mangled .js file — and need to read, audit, debug it, or recover a…

pionxzh/wakaru · 99 tokens

windows-compat

Audit and harden this Rust repo (code-graph-mcp) for Windows correctness: path-spelling drift between producers, the 32,767-char command-line cap, index-key mismatches, and path predicates that assume one ecosystem's layout. Use whenever touching code that builds, compares, prints, or stores a filesystem path; that…

sdsrss/code-graph-mcp · 165 tokens

rab-cdp-debug

用于指导 Agent 通过 Chrome DevTools MCP 的 evaluatescript 工具,结合 window.RSROOTCONTAINER API 对 @rabjs/react 应用进行逻辑验证。当用户提到 Service 逻辑验证、Chrome DevTools 调试 Service、CDP 操控 rsjs Service、浏览器页面中调试 Service 实例 时,应优先使用这个 skill。适用场景包括:使用 chrome-devtools-mcp 的 evaluatescript 访问 Service 实例、验证 Service 状态、调用 Service 方法、通过 listServices…

ximing/rab · 128 tokens

mechanism-not-instance

The two questions that separate a fix for the reported spelling from a fix for the property. Load in /fix-issue steps 4-5 and in review of any fix.

jgravelle/jcodemunch-mcp · 41 tokens

rab-rn-debug

用于指导 Agent 通过本地调试服务(rab-rn-debug)以 HTTP 指令调试 React Native 真机/模拟器上的 @rabjs 应用。当用户提到 RN Service 逻辑验证、调试移动端 rab 应用、真机/模拟器 Service 状态检查、设备指令调试 时,应优先使用这个 skill。适用场景包括:向 RN 设备发送结构化指令、枚举/读取/调用 Service、执行 rab.expect 断言、拉取设备 console 日志。.

ximing/rab · 120 tokens