document

Generate markdown documentation from source code and existing documentation.

56|12|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Neuron-Mr-White/UniPi --skill document-neuron-mr-white
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document
Source: https://github.com/Neuron-Mr-White/UniPi/tree/main/packages/workflow/skills/document
Command: npx skills add https://github.com/Neuron-Mr-White/UniPi --skill document-neuron-mr-white

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of manually creating documentation for code, features, or projects, streamlining the process and saving time.

Core Features & Use Cases

  • Documentation Generation: Automatically create READMEs, API docs, guides, and architecture documents.
  • Codebase Reading: Reads source code and existing documentation to identify gaps and generate new content.
  • Use Case: If you have a complex codebase and need to create comprehensive documentation quickly, this Skill can help you do so efficiently.

Quick Start

Generate documentation for the 'auth module' using the /unipi:document command.

Frequently Asked Questions about document

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

FAQPage Schema
How do I generate documentation for an existing codebase?

To generate documentation for an existing codebase, this Skill parses your source code and existing markdown files to automatically create content like READMEs, API docs, and architecture documents. It reads the code to identify gaps and generate new markdown content efficiently.

What is the best way to automate markdown documentation creation for software projects?

Automating markdown documentation creation involves reading source code and existing project files to identify content gaps. This Skill streamlines the process by parsing the codebase and generating markdown content like guides and API docs automatically, saving time on manual documentation.

Can I use this to create API docs and architecture documents from source code?

Yes, you can create API docs and architecture documents directly from source code. The Skill reads your codebase and existing documentation to automatically generate comprehensive markdown content for software development workflows, including API references and project architecture overviews.

Does this documentation generation tool work without external dependencies?

Yes, this documentation generation tool works without external dependencies. It operates independently by parsing source code and existing markdown documentation within your software development workflow to generate the needed project documentation content.

How do I start generating documentation for a specific module?

To start generating documentation for a specific module, invoke the documentation command followed by the module name. The Skill will read the specified source code and automatically generate the corresponding markdown documentation, such as a README or API guide.

Why does the generated documentation need existing markdown files?

The generated documentation reads existing markdown files to identify content gaps and understand the project context before generating new content. By parsing both source code and current documentation, it ensures the newly generated markdown accurately reflects the codebase and fills missing information.