documente

Generate and update project documentation with ADRs, C4 diagrams, and API examples.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Ascenseurs-Menetrey-SA/amsa-claude-skills --skill documente-ascenseurs-menetrey-sa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documente
Source: https://github.com/Ascenseurs-Menetrey-SA/amsa-claude-skills/tree/main/documente
Command: npx skills add https://github.com/Ascenseurs-Menetrey-SA/amsa-claude-skills --skill documente-ascenseurs-menetrey-sa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates the overhead of manually creating and keeping project documentation up to date, so teams can share architecture decisions, system context, and API usage consistently.

Core Features & Use Cases

  • Documentation generation (full): Creates a complete docs set including directory structure, ADRs, C4 diagrams at multiple levels, troubleshooting, and starter guides.
  • Upgrade workflow: Updates documentation surgically based on recent git diffs instead of rewriting everything.
  • ADR creation: Produces new ADRs from a template with the next available numbering.
  • Targeted API documentation: Generates local README files and API examples, including curl-ready snippets and optional OpenAPI generation for FastAPI projects.

Use case: After several development iterations, you can regenerate the architecture documentation and update the API examples and troubleshooting section so onboarding materials match the latest codebase changes.

Quick Start

Run /documente to create the full project documentation package using ADRs, C4 diagrams, and distributed README files.

Frequently Asked Questions about documente

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

FAQPage Schema
How do I generate project documentation with ADRs and C4 architecture diagrams?

To generate project documentation with ADRs and C4 diagrams, run a template-driven command that creates a complete docs set including directory structure, architecture decisions, troubleshooting, and starter guides for your codebase.

Can I update existing documentation based on git diff changes instead of rewriting everything?

You can update existing documentation surgically using git diff changes. This workflow analyzes recent codebase modifications and applies targeted upgrades to architecture diagrams and API examples without rewriting the entire documentation set.

Does this documentation generation workflow support FastAPI projects and OpenAPI generation?

This documentation generation workflow supports FastAPI projects by producing local README files, curl-ready API example snippets, and optional OpenAPI generation when the project stack supports it.

What is the best way to create new Architecture Decision Records from a template?

The best way to create new Architecture Decision Records is using a template-driven approach that automatically produces new ADR files with the next available sequential numbering for consistent architecture traceability.

When do I need to regenerate C4 architecture diagrams and troubleshooting notes?

You need to regenerate C4 architecture diagrams and troubleshooting notes after several development iterations to ensure onboarding materials match the latest codebase changes and maintain accurate system context.

Are there limitations to template-driven file creation for API-focused documentation?

Template-driven file creation for API-focused documentation is limited to software teams needing repeatable workflows for FastAPI-style backends, applying surgical git-diff updates rather than full rewrites for ongoing maintenance.