debug-protocol

debug-protocol is a skill for Claude Code, Codex from adityaarakeri/senior-agent-skills. It costs 76 tokens per session (455 once invoked), scanned A, original, no licence file.

A guided process for finding the cause of software problems when it is not yet known. It covers bugs, failed tests, crashes, regressions, flaky behaviour, slow performance, stack traces, and environment differences.

In plain words
What is it for?
Use it to investigate wrong output, intermittent test failures, crashes, performance issues, and differences between development environments.
Why use it?
It helps organise investigation when repeated fixes have not explained or solved the problem.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to investigate wrong output, intermittent test failures, crashes, performance issues, and differences between development environments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/adityaarakeri/senior-agent-skills/debug-protocol
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.

Any agent
npx skills add adityaarakeri/senior-agent-skills --skill debug-protocol
Clone the repo
git clone --depth 1 https://github.com/adityaarakeri/senior-agent-skills

Made for: Claude Code, Codex.

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-protocol

README.md
[![agentmods](https://agentmods.dev/badge/skills/adityaarakeri/senior-agent-skills/debug-protocol.svg)](https://agentmods.dev/skills/adityaarakeri/senior-agent-skills/debug-protocol)
Your own site
<a href="https://agentmods.dev/skills/adityaarakeri/senior-agent-skills/debug-protocol"><img src="https://agentmods.dev/badge/skills/adityaarakeri/senior-agent-skills/debug-protocol.svg" alt="Measured on agentmods" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 455 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00076 $0.00455
Opus 5 $0.00038 $0.00228
Sonnet 5 $0.00015 $0.00091
Haiku 4.5 $0.00008 $0.00046

Measured 7d ago against content hash 37837e9e363e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

debug-protocol 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.

skills/debug-protocol/SKILL.md · 30 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

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. 7d ago First seen · 30 lines · 76 tokens per session scan A 37837e9e363e

Subscribe to this mod's changes

debug-protocol is a skill published in the GitHub repository adityaarakeri/senior-agent-skills (1 stars, last pushed 21d ago), with no licence file. It adds 76 tokens to every session and 455 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

offensive-bug-identification

Systematic bug identification methodology: source code review patterns, black-box testing strategies, taint analysis, dangerous function hunting, data flow tracing, and automated scanning setup. Use for code audits, bug bounty triage, or building vulnerability identification pipelines.

SnailSploit/Claude-Red · 0 tokens

triage-issue

Verify an issue, persisted audit finding, or unresolved review finding against current code, classify it, and write only the contracted forge/ledger outcome. Supports independent batches and an immediate-fix review-finding route. Triggers: "triage-issue", "triage issue N", "triage this finding", "is this trigger met".

gtrabanco/agentic-workflow · 74 tokens

dredge

When something goes wrong during a build — including when the report can't be reproduced at all — diagnose what type of failure it is before deciding how to respond. Targeted fix, hard reset, full rethink, or a reproduction gap — the right response depends on the right diagnosis.

partikularwaters/Banka · 59 tokens

speckit.checker

Static Analysis Aggregator - Run static analysis on the codebase.

wedabro/bro-skills · 19 tokens

playwright-debugging

Diagnostic Playwright workflows for flaky or failing tests, including trace analysis, UI mode, and state isolation.

hzijad/playwright-agent-skills · 26 tokens

python-performance-optimization

Profile and optimize Python code using cProfile, memory profilers, and performance best practices.

Jartan-LLC/grimoire · 23 tokens