update-docs

Update markdown documentation and index.json from git diff changes.

94|11|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/thefrederiksen/cc-director --skill update-docs-thefrederiksen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-docs
Source: https://github.com/thefrederiksen/cc-director/tree/main/.claude/skills/update-docs
Command: npx skills add https://github.com/thefrederiksen/cc-director --skill update-docs-thefrederiksen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of updating public-facing documentation to reflect changes in code, tools, or features, ensuring accuracy and consistency.

Core Features & Use Cases

  • Automated Documentation Updates: Automatically updates markdown files in docs/public/ based on code changes.
  • Change Classification: Identifies whether new tools, features, or architectural changes require documentation updates.
  • Use Case: After adding a new command-line tool, run this skill to automatically generate or update its entry in the project's public documentation.

Quick Start

Run /update-docs to update public documentation based on recent code changes.

Frequently Asked Questions about update-docs

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

FAQPage Schema
How do I automatically update markdown documentation after code changes?

You can automatically update markdown documentation by running this skill, which detects code changes via git diff and edits or creates corresponding markdown files in the docs/public/ directory.

What is the best way to keep public docs in sync with new features?

The best way to keep public docs in sync is to automate the process using this skill, which identifies new features and writes the necessary markdown content updates to reflect the codebase accurately.

Does this documentation update tool work with an existing index.json site manifest?

Yes, this documentation update tool works with an existing site manifest by updating the index.json file automatically whenever it creates new pages or modifies existing ones in the docs/public/ directory.

How does automated documentation sync classify code changes?

Automated documentation sync classifies code changes by analyzing git diff output to identify whether new tools, features, or architectural modifications require modifications to existing pages or creation of new ones.

What git tools are required to automate documentation updates?

Automating documentation updates requires git diff, read, and edit tools to process source material changes and apply the necessary modifications to your project's public-facing markdown files.

Can I use this to generate documentation for a new command-line tool?

Yes, you can use this to generate documentation for a new command-line tool by running the skill after adding the tool, which will automatically create or update its entry in the public docs.