documentation-maintenance

Generate and synchronize AGENTS.md, CLAUDE.md, and docs/ across INIT, SYNC, and BOOST-SYNC modes.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/cmayorgahilario/laravel-starter-kit-inertia-react --skill documentation-maintenance-cmayorgahilario
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-maintenance
Source: https://github.com/cmayorgahilario/laravel-starter-kit-inertia-react/tree/main/.ai/skills/documentation-maintenance
Command: npx skills add https://github.com/cmayorgahilario/laravel-starter-kit-inertia-react --skill documentation-maintenance-cmayorgahilario

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Generates and maintains the canonical project documentation system, keeping AGENTS.md, CLAUDE.md, and docs/ in sync and ensuring a single source of truth for the repository.

Core Features & Use Cases

  • INIT mode recreates AGENTS.md, CLAUDE.md, and docs/ from scratch when needed.
  • SYNC mode updates AGENTS.md and docs/ to reflect code changes, route updates, dependencies, and conventions.
  • BOOST-SYNC mode distills Laravel Boost guidelines into the canonical docs when dependencies change, keeping curated docs current.

Quick Start

Run the documentation-maintenance skill to initialize the docs from scratch or synchronize updates after code changes.

Frequently Asked Questions about documentation-maintenance

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

FAQPage Schema
How do I keep project documentation in sync with code changes automatically?

Documentation sync is achieved by running SYNC mode, which automatically updates AGENTS.md and docs/ to reflect route updates, dependency changes, and new conventions, keeping your canonical documentation aligned with the codebase.

What is the best way to generate AGENTS.md and CLAUDE.md from scratch?

Generating AGENTS.md and CLAUDE.md from scratch is handled by INIT mode, which recreates the canonical documentation system along with the docs/ folder, establishing a single source of truth for repository conventions.

How does documentation maintenance handle dead links and frontmatter conventions?

Dead-link validation and frontmatter convention enforcement are built directly into the documentation maintenance process, validating code against repo files to ensure documentation remains accurate and follows single-source truth.

Can I use BOOST-SYNC to update Laravel Boost guidelines in my docs?

Yes, BOOST-SYNC mode distills Laravel Boost guidelines into canonical docs when dependencies change, keeping curated documentation current without manual intervention and ensuring new Boost rules are reflected.

Do I need any external dependencies to automate project docs maintenance?

No external dependencies are required to automate project docs maintenance. The system operates independently using scripts and references to manage AGENTS.md, CLAUDE.md, and the docs/ folder across INIT, SYNC, and BOOST-SYNC modes.