Quick Start Guide
Get started with Claude Code Skills Marketplace in less than 2 minutes!
About
# Quick Start Guide Get started with Claude Code Skills Marketplace in less than 2 minutes! ## For Skill Creators **Want to create your own skills? Start here!** ### Step 1: Install skill-creator ```bash # Add the marketplace claude plugin marketplace add https://github.com/daymade/claude-code-skills # Marketplace name: daymade-skills (from marketplace.json) # Install skill-creator claude plugin install skill-creator@daymade-skills ``` ### Step 2: Initialize Your First Skill ```bash # Create a new skill from template skill-creator/scripts/init_skill.py my-first-skill --path ~/my-skills ``` This generates: ``` ~/my-skills/my-first-skill/ ├── SKILL.md # Main skill file ├── scripts/ # Executable code │ └── example_script.py ├── references/ # Documentation │ └── example_reference.md └── assets/ # Templates/resources └── example_asset.txt ``` ### Step 3: Customize Your Skill Edit `~/my-skills/my-first-skill
Quick Start
Manual Installation
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions