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 CassioRoos/godfly-skills --skill deep-divegit clone --depth 1 https://github.com/CassioRoos/godfly-skillsWrote 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/cassioroos/godfly-skills/deep-dive)<a href="https://agentmods.dev/skills/cassioroos/godfly-skills/deep-dive"><img src="https://agentmods.dev/badge/skills/cassioroos/godfly-skills/deep-dive.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.00089 | $0.00518 |
| Opus 5 | $0.00044 | $0.00259 |
| Sonnet 5 | $0.00018 | $0.00104 |
| Haiku 4.5 | $0.00009 | $0.00052 |
Grade A, and why
deep-dive 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 8d 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
Deep Dive
Go deep enough to be useful, not deep enough to drown. The output should clarify the system and expose decision points.
Workflow
- Define the investigation question.
- Find entry points: commands, routes, handlers, jobs, schemas, configs, docs.
- Map the flow: caller -> boundary -> core logic -> persistence -> side effects -> observability.
- Identify invariants: what must always be true. For data-flow investigations, start at the destination: verify that the data actually arriving at the end of the flow (table rows, published messages, emitted files) satisfies the expected invariant, using the broadest valid query or artifact check. Then walk backwards: source payload -> runtime processing -> destination. Judge correctness by the payload content itself, never by who sent it — a trusted sender can still deliver a wrong payload.
- Identify coupling: shared state, dependencies, lifecycle, retries, ownership.
- Find sharp edges: ambiguity, hidden assumptions, failure modes, missing tests.
- Compare with prior art or established patterns when relevant.
- Produce a concise technical brief with evidence.
Evidence Standards
Follow the evidence-grounding skill — it is the canonical source for evidence tiers and quality gates. In short: prefer file references, tests, logs, docs, metrics, and commit history over guesses; separate confirmed facts from inferences; search current docs before concluding. If the system has multiple plausible explanations, apply the competing-hypotheses skill to rank them.
Output
## Question
## Executive Summary
## System Map
## Key Flows
## Invariants
## Dependencies
## Failure Modes
## Evidence
## Open Questions
## Recommendations
Rule
Do not produce a wall of notes. Synthesize. The user needs the shape of the system, the risks, and the next useful action.
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.
- 8d ago First seen · 62 lines · 89 tokens per session scan A 84fb8a791bef
deep-dive is a skill published in the GitHub repository CassioRoos/godfly-skills (1 stars, last pushed 7d ago), licensed MIT. It adds 89 tokens to every session and 518 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.
Other skills, from other repositories
auto-test-code
A structured process for critically reviewing and testing software code. It records review findings, test plans, commands, results, and supporting files in a project workspace.
git-pr-review
A read-only reviewer for GitHub pull requests, which are proposed code changes submitted for review. It produces an evidence-based report about whether a pull request should be merged.
code-remediate
Apply selected review fixes; bare PR targets use current online items, while PR +review adds the latest matching artifact.
code-review
Close PRs at an evidence gate or review local diffs/PRs with specialists and JSON artifacts.
code-reviewer
A code-review workflow that checks completed work against its requirements or plan before merging. It groups findings by severity and gives each issue a fix and a way to verify it.
coding-assistant
Provides coding assistance with best practices and code review.