Sync Readme banner
danielrosehill danielrosehill

Sync Readme

Documentation community

Description

Regenerate `README.md` and `docs/categories/` from `.claude-plugin/marketplace.json`. The catalogue is **generated, not hand-edited**. Run: ```bash python3 scripts/generate-catalogue.py ``` That rewrites the `## Available Plugins` block of `README.md` (everything between that heading and `## Installation`) and regenerates every page under `docs/categories/`. Everything else in `README.md` is hand-maintained and the script leaves it alone. The script requires every plugin entry to carry `disp

Installation

Installs to ~/.claude/commands/danielrosehill-claude-code-plugins-sync-readme.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/danielrosehill/Claude-Code-Plugins/HEAD/.claude/commands/sync-readme.md -o ~/.claude/commands/danielrosehill-claude-code-plugins-sync-readme.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository