Reverse Doc banner
inprimex inprimex

Reverse Doc

Documentation community

Description

--- name: reverse-doc description: "Generate architecture documentation from existing code — C4 diagrams, component inventory, dependency map" model: sonnet effort: medium arguments: - name: scope description: "Scope: 'all' (full project), or a specific repo name" required: false --- # /otaman:reverse-doc Generate architecture documentation by analyzing existing code. Useful for brownfield adoption — when inheriting a codebase that lacks documentation. ## Steps ### Step 0: Find pro

Installation

Installs to ~/.claude/skills/inprimex-otaman-plugin-reverse-doc/SKILL.md

Terminal
mkdir -p ~/.claude/skills/inprimex-otaman-plugin-reverse-doc && curl -fsSL https://raw.githubusercontent.com/inprimex/otaman-plugin/HEAD/commands/reverse-doc.md -o ~/.claude/skills/inprimex-otaman-plugin-reverse-doc/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository