← ClaudeAtlas

update-docslisted

Update the local plugin marketplace docs accordingly.
1shooperman/shooperman-claude-plugins · ★ 0 · AI & Automation · score 73
Install: claude install-skill 1shooperman/shooperman-claude-plugins
## Instruction Keep all documentation in sync after plugin changes. Four targets: 1. **Plugin READMEs** — `plugins/*/README.md`, one per plugin, following `./templates/README_TEMPLATE.md` 2. **Root README** — `README.md` at repo root; does NOT follow the template; reflects the full plugin list and marketplace install instructions 3. **GitHub wiki** — markdown pages in `wiki/shooperman-claude-plugins.wiki/`; committed and pushed to the wiki remote after changes 4. **Root CLAUDE.md** - baseline Claude instructions. Keep up to date with relevant bits from the current session. Prefer efficient token usage over verbosity for CLAUDE.md files. ## Rules - Only list `user-invocable: true` skills in READMEs — do not expose internal dependency skills - Do not conflate internal references with user-invocable commands - The root README is the only doc that should NOT follow the template structure - Plugin README `Data Sources` section must reflect the actual current cache paths (e.g. `~/.cache/pokemon-gbl/`) ## Arguments The user invoked this with: $ARGUMENTS ## Instructions When this skill is invoked: 1. Read `git log --oneline -10` and `git diff HEAD~1..HEAD --name-only` to understand what changed 2. For each changed plugin under `plugins/`: - Re-read its skills, agents, and hooks - Update `plugins/<name>/README.md` using the template at `./templates/README_TEMPLATE.md` 3. Update root `README.md` if the plugin list or install instructions changed 4. Update the wiki: -