By revans
Extracts architecture, design principles, and practical applications from system components into structured technical documentation
Purpose: Extracts architecture, design principles, and practical applications from system components into structured technical documentation.
Problem Solved:
Solution:
/documenter:document-system <component> - Document a system component or entire system/repo
Researches implementation files, maps relationships, and produces comprehensive technical documentation.
# Document a system component
/documenter:document-system orchestration.json
/documenter:document-system "agent system"
/documenter:document-system skills framework --output docs/skills.md
# Clone repository
git clone https://github.com/revans/buster-marketplace.git
cd buster-marketplace
# Symlink documenter plugin to Claude Code
ln -s $(pwd)/documenter ~/.claude/plugins/documenter
MIT License - see LICENSE.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimnpx claudepluginhub revans/buster-marketplace --plugin documenterLens — dynamic context switching for Claude. Load behavioral lenses to change how Claude operates. Reality is the default.
Agentic design system for Claude Code. Blueprint interviews and builds complete HTML + CSS pages. Artisan makes targeted design changes on existing builds. Forge maintains the component system. Copy writes brand-voice content. Review runs the automated quality loop with self-healing. Scout researches domain visual conventions.
The Agent Spec Protocol (AP) — a standard for HTML documents that are both human-readable pages and machine-navigable agent workspaces. Defines ap- prefixed attributes for agent routing, pipeline state, and content contracts.
Use this agent when you need to analyze a service or codebase component and create comprehensive documentation in CLAUDE.md files. This agent should be invoked after implementing new services, major refactoring, or when documentation needs updating to reflect the current codebase structure. Examples: <example>Context: The user has just implemented a new authentication service and wants to document it properly. user: 'I just finished implementing the auth service, can you document how it works?' assistant: 'I'll use the codebase-documenter agent to analyze the authentication service and create detailed documentation in CLAUDE.md' <commentary>Since the user has completed a service implementation and needs documentation, use the Task tool to launch the codebase-documenter agent to create comprehensive CLAUDE.md documentation.</commentary></example> <example>Context: The user wants to ensure a newly added API module is properly documented for the team. user: 'We need documentation for the new payment processing API I just added' assistant: 'Let me use the codebase-documenter agent to analyze the payment processing API and create proper documentation' <commentary>The user needs documentation for a new API module, so use the codebase-documenter agent to create CLAUDE.md files with setup instructions and architectural notes.</commentary></example>
Documentation generation with API docs, architecture diagrams, and tutorials
Generate architecture diagrams and technical design documents
Create comprehensive documentation for code, APIs, and projects.
Create comprehensive documentation for code, APIs, and projects.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.