Generates and updates professional technical documentation for GitHub projects. Writes README.md and files in /docs directly to the filesystem.
Claude Code plugin that generates and updates professional technical documentation for GitHub projects.
Analyzes the source code and writes directly to the filesystem:
README.md with navigation indexdocs/architecture.mddocs/structure.mddocs/installation.mddocs/decisions.mddocs/usage.md (if applicable)docs/api.md (if applicable)docs/testing.md (if applicable)/plugin marketplace add maximilianozurita/makeDoc
/plugin install makeDoc@makeDoc
git clone https://github.com/maximilianozurita/makeDoc ~/.claude/plugins/makeDoc
mkdir -p ~/.claude/skills && cp -a ~/.claude/plugins/makeDoc/skills/. ~/.claude/skills/
mkdir -p ~/.claude/agents && cp -a ~/.claude/plugins/makeDoc/agents/. ~/.claude/agents/
When installed via the plugin system, skills are namespaced:
/makeDoc:makeDoc # Generate documentation from scratch
/makeDoc:makeDoc --update # Update existing documentation
/makeDoc:makeDoc --agent # Run in a subagent (clean context)
/makeDoc:makeDoc --agent --update # Combine both modes
When installed manually (standalone):
/makeDoc # Generate documentation from scratch
/makeDoc --update # Update existing documentation
/makeDoc --agent # Run in a subagent (clean context)
/makeDoc --agent --update # Combine both modes
Explores the project, analyzes the stack and architecture, and generates all documentation files in the current directory.
--update)Reads existing documentation, compares it against the current state of the code, and updates only what changed. Preserves content that is still valid.
--agent)Spawns a subagent with a clean context to execute the task. Useful for large projects or sessions with a lot of accumulated context.
makeDoc/
├── .claude-plugin/
│ ├── plugin.json # Plugin manifest
│ └── marketplace.json # Marketplace catalog
├── skills/
│ └── makeDoc/
│ └── SKILL.md # Command /makeDoc (user-invoked, contains full logic)
├── agents/
│ └── makeDoc-agent.md # Subagent for --agent mode (self-contained)
└── README.md
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub maximilianozurita/makedoc --plugin makeDocllmdoc Claude Code plugin with init, update modes, temporary investigation cache, and use
Local wiki-style document generator for Claude Code
Create comprehensive documentation for code, APIs, and projects.
Documentation generation, API docs, and README maintenance
Lightweight documentation memory for AI coding agents: scaffold a docs tree, validate it, and auto-load recent context each session.
Make your AI agent code with your project's architecture, rules, and decisions.