Claude Marketplace Template
Description
Makes it easy to deploy a new marketplace
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Marketplace Template
A template repository for creating your own Claude Code plugin marketplace with a beautiful documentation site.
Features
- 🎨 Customizable color schemes - Choose from presets or define your own
- 📦 GitHub Pages integration - Auto-deploy docs on push
- 🔧 Plugin scaffolding - Create new plugins with one command
- ✅ Linting - Validate plugin structure with claudelint
- 🔄 Template updates - Pull updates from this template easily
- 📚 Auto-generated docs - Beautiful documentation site from plugin metadata
Quick Start
1. Use This Template
Click the "Use this template" button on GitHub to create your own repository.
2. Clone and Setup
git clone https://github.com/your-username/your-marketplace.git
cd your-marketplace
./setup.sh
The setup script will ask you for:
- Marketplace name
- Owner name
- GitHub repository
- Color scheme (forest-green, ocean-blue, sunset-orange, royal-purple, crimson-red, or custom)
- Whether to keep the example plugin
3. Enable GitHub Pages
- Go to your repository Settings → Pages
- Set Source to "Deploy from a branch"
- Select branch:
mainand folder:/docs - Click Save
Your docs will be available at: `https://your-username.github.io/your-marketplace/`
After making changes to your plugins, run `make update` to regenerate the docs, then commit and push.
Usage
Create a New Plugin
make new-plugin NAME=my-awesome-plugin
This creates:
plugins/my-awesome-plugin/.claude-plugin/plugin.json- Plugin metadatacommands/example.md- Example commandREADME.md- Plugin documentation
Don't forget to add the plugin to `.claude-plugin/marketplace.json`!
Lint Your Plugins
make lint
Validates all plugins against claudelint standards.
Update Documentation
make update
Regenerates plugin documentation and website data.
Update from Template
Get the latest improvements from t
Related Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps