docs-refresh

Solid

Refresh plugin catalog docs (README, PLUGIN-MAP, d2 diagram) so per-plugin skill/agent counts match disk. Use when fixing count drift or after adding skills.

AI & Automation 58 stars 6 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
59
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /docs-refresh Refresh this repo's top-level catalog docs so the stated plugin/skill/agent counts and the plugin set match what is actually on disk. The detector is `scripts/check-docs-index.sh`; this skill is the *fixer* that consumes its report. ## When to Use This Skill | Use this skill when... | Use something else when... | |------------------------|----------------------------| | Per-plugin counts in README / PLUGIN-MAP / the d2 diagram drifted | A plugin needs adding/removing — follow CLAUDE.md § Plugin Lifecycle first, then run this | | `check-docs-index.sh` reports `doc_count_drift` / `diagram_count_drift` / `diagram_svg_stale` / `readme_row_dangling` | You need a generic project's docs synced — that's `documentation-plugin:docs-sync` (wrong layout for this repo) | | The PR gate `Check docs-index drift` failed in CI | Editing rule-index or marketplace set — the audit reports those, but fix them at their source | ## Context - Audit: !`bash scripts/check-docs-index.sh` - README last touched: !`git log --max-count=1 --format='%h %ci' -- README.md` ## Execution Execute this refresh: ### Step 1: Read the drift Run `bash scripts/check-docs-index.sh` (shown in Context). Each `ISSUES:` line names the exact file, line, and the disk-vs-stated count. `STATUS=OK` with `ISSUE_COUNT=0` means nothing to do — stop and report clean. ### Step 2: Apply count fixes For every `doc_count_drift` / `diagram_count_drift` issue, Edit the stated count to the disk count: - `README.m...

Details

Author
laurigates
Repository
laurigates/claude-plugins
Created
8 months ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category