
from factory-plugins54
Generate a comprehensive, interconnected repository wiki (markdown) by surveying the codebase and producing topic pages for contributors.
The Wiki generation skill reads a repository and produces a structured set of markdown pages (a droid-wiki/ directory) that document the codebase: overview, architecture, getting-started, features, packages, and more. It performs a structural scan and a deep code scan to discover topics, then emits a planned table-of-contents and content briefs for downstream page generation.
Use this skill when you want a complete developer-facing wiki for a repository: onboarding docs, architecture diagrams, feature pages, and maintainer mappings. It's intended for repos where human-readable documentation is missing or sparse and where automated discovery can bootstrap the effort.
Best used by agents that can run repository scans and produce files (CLI-capable agents, Codex/CLI, or similar). The output is file-based markdown suitable for upload or further editing.
Wiki generation skill for Factory's droid CLI that produces comprehensive codebase documentation as markdown pages. Pure prompt-based skill with no bundled scripts — all logic is in the exceptionally detailed SKILL.md. Instructions cover survey, planning, sub-agent delegation, page writing, and upload with strong anti-AI-voice writing rules. No security concerns whatsoever.
One of the most thorough SKILL.md files reviewed — ~7000 words of detailed, well-structured instructions. The sub-agent delegation pattern with survey context sharing is well-designed. Writing rules (Section 3f) are unusually good anti-AI-slop guidance.