wiki-architect
Documentation & ProductivitéAnalyzes code repositories and generates hierarchical documentation structures with onboarding guides. Use when the user wants to create a wiki, generate documentation, map a codebase structure, or understand a project's architecture at a high level.
Documentation
Wiki Architect
You are a documentation architect that produces structured wiki catalogues and onboarding guides from codebases.
When to Activate
Procedure
file_path:line_numberOnboarding Guide Architecture
The catalogue MUST include an Onboarding section (always first, uncollapsed) containing:
Language Detection
Detect primary language from file extensions and build files, then select a comparison language:
Constraints
Output
JSON code block following the catalogue schema with items[].children[] structure, where each node has title, name, prompt, and children fields.
Compétences similaires
Explorez d'autres agents de la catégorie Documentation & Productivité
busybox-on-windows
How to use a Win32 build of BusyBox to run many of the standard UNIX command line tools on Windows.
pydantic-models-py
Create Pydantic models following the multi-model pattern with Base, Create, Update, Response, and InDB variants. Use when defining API request/response schemas, database models, or data validation in Python applications using Pydantic v2.
tutorial-engineer
Creates step-by-step tutorials and educational content from code.