- Created plugins/ directory to centralize all plugins - Moved projman and project-hygiene into plugins/ - Updated .mcp.json paths from ../mcp-servers/ to ../../mcp-servers/ - Updated CLAUDE.md governance section with new directory structure - Updated README.md with new repository structure diagram - Fixed all path references in documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
745 B
745 B
name, description, arguments
| name | description | arguments |
|---|---|---|
| initial-setup | Run initial setup for support-claude-mktplace |
Initial Setup
Run the installation script to set up the toolkit.
What This Does
- Creates Python virtual environments for MCP servers
- Installs all dependencies
- Creates configuration file templates
- Validates existing configuration
- Reports remaining manual steps
Execution
cd ${PROJECT_ROOT}
./scripts/setup.sh
After Running
Review the output for any manual steps required:
- Configure API credentials in
~/.config/claude/ - Run
/labels-syncto sync Gitea labels - Verify Wiki.js directory structure
Re-Running
This command is safe to run multiple times. It will skip already-completed steps.