aif-docs

Generate, maintain, and review project documentation from configuration files.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/n-marusov/vedo-help --skill aif-docs-n-marusov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-docs
Source: https://github.com/n-marusov/vedo-help/tree/main/.agents/skills/aif-docs
Command: npx skills add https://github.com/n-marusov/vedo-help --skill aif-docs-n-marusov

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the generation and maintenance of project documentation, providing a streamlined approach to creating a comprehensive documentation set for software projects.

Core Features & Use Cases

  • Documentation Generation: Automatically generates README and detailed documentation pages based on project files and configurations.
  • Documentation Splitting: Splits existing README into detailed documentation pages if necessary.
  • Documentation Improvement: Audits and improves existing documentation for consistency and completeness.
  • HTML Generation: Generates a static HTML site from markdown documentation for web-based access.
  • Documentation Review: Ensures all documentation meets technical accuracy and readability standards.
  • File Consolidation: Moves scattered markdown files into the documentation directory for better organization.
  • Context Management: Updates the Documentation section in AGENTS.md and cleans up context space if needed.
  • Artifact Ownership: Clearly defines ownership boundaries for documentation artifacts.
  • Standards Compliance: Ensures documentation adheres to Core Principles and templates.

Quick Start

Run the aif-docs skill with the '--web' flag to generate HTML documentation for your project.

Frequently Asked Questions about aif-docs

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

FAQPage Schema
How do I automate project documentation generation from markdown files?

Generate static HTML documentation sites from markdown by running the skill with the '--web' flag. It converts markdown documentation into web-based HTML, providing accessible project documentation without manual formatting.

What is the best way to split a large README into detailed documentation pages?

Split a large README by auditing the existing content and dividing it into detailed, topic-specific documentation pages. This approach improves readability and maintains documentation consistency across the project structure.

Do I need configuration files to generate and maintain project documentation?

Configuration files and project-specific rules are required to generate and maintain project documentation. These files define the structure, templates, and ownership boundaries needed to ensure the documentation meets technical standards.

Can I update AGENTS.md context space automatically when documentation changes?

Update AGENTS.md context space automatically by running the documentation review process. It updates the documentation section in AGENTS.md and cleans up the context space to reflect the current project structure and content.