Sync Cc Plugins banner
shotcowboystyle shotcowboystyle

Sync Cc Plugins

AI community

Description

Ensure every plugin referenced in `.claude-plugin/marketplace.json` has its repo cloned into `~/www/shotcowboystyle/ai-plugins/`. This is the working directory where the user edits plugin source locally. This marketplace repo does **not** vendor plugin source (no submodules), so that tree is the single source of truth for local plugin working copies. Your task: 1. Parse `.claude-plugin/marketplace.json` and extract every plugin's `name` and `source.repo` (format: `owner/reponame`). The direct

Installation

Installs to ~/.claude/commands/shotcowboystyle-ai-plugins-sync-cc-plugins.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/shotcowboystyle/ai-plugins/HEAD/.claude/commands/sync-cc-plugins.md -o ~/.claude/commands/shotcowboystyle-ai-plugins-sync-cc-plugins.md

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

Full documentation available on GitHub

View Source Repository