document-creator

Generate per-directory DEVGUIDE.md files from LSP symbol and reference analysis.

3|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/Dethon/ai-dev-flow --skill document-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-creator
Source: https://github.com/Dethon/ai-dev-flow/tree/main/skills/document-creator
Command: npx skills add https://github.com/Dethon/ai-dev-flow --skill document-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the generation of DEVGUIDE.md architectural documentation across multiple directories by leveraging Claude Code's built-in LSP tools, reducing manual overhead and ensuring consistency.

Core Features & Use Cases

  • Architectural Documentation: Generate DEVGUIDE.md files for each target directory using symbol extraction, reference mapping, and go-to-definition insights.
  • Multi-Directory Parallel Processing: Run agent-based analysis concurrently for multiple directories to speed up documentation.
  • Use Case: Given directories /src/serviceA and /src/serviceB, produce DEVGUIDE.md for both with inferred dependencies and structure.

Quick Start

Provide directories to document, for example: /src/serviceA /src/serviceB. If none provided, current directory is analyzed.

Frequently Asked Questions about document-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically generate architectural documentation for multiple directories?

You can generate architectural documentation for multiple directories by running parallel agent-based analysis that extracts symbols and references via LSP, producing a dedicated DEVGUIDE.md file for each target directory.

What is LSP-powered analysis for code documentation?

LSP-powered analysis for code documentation uses Language Server Protocol tools to extract symbols, map references, and resolve go-to-definition insights, automatically inferring dependencies and structural relationships for DEVGUIDE.md files.

Can I generate DEVGUIDE.md files for multiple directories in parallel?

Yes, you can generate DEVGUIDE.md files for multiple directories in parallel. The skill orchestrates concurrent agent-based analysis across all specified directories to speed up architectural documentation generation.

How do I start generating DEVGUIDE.md files from my project code?

To start generating DEVGUIDE.md files, provide the target directories you want to document. If no directories are provided, the skill analyzes the current directory by default.

Does generating architectural documentation require any external dependencies?

Generating architectural documentation with this skill requires no external dependencies. It leverages built-in LSP tools to orchestrate per-directory agents, manage output paths, and handle errors without additional setup.

What happens if errors occur during multi-directory parallel documentation generation?

During multi-directory parallel documentation generation, the skill includes error handling and rules detection to manage issues, report results accurately, and ensure the documentation process completes effectively.