documenter:update

Generate and update Markdown project documentation with bidirectional links.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/atournayre/claude-personas --skill documenter-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documenter:update
Source: https://github.com/atournayre/claude-personas/tree/main/documenter/skills/update
Command: npx skills add https://github.com/atournayre/claude-personas --skill documenter-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that project documentation remains accurate, up-to-date, and interconnected, preventing outdated information and orphaned documents.

Core Features & Use Cases

  • Automated Documentation Generation: Creates or updates Markdown documentation for new features.
  • Cross-linking: Establishes bidirectional links between related documents, including the main README.
  • Use Case: After developing a new authentication module, this Skill will generate a detailed auth.md file in the docs/ directory, link it to relevant architecture decision records, and update the README.md to include a summary of the new feature.

Quick Start

Update the project documentation for the current feature.

Frequently Asked Questions about documenter:update

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

FAQPage Schema
How do I keep project documentation in sync with new Git features?

Yes, automated cross-linking establishes bidirectional links between related Markdown documents and the main README. It verifies the integrity of all links and generates a comprehensive report to prevent orphaned documents within the project.

How do I generate Markdown documentation for a new project feature?

Generated Markdown documentation includes clear titles, descriptions, usage examples, architecture details, configuration, testing information, and limitations. It creates these structured files within the project's designated documentation directory.

Does this documentation tool require any external dependencies?

This Skill operates independently using internal scripts to analyze your Git branch and manage the Markdown documentation generation process. It requires no external dependencies to synchronize your project documentation.

What is the best way to update the global README after developing a new module?

This Skill updates the main README by detecting new features from Git modifications, generating dedicated Markdown files, and adding summaries to the README. It establishes bidirectional links to maintain overall document integrity.