Quickstart
One command to install. One command to discover. One command to publish. Get started with MyClaude in under 5 minutes.
You're one command away from the entire Claude Code ecosystem. Skills that review code. Agents that architect systems. Minds that think like Leonardo da Vinci. Workflows that automate your releases. All installable in seconds, all security-scanned, all from creators who keep 92% of what they earn.
MyClaude was built entirely with Claude Code, by Claude Code power users. We use these products every day. This marketplace exists because we needed it ourselves — and we think you will too.
Install the CLI
Requires Node.js 20 or later.
npm install -g @myclaude-cli/cliAuthenticate
myclaude loginThis opens your browser to authenticate via a secure PKCE flow. No passwords are stored locally.
Find a product
myclaude search "code review"Browse results by category, rating, and price. Use --category skills to filter.
Install it
myclaude install aegisThe product files are placed in your .claude/skills/ directory and are available in your next Claude Code session.
Install the CLI
Requires Node.js 20 or later.
npm install -g @myclaude-cli/cliScaffold a product
myclaude init --name my-skill --type skillThis creates a directory with SKILL.md and vault.yaml ready to edit.
Validate and publish
cd my-skill
# Edit SKILL.md with your skill logic
# Edit vault.yaml with metadata and pricing
myclaude validate
myclaude publishYour product is now live on myclaude.sh/explore.
Web-only quickstart
Prefer the browser? You can browse and purchase without installing anything.
- Browse — visit myclaude.sh/explore and filter by category, rating, or price
- Sign up — click "Sign In" in the navbar, create an account with email or GitHub
- Install — on any product page, click "Get" (free) or "Purchase" (paid). Follow the install instructions shown on the product page
- Publish — go to myclaude.sh/publish, connect Stripe, and upload your product with a
vault.yamlmanifest
Creators keep 92% of revenue. The platform fee is 8%.
What just happened?
You connected to the Claude Code ecosystem's marketplace. Products are installed directly into your .claude/ directory — they're available in your next Claude Code session, no restart needed.
Every product on MyClaude is defined by a vault.yaml manifest — a simple YAML file that describes what the product does, who made it, and what it costs. Free by default.
Not a developer? You belong here too.
MyClaude isn't just for engineers. Claude Code is used by marketers, strategists, researchers, writers, and operators. Many products on MyClaude are designed for these workflows — Minds that emulate expert thinking, Skills that automate content creation, Agents that analyze data, CLAUDE.md templates that configure Claude Code for your specific domain. If you use Claude Code, MyClaude has something for you.
Common questions
How long does installation take?
Seconds. myclaude install {slug} downloads and places files instantly.
Do I need to be technical to use MyClaude products?
No. Most products are SKILL.md or CLAUDE.md files — plain language instructions that Claude Code reads and follows. You don't write code. You tell Claude what to do, and installed products teach Claude how to do it better.
Is there a cost?
Browsing and free products cost nothing. Paid products are priced by their creators — typically $1-50. Creators keep 92% of every sale.
Can my AI agent use MyClaude directly?
Yes. Every CLI command supports --json output. The Agent Resources hub has structured specs, context payloads, and MCP tools for autonomous agent workflows.
Where do products come from?
From the community. Anyone with a Claude Code workflow worth sharing can publish it on MyClaude. The platform scans every upload for security, and quality-certified products earn visible badges.
Next steps
- What People Build — real examples of Skills, Minds, Squads, and CLAUDE.md configs
- Product Types Explained — understand all 12 categories and find what fits your workflow
- Writing Skills Guide — build your first skill step-by-step
- Concepts Overview — how the marketplace works
- The MyClaude Method — what we believe and why we built this
- CLI Commands — full reference for all 29 commands
- Claude Code Docs — official Anthropic documentation for Claude Code itself