manual-updater

Synchronize agent and skill documentation with repository state using a Python script.

8|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/gabriellpequeno/Reserva-Aqui---Projeto-de-fim-de-ciclo --skill manual-updater
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manual-updater
Source: https://github.com/gabriellpequeno/Reserva-Aqui---Projeto-de-fim-de-ciclo/tree/main/.cursor/skills/manual-updater
Command: npx skills add https://github.com/gabriellpequeno/Reserva-Aqui---Projeto-de-fim-de-ciclo --skill manual-updater

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Este Skill sincroniza a documentação de agentes/skills com o estado do repositório, evitando divergências entre o conteúdo de referência e o código.

Core Features & Use Cases

  • Sincronização automática de alterações de DOT_AGENTS_MANUAL ou inventários com a documentação.
  • Suporte a manutenção de documentação entre múltiplos repositórios de projetos.
  • Observabilidade simples para confirmar que o estado do repositório está refletido na documentação.

Quick Start

Execute the synchronization script to update the agents' documentation to match the repository state.

Frequently Asked Questions about manual-updater

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

FAQPage Schema
How do I sync agent documentation with repository state automatically?

To sync agent documentation with repository state automatically, you execute a Python script that applies deterministic updates to maintain frontmatter consistency and align DOT_AGENTS_MANUAL or inventory files with the current codebase.

What is the best way to maintain documentation consistency across multiple project repositories?

Maintaining documentation consistency across multiple project repositories is handled by running a deterministic synchronization script that updates agent and skill references to match the current state of each repository.

When do I need to update agent and skill documentation in a repository?

You need to update agent and skill documentation in a repository during ongoing maintenance workflows whenever DOT_AGENTS_MANUAL or inventory files are modified, ensuring reference content never diverges from the code.

Can I use a script to automate frontmatter consistency for skill documentation?

Yes, you can automate frontmatter consistency for skill documentation by executing the included Python script, which performs deterministic updates to keep agent docs synchronized with repository changes.

Does this documentation synchronization tool require any external dependencies?

No, this documentation synchronization tool does not require any external dependencies, as it operates using a standalone Python script located in the scripts directory to perform updates.

Why does my agent documentation diverge from the repository state after updates?

Agent documentation diverges from the repository state when manual edits are made to code without reflecting those changes in DOT_AGENTS_MANUAL or inventories, a gap this synchronization script is designed to resolve.