Phase 1b: Rename all ~94 commands across 12 plugins to /<noun> <action> sub-command pattern. Git-flow consolidated from 8→5 commands (commit variants absorbed into --push/--merge/--sync flags). Dispatch files, name: frontmatter, and cross-reference updates for all plugins. Phase 2: Design documents for 8 new plugins in docs/designs/. Phase 3: Scaffold 8 new plugins — saas-api-platform, saas-db-migrate, saas-react-platform, saas-test-pilot, data-seed, ops-release-manager, ops-deploy-pipeline, debug-mcp. Each with plugin.json, commands, agents, skills, README, and claude-md-integration. Marketplace grows from 12→20. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1.3 KiB
1.3 KiB
name, description
| name | description |
|---|---|
| cv setup | Interactive setup wizard for contract-validator plugin |
/cv setup
Skills to Load
- skills/visual-output.md
- skills/mcp-tools-reference.md
Important: This command uses Bash, Read, Write tools - NOT MCP tools (they work only after setup + restart).
Workflow
-
Display header per
skills/visual-output.md -
Check Python version:
python3 --versionRequires 3.10+. Stop if below.
-
Locate MCP server:
- Installed:
~/.claude/plugins/marketplaces/leo-claude-mktplace/mcp-servers/contract-validator/ - Source:
~/claude-plugins-work/mcp-servers/contract-validator/
- Installed:
-
Check/create venv:
ls .venv/bin/python || (python3 -m venv .venv && .venv/bin/pip install -r requirements.txt) -
Verify MCP server:
.venv/bin/python -c "from mcp_server.server import ContractValidatorMCPServer; print('OK')" -
Display success per
skills/visual-output.md -
Inform user: Session restart required for MCP tools.
Post-Setup Commands
/cv validate- Full marketplace validation/cv check-agent- Validate single agent/cv list-interfaces- Show all plugin interfaces
No Configuration Required
This plugin reads plugin manifests and README files directly - no credentials needed.