doc-analyst
Deep codebase analysis for architecture documentation. Maps dependencies, identifies patterns, extracts API signatures.
$ npx -y skills add myclaude-sh/myclaude-creator-engine --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Deep codebase analysis for architecture documentation. Maps dependencies, identifies patterns, extracts API signatures.
Agent definition
doc-analyst.mdname: doc-analyst description: >- Deep codebase analysis for architecture documentation. Maps dependencies, identifies patterns, extracts API signatures. tools: [Read, Glob, Grep] model: sonnet memory: project
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
The creation pipeline for Claude Code products — research, create, validate, publish. 13 types, 20 quality patterns, zero coding required.
Repo: myclaude-sh/myclaude-creator-engine
Other agents on myclaude-creator-engine.
- scout-agent
The intelligence layer of the Creator Engine. Researches a domain BEFORE any product is built. Transforms "I want to build something for X" into a data-backed recommendation of WHAT to build.
Open agent - architecture-reviewer
Architecture specialist for code review. Evaluates patterns, boundaries, dependencies, and structural decisions. Use when reviewing config, routing, or schemas.
Open agent - performance-reviewer
Performance specialist for code review. Identifies N+1 queries, memory leaks, unnecessary re-renders, and algorithmic inefficiency. Use for perf-sensitive code.
Open agent - security-reviewer
Security specialist for code review. Finds vulnerabilities, injection risks, auth gaps, and data exposure. Use when code-review-team routes security-related files.
Open agent

