cli-forge-doc

Generate and audit Git repository documentation in Diataxis structure.

5|1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/Destynova2/cli-code-skills --skill cli-forge-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-forge-doc
Source: https://github.com/Destynova2/cli-code-skills/tree/main/cli-forge-doc
Command: npx skills add https://github.com/Destynova2/cli-code-skills --skill cli-forge-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, python, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the generation and audit of comprehensive project documentation from a Git repository, reducing manual effort and ensuring documentation quality.

Core Features & Use Cases

  • Documentation Generation: Generates standard documentation (CONTRIBUTING.md, architecture, troubleshooting) in Diataxis structure.
  • Audit: Scores documentation quality against established standards and guidelines.
  • Use Case: When a project requires comprehensive documentation, this Skill can be used to generate and validate the documentation, ensuring it meets industry standards.

Quick Start

Generate documentation for the 'my-project' repository using the cli-forge-doc skill.

Frequently Asked Questions about cli-forge-doc

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

FAQPage Schema
How do I generate project documentation directly from a Git repository?

To generate project documentation from a Git repository, this Skill analyzes your codebase and produces standard files like CONTRIBUTING.md. It structures the output using the Diataxis framework to ensure comprehensive coverage.

What is the Diataxis framework for project documentation?

The Diataxis framework is a documentation structure that categorizes content into tutorials, how-to guides, technical reference, and explanation. This Skill uses it to automatically generate standardized project documentation from Git.

Do I need Python and Git installed to automate documentation generation?

Yes, you need both Git and Python installed to automate documentation generation. The Skill requires Git repository access to analyze project context and Python to execute its generation and audit scripts.

Can I audit my existing project documentation against established standards?

Yes, you can audit existing project documentation against established standards. The Skill scores your documentation quality and validates it against industry guidelines, highlighting areas that need improvement.

What is the best way to structure architecture and troubleshooting docs for a codebase?

The best way to structure architecture and troubleshooting docs is using the Diataxis framework. This Skill generates these specific documents automatically from your Git history and project context to ensure accuracy.

Why does automated documentation generation require knowledge of project context?

Automated documentation generation requires project context because the tool needs to understand the codebase purpose to create accurate architecture and troubleshooting guides. Without context, the generated documentation would lack technical accuracy.