From rp1-base
Generates project overview documents with Mermaid diagrams for onboarding new developers, using internal knowledge base and codebase context. Covers summary, architecture, modules, data model, workflows, and APIs.
npx claudepluginhub rp1-run/rp1This skill uses the workspace's default tool permissions.
This command invokes the **project-documenter** sub-agent to generate project overview documentation.
Generates project overview documents with Mermaid diagrams covering summary, architecture, modules, data model, workflows, and APIs using knowledge base and codebase context for onboarding new developers.
Generates Markdown docs for codebases covering architecture, components, data flow, setup, guidelines, and deployment. Use to explain unfamiliar code, create onboarding, or document systems.
Scans codebases to auto-generate Mermaid diagrams like ER for DB schemas/models, sequence for API routes, architecture for services, and state diagrams from file structure.
Share bugs, ideas, or general feedback.
This command invokes the project-documenter sub-agent to generate project overview documentation.
Invoke the project-documenter agent:
{% dispatch_agent "rp1-base:project-documenter" %}
The agent will:
The agent follows strict rules: never invent facts, use only loaded sources and codebase exploration.
The agent has access to all necessary tools and will handle the entire documentation workflow autonomously.