documentation-generator

Generate and update READMEs, ADRs, and changelogs using Markdown and Python scripting.

Updated May 29, 2026
One-click install
npx skills add https://github.com/InnoMikitaKutas/accelerator-test-task --skill documentation-generator-innomikitakutas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-generator
Source: https://github.com/InnoMikitaKutas/accelerator-test-task/tree/main/.claude/skills/documentation-generator
Command: npx skills add https://github.com/InnoMikitaKutas/accelerator-test-task --skill documentation-generator-innomikitakutas

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manages the creation and maintenance of project documentation, including READMEs, ADRs, and changelogs, simplifying the documentation process.

Core Features & Use Cases

  • Documentation Generation: Automates the generation of various documentation files.
  • Living Specifications: Tracks updates to living specifications and documentation.
  • Use Case: When developing a new feature, this skill automatically updates the README, ADR, and changelog, ensuring documentation is always up to date.

Quick Start

Run the documentation-generator skill to update project documentation after implementing a new feature.

Frequently Asked Questions about documentation-generator

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

FAQPage Schema
How do I automate README and changelog generation for my software project?

You can automate project documentation generation by running a skill that creates and updates READMEs, changelogs, and ADRs using Markdown and Python scripting, ensuring your files stay current after implementing new features.

What is the best way to keep living specifications and project documentation up to date?

Keeping living specifications up to date involves tracking specification changes and automatically updating documentation files. This approach ensures your project documentation accurately reflects the latest software development workflow changes.

How do I create an Architecture Decision Record automatically when developing a new feature?

Creating an Architecture Decision Record automatically is handled by the documentation generation process, which writes ADRs alongside READMEs and changelogs to maintain consistent architecture documentation during feature development.

Can I use Python scripting to maintain project documentation without manual updates?

Yes, you can use Python scripting to maintain project documentation. The generation process applies Python scripts to automate the creation and updating of READMEs and changelogs without requiring manual file edits.

Does automated documentation generation work for existing software development workflows?

Automated documentation generation applies directly to existing software development workflows where maintaining documentation is crucial, fitting into your current process to update living specifications after new features are implemented.

What are the limitations of using Markdown for automated project documentation generation?

Markdown handles the text formatting for project documentation generation, but the automation logic relies on Python scripting. If your project requires formats outside Markdown for documentation, you may need additional processing steps.