update-docs

Refresh component counts in README.md and CLAUDE.md via a shell script.

3|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/arbgjr/sdlc_agentico --skill update-docs-arbgjr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-docs
Source: https://github.com/arbgjr/sdlc_agentico/tree/main/.claude/skills/update-docs
Command: npx skills add https://github.com/arbgjr/sdlc_agentico --skill update-docs-arbgjr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the refresh of component counters across README.md and CLAUDE.md to reflect the current project state.

Core Features & Use Cases

  • Automated counts refresh: runs a central script to recalculate tallies and update docs.
  • Diff generation: displays changes with git diff for README.md and CLAUDE.md.
  • Optional auto-commit: can automatically commit updated docs with a descriptive message.
  • Script-driven: leverages the script located at .claude/scripts/update-component-counts.sh.

Quick Start

Run the /update-docs command to refresh component counts in README.md and CLAUDE.md.

Frequently Asked Questions about update-docs

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

FAQPage Schema
How do I automate updating component counts in README.md and CLAUDE.md?

You can automate updating component counts by running a script that recalculates tallies for Agents, Skills, Commands, and Hooks, then applies those updates directly to README.md and CLAUDE.md.

Can I automatically commit documentation updates after changing repository components?

Yes, after recalculating component counts and updating documentation, the workflow can optionally auto-commit the changes to README.md and CLAUDE.md with a descriptive message.

What is the best way to keep component counters accurate in repository documentation?

The best way to keep component counters accurate is to run a central script that counts current components, updates the docs, and shows a git diff to verify changes before committing.

Do I need to manually count Agents, Skills, Commands, and Hooks for my docs?

No, you do not need to manually count components. The update process uses a dedicated shell script to automatically tally and refresh component counts across documentation files.

Does the documentation update process show changes before committing?

Yes, the documentation update process displays changes by running git diff on README.md and CLAUDE.md, allowing you to review the updated component counters before optionally committing.