Concepts Overview
MyClaude is the universal marketplace for the Claude Code ecosystem, supporting 12 product categories from single skills to complete agent squads.
Every Claude Code project eventually builds something reusable — a skill, an agent config, a workflow. MyClaude is the marketplace that turns those artifacts into installable, searchable, monetizable products. One command to install, one command to publish, 92% of revenue goes to creators.
What is MyClaude?
MyClaude is the only marketplace purpose-built for the Claude Code ecosystem. It provides what free directories cannot: content security scanning, purchase-verified reviews, Stripe Connect payments, a dedicated CLI with 29 commands, and machine-readable specs for AI agent integration. Creators publish reusable components — skills, agents, squads, workflows, and more — that other developers install with myclaude install {slug}. Creators receive 92% of each sale via Stripe Connect Express.
The 12 product categories
Each category targets a different layer of the Claude Code ecosystem:
| Category | Description | Entry File | Install Path |
|---|---|---|---|
| Skills | Single-purpose capabilities that extend Claude Code with domain-specific expertise | SKILL.md | .claude/skills/ |
| Squads | Multi-agent teams with coordinated workflows for complex tasks | SQUAD.md | .claude/skills/ |
| Agents | Single-purpose AI agents with specialized knowledge and defined tool access | AGENT.md | .claude/skills/ |
| Workflows | Multi-step automation pipelines that chain tools, agents, and skills | WORKFLOW.md | .claude/skills/ |
| Design Systems | Complete token sets, component libraries, and design rules | DESIGN-SYSTEM.md | ./myclaude-products/ |
| Bundle | Curated collections that combine multiple product types into one package | BUNDLE.md | .claude/skills/ |
| CLAUDE.md | Project configuration files with rules, context, and behavioral directives | CLAUDE.md | .claude/rules/ |
| Applications | Full applications built for or with Claude Code, ready to deploy | APPLICATION.md | ./myclaude-products/ |
| Systems | Advanced multi-component integrated solutions | — | .claude/skills/ |
How the marketplace works
The lifecycle of every MyClaude product follows 5 steps:
Create → Publish → Discover → Install → Use- Create — Build a skill, agent, squad, or any product type. Run
myclaude initto scaffold. - Publish — Define a
vault.yamlmanifest, runmyclaude validate, thenmyclaude publish. - Discover — Browse on myclaude.sh/explore, search with
myclaude search, or find via AI engines. - Install — Run
myclaude install {slug}to add it to your environment. - Use — The product is active in your Claude Code session immediately.
Key concepts
vault.yaml — Every product has a manifest file with 7 required fields: name, version, category, description, author, license, and entry. Pricing is optional (free by default). Think of it as package.json for Claude Code products. Full specification.
CONDUIT — The publishing pipeline that connects CLI to marketplace API. Handles validation, content scanning, and listing creation automatically.
MCS (MyClaude Certified Standard) — A quality badge for products that pass automated and manual review. MCS-certified products appear higher in search results and receive a verification badge.
For buyers vs. for creators
| Buyers | Creators | |
|---|---|---|
| Goal | Find and use quality tools | Build and monetize tools |
| Start here | Quickstart | Creator Onboarding |
| Key action | myclaude install {slug} | myclaude publish |
| Revenue | Pay per product or use free products | Receive 92% of each sale |
| Quality signal | Look for MCS badge | Earn MCS certification |
Related pages
- Quickstart — install and start using MyClaude in 5 minutes
- Product Types Explained — detailed category definitions
- Glossary — all terms defined
The MyClaude Method
What MyClaude believes, why it exists, and the principles behind every decision — from agent-first architecture to 92% creator revenue share.
What People Build
Real examples of what's possible on MyClaude — from code review skills to synthetic intelligences that think like Leonardo da Vinci.