From marketplace-ops
Import CLI-installed plugins (Claude/Grok) into the RUSHYOP rushy marketplace catalog. Use when the user installed a plugin from xAI/Grok/Claude without add-plugin, asks to auto-add into rushy, mentions marketplace drift, or runs /reconcile-marketplace.
How this skill is triggered — by the user, by Claude, or both
Slash command
/marketplace-ops:reconcile-marketplaceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
CLI install ≠ catalog update. Always land plugins in the **rushy** git marketplace, then enable `@rushy`.
CLI install ≠ catalog update. Always land plugins in the rushy git marketplace, then enable @rushy.
ROOT="${RUSHY_MARKETPLACE_ROOT:-/Users/admin/Codes-2/Agentic-setup}"
cd "$ROOT"
# Status
./hooks/check-cli-drift.sh
# Apply into catalog
./hooks/reconcile.sh --sync --only-new --commit --push
./scripts/add-plugin.sh <name> <owner/repo|git-url> [--path subdir] --sync --commit --push
ADDED:0name@rushy (Claude) or install from rushy marketplace (Grok)plugin install-like commands./hooks/install-user-hooks.shnpx claudepluginhub rushyop/rushy-claude-plugins --plugin marketplace-opsGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.