·documentation-updater
""

documentation-updater

matteocervelli/llms

Update all project documentation including implementation docs, user guides, API docs, and architecture diagrams. Use when finalizing features to ensure comprehensive documentation.

12Installs·0Trend·@matteocervelli

Installation

$npx skills add https://github.com/matteocervelli/llms --skill documentation-updater

SKILL.md

This skill provides systematic guidance for updating all types of project documentation when finalizing feature implementations, ensuring comprehensive, accurate, and well-structured documentation.

Objective: Document how the feature was implemented for developers and maintainers.

src/tools/feature/ ├── init.py # Public API exports ├── models.py # Data models (Pydantic) ├── interfaces.py # Abstract interfaces ├── core.py # Business logic ├── repository.py # Data access layer ├── validators.py # Input validation └── exceptions.py # Custom exceptions

Update all project documentation including implementation docs, user guides, API docs, and architecture diagrams. Use when finalizing features to ensure comprehensive documentation. Source: matteocervelli/llms.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/matteocervelli/llms --skill documentation-updater
Category
""Writing
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is documentation-updater?

Update all project documentation including implementation docs, user guides, API docs, and architecture diagrams. Use when finalizing features to ensure comprehensive documentation. Source: matteocervelli/llms.

How do I install documentation-updater?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/matteocervelli/llms --skill documentation-updater Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/matteocervelli/llms