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 agentmods add skills/gxfn/wakeflow/debugging-and-triagenpx skills add GxFn/Wakeflow --skill debugging-and-triagegit clone --depth 1 https://github.com/GxFn/WakeflowWrote 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/gxfn/wakeflow/debugging-and-triage)<a href="https://agentmods.dev/skills/gxfn/wakeflow/debugging-and-triage"><img src="https://agentmods.dev/badge/skills/gxfn/wakeflow/debugging-and-triage.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 | $0.00047 | $0.00852 |
| Opus 5 | $0.00023 | $0.00426 |
| Sonnet 5 | $0.00009 | $0.00170 |
| Haiku 4.5 | $0.00005 | $0.00085 |
Grade A, and why
debugging-and-triage scanned grade A with 1 finding 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 5d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
3. HTTP/curl script against a local or test service. How it starts
The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Debugging And Triage
Build a reliable signal, reproduce the issue, isolate the likely cause, and return evidence to the controller. Test may diagnose and classify; product code fixes stay with the owning repository unless the task card explicitly says otherwise.
Source Skills Used
mattpocock/skills/engineering/diagnose: feedback loop first, reproduce, ranked falsifiable hypotheses, targeted instrumentation, fix/regression discipline, cleanup, and post-mortem.systematic-debugging: reproduce, localize, trace, fix, verify, and condition-based waiting.triage: classify bug, environment, out-of-scope, missing owner, or missing evidence.- Industry basis: scientific debugging and SRE symptom/cause separation.
Wakeflow Role
Use this skill for Test-scoped failures:
- a controller test card failed;
- a product window backfill has uncertain evidence;
- a runtime/dashboard/cold-start observation is inconsistent;
- a reproducer is needed before routing to a product window.
Stop Before Guessing
Do not hypothesize from vibes. First create or identify a pass/fail signal.
Try these feedback-loop forms in order:
- Targeted failing test at the right seam.
- CLI command with fixture input and expected output.
- HTTP/curl script against a local or test service.
- Browser or UI script with explicit assertions.
- Replay captured request, event, trace, or log.
- Minimal harness around the failing path.
- Repeated loop for flaky behavior.
- Human-in-the-loop checklist only when automation cannot observe the issue.
If no credible loop can be built, stop and request the missing artifact: environment access, logs, HAR/trace, repro steps, fixture, or instrumentation permission.
Workflow
- Build the feedback loop.
- Make it specific, fast enough, and deterministic where possible.
- For flake, raise reproduction rate and record rate.
- Reproduce the described behavior.
- Confirm it is the user's/controller's failure, not a nearby failure.
- Capture exact symptom and evidence path.
- Generate three to five ranked hypotheses.
- Each must be falsifiable.
- Each must state a prediction.
- Probe one variable at a time.
- Prefer debugger/inspection when available.
- Use targeted logs with a unique prefix if logs are needed.
- Do not "log everything".
- Classify.
- Product defect.
- Test defect.
- Environment/configuration.
- Flaky/non-deterministic.
- Missing evidence.
- Out of scope.
- Needs owner decision.
- Return to controller.
- Evidence.
- Classification.
- Owner recommendation.
- Whether a regression test seam exists.
- Residual risk.
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.
- 5d ago First seen · 121 lines · 47 tokens per session scan A 22cdb31754c9
debugging-and-triage is a skill published in the GitHub repository GxFn/Wakeflow (5 stars, last pushed 11d ago), licensed MIT. It adds 47 tokens to every session and 852 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
archon
Autonomous multi-session campaign agent. Decomposes large work into phases, delegates to sub-agents, reviews output, and maintains campaign state across context windows. Use for work that spans multiple sessions and needs persistent state, quality judgment, and strategic decomposition.
fleet
Parallel campaign orchestrator. Runs multiple campaigns in coordinated waves within a single session. Spawns 2-3 agents per wave in isolated worktrees, collects discoveries, shares context between waves. Use when work decomposes into 3+ independent streams that can run simultaneously.
daemon
Continuous autonomous operation mode. Keeps campaigns running 24/7 by chaining Claude Code sessions via RemoteTrigger. Each session picks up from the campaign's continuation state, works until context runs low or the phase completes, then schedules the next session. Auto-stops on campaign completion or budget…
evolve
Research-driven multi-cycle improvement director. Forms causal hypotheses about why scores are low, validates them with scout agents before attacking, dispatches axis-parallel fleet attacks, extracts transferable patterns, and runs indefinitely within a budget envelope. Accumulates a persistent belief model and…
improve
Autonomous quality improvement loop. Scores a target against a rubric, selects the highest-leverage axis, attacks it, verifies, documents, and loops. No pre-planning between iterations — each loop re-scores from scratch.
setup
First-run experience for the harness. Three modes: Recommended (guided, 3 min), Full Tour (guided + skill walkthrough, 8 min), and Express (zero questions, 30 sec). Installs hooks first, detects stack, configures harness.json, runs a live demo on real code, and prints a reference card.