update-docs

Synchronize repository documentation and agent skill files after code changes.

21|4|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/tylerjrbuell/reactive-agents-ts --skill update-docs-tylerjrbuell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-docs
Source: https://github.com/tylerjrbuell/reactive-agents-ts/tree/main/.agents/skills/update-docs
Command: npx skills add https://github.com/tylerjrbuell/reactive-agents-ts --skill update-docs-tylerjrbuell

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill synchronizes and keeps repository documentation truthful after code changes so that README, AGENTS.md, site docs, skills, and memory files remain consistent with the codebase and public APIs.

Core Features & Use Cases

  • Canonical AGENTS.md updates: Ensure AGENTS.md remains the single source of truth for agent guidance and project snapshots.
  • README and site synchronization: Update README, Starlight docs, and reference pages after API, provider, or feature changes.
  • Skill and memory maintenance: Audit and update .agents/skills entries, project memory files, and CHANGELOG entries, and verify docs build integrity.
  • Use Case: After landing a new builder method or provider, run this Skill to update docs, bump changelogs, and verify the docs site builds without broken references.

Quick Start

Run the update-docs skill to scan recent commits, update AGENTS.md, README, Starlight docs, changelog and memory files, and verify the documentation build.

Frequently Asked Questions about update-docs

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

FAQPage Schema
How do I keep project documentation accurate after code changes?

To keep documentation accurate after code changes, scan git diffs to update AGENTS.md, README, Starlight docs, CHANGELOG.md, and memory files so they remain consistent with the codebase and public APIs.

How do I sync AGENTS.md and README after updating an API?

Sync AGENTS.md and README after API updates by scanning recent git commits, regenerating reference pages, and updating the canonical AGENTS.md file to reflect new features or bug fixes.

What's the best way to automate changelog updates from git diffs?

Automating changelog updates from git diffs involves scanning recent repository commits, identifying feature or API changes, and appending those changes to the CHANGELOG.md file to maintain an accurate release history.

Does this documentation sync workflow support TypeScript monorepos?

Yes, this documentation sync workflow is designed for TypeScript monorepos, maintaining documentation across AGENTS.md, Starlight docs, skills under .agents/skills, and project memory files after code changes.

How do I verify my Starlight documentation build after updating docs?

Verify your Starlight documentation build by running a docs build check after updating site pages and reference files, ensuring no broken references remain and the documentation site builds successfully.