deep-dive

deep-dive is a skill for Claude Code from CassioRoos/godfly-skills. It costs 89 tokens per session (518 once invoked), scanned A, original, MIT.

A structured method for investigating complex or unfamiliar software systems. It traces how requests or data move through code, storage, and side effects, then records evidence and risks.

In plain words
What is it for?
Use it to map codebases, data flows, commands, routes, jobs, schemas, and configuration. It produces a concise technical brief for understanding or explaining the system.
Why use it?
It helps when a system works but nobody has a clear picture of how it works. This reduces guesswork around hidden dependencies, assumptions, and failure points.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to map codebases, data flows, commands, routes, jobs, schemas, and configuration. It produces a concise technical brief for understanding or explaining the system.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cassioroos/godfly-skills/deep-dive
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 CassioRoos/godfly-skills --skill deep-dive
Clone the repo
git clone --depth 1 https://github.com/CassioRoos/godfly-skills

Made for: Claude Code.

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 deep-dive

README.md
[![agentmods](https://agentmods.dev/badge/skills/cassioroos/godfly-skills/deep-dive.svg)](https://agentmods.dev/skills/cassioroos/godfly-skills/deep-dive)
Your own site
<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>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 518 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 original 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.00089 $0.00518
Opus 5 $0.00044 $0.00259
Sonnet 5 $0.00018 $0.00104
Haiku 4.5 $0.00009 $0.00052

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

Security

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.

skills/deep-dive/SKILL.md · 62 lines

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

  1. Define the investigation question.
  2. Find entry points: commands, routes, handlers, jobs, schemas, configs, docs.
  3. Map the flow: caller -> boundary -> core logic -> persistence -> side effects -> observability.
  4. 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.
  5. Identify coupling: shared state, dependencies, lifecycle, retries, ownership.
  6. Find sharp edges: ambiguity, hidden assumptions, failure modes, missing tests.
  7. Compare with prior art or established patterns when relevant.
  8. 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.

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. 8d ago First seen · 62 lines · 89 tokens per session scan A 84fb8a791bef

Subscribe to this mod's changes

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.