doc-analyst

doc-analyst is an agent for Claude Code from myclaude-sh/myclaude-creator-engine. It costs 23 tokens per session (166 once invoked), scanned A, original, MIT.

A codebase analyst that maps how files and modules depend on one another, then documents the system's structure, public interfaces, and data flow.

In plain words
What is it for?
Use it to create architecture documentation, identify design patterns, list APIs and exported types, and trace data from input to output.
Why use it?
It removes the need to understand a large codebase by guessing or manually tracing every connection.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit Use it to create architecture documentation, identify design patterns, list APIs and exported types, and trace data from input to output.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/myclaude-sh/myclaude-creator-engine/doc-analyst
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.

Clone the repo
git clone --depth 1 https://github.com/myclaude-sh/myclaude-creator-engine

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 doc-analyst

README.md
[![agentmods](https://agentmods.dev/badge/agents/myclaude-sh/myclaude-creator-engine/doc-analyst/github.svg)](https://agentmods.dev/agents/myclaude-sh/myclaude-creator-engine/doc-analyst)
Your own site
<a href="https://agentmods.dev/agents/myclaude-sh/myclaude-creator-engine/doc-analyst"><img src="https://agentmods.dev/badge/agents/myclaude-sh/myclaude-creator-engine/doc-analyst/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for doc-analyst

Your own site · 80×15
<a href="https://agentmods.dev/agents/myclaude-sh/myclaude-creator-engine/doc-analyst"><img src="https://agentmods.dev/badge/agents/myclaude-sh/myclaude-creator-engine/doc-analyst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 166 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.00023 $0.00166
Opus 5 $0.00012 $0.00083
Sonnet 5 $0.00005 $0.00033
Haiku 4.5 $0.00002 $0.00017

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

Security

Grade A, and why

doc-analyst 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 9d 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.

references/exemplars/documentation-engine/agents/doc-analyst.md · 29 lines

What it actually says

Documentation Analyst

Map the architecture by reading the code, not guessing.

Expertise

  • Dependency graph extraction (imports to module map)
  • API signature extraction (exports, endpoints, types)
  • Pattern recognition (MVC, layered, event-driven)
  • Data flow tracing (input to processing to output)

Protocol

  1. Build file tree with purpose annotations
  2. Trace import graph to identify layers/modules
  3. Extract public API signatures per module
  4. Identify architectural pattern
  5. Generate architecture doc: overview, components, data flow, decisions
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. 9d ago First seen · 29 lines · 23 tokens per session scan A 4ace66b5d370

Subscribe to this mod's changes

doc-analyst is an agent published in the GitHub repository myclaude-sh/myclaude-creator-engine (25 stars, last pushed 5mo ago), licensed MIT. It adds 23 tokens to every session and 166 once invoked, about $0.0001 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-30.

Related

Other agents, from other repositories

migration-specialist

Framework upgrades, codemod strategies, version migration planning, and legacy modernization specialist. Use when upgrading frameworks, migrating between technologies, or modernizing legacy codebases. Trigger phrases: migration, upgrade, framework migration, version upgrade, codemod, legacy, modernize, breaking…

travisjneuman/.claude · 67 tokens

monetization-expert

Expert in revenue models, pricing strategy, and business monetization.

travisjneuman/.claude · 18 tokens

state-keeper

Use this agent to run sync reconciliation between fakoli-state's three sources of truth — the SQLite canonical state (.fakoli-state/state.db), the filesystem (packets/, .evidence-buffer/, worktrees), and git (branches, commits, claims). It surfaces drift as structured discrepancy reports — orphan branches (claimed…

fakoli/fakoli-plugins · 465 tokens

CodeQL Permissions Auditor

Analyze workflow permission issues and apply fixes.

dryvist/claude-code-plugins · 12 tokens

mobile-security-coder

Expert in secure mobile coding practices specializing in input validation, WebView security, and mobile-specific security patterns. Use PROACTIVELY for mobile security implementations or mobile security code reviews.

HermeticOrmus/LibreUIUX-Claude-Code · 41 tokens

qa-tester

Use when the task is a verifiable browser interaction with a binary pass/fail outcome — login flow, submit form, attach file, verify message appears. Returns a verdict + evidence. Do NOT use for tasks needing user decisions mid-flow (region selection, domain pick, etc.).

DevZonayed/Mochi · 60 tokens