agentsclimarketplace

Update docs

Skill 1shooperman/shooperman-claude-plugins/.claude/skills/update-docs

Update the local plugin marketplace docs accordingly.From its SKILL.md

Install
npx -y skills add 1shooperman/shooperman-claude-plugins --skill update-docs

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.3 KB, 505 tokens by cl100k_base, as published. Nobody here has run it

Instruction

Keep all documentation in sync after plugin changes. Four targets:

  1. Plugin READMEsplugins/*/README.md, one per plugin, following ./templates/README_TEMPLATE.md
  2. Root READMEREADME.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:
    • Edit wiki/shooperman-claude-plugins.wiki/Home.md with a current overview of available plugins and skills
    • Create or update additional wiki pages (e.g. Hook-Permissions.md, Cache-Architecture.md) if the change warrants it
    • Commit and push the wiki changes:
      git -C wiki/shooperman-claude-plugins.wiki add -A
      git -C wiki/shooperman-claude-plugins.wiki commit -m "docs: sync wiki after <brief summary>"
      git -C wiki/shooperman-claude-plugins.wiki push
      
  5. Report what was updated across all three targets

What ships with it: 1 file

977 B alongside SKILL.md

templates/

Keep looking

Skills are one crate of 326,506. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.