Purchase Complete
Getting Started with
Claude Skills 360
Follow these steps to get up and running in under 2 minutes.
Prerequisites
✓
Claude Code installed — Any plan works — Pro/Max recommended for agents
✓
macOS, Linux, or Windows with WSL — Terminal access required
✓
Your license key — Check your email — format: CS360-XXXX-XXXX-XXXX-XXXX
✓
curl available — Pre-installed on macOS/Linux. WSL includes it on Windows.
01
Open Terminal
macOS: Spotlight → Terminal (or iTerm2) | Linux: Ctrl+Alt+T | Windows: Open WSL terminal
02
Run the Installer
Copy and paste this command into your terminal:
$ curl -fsSL https://claudeskills360.com/install.sh | bash
03
Enter Your License Key
When prompted, paste your license key from your purchase email:
Enter your license key:
> CS360-XXXX-XXXX-XXXX-XXXX
✓ License valid! Activations remaining: 2
✓ Downloading skills bundle...
✓ Skills installed: 2,350+
✓ Agents installed: 20+
✓ Swarms installed: 5
✓ License saved to: ~/.claude/.cs360-license
04
Verify Installation
Open Claude Code and run:
$ claude /seo-audit --help
> SEO Audit skill loaded. Provide a domain to begin.
05
Try Your First Skill
Here are 5 great skills to start with:
/seo-audit mysite.com Run a full SEO audit /content-engine "blog post about AI" Generate optimized content /code-review ./src Review code for security + quality /financial-analyst AAPL Analyze a stock /marketing-swarm "launch my product" Deploy a full marketing swarm Troubleshooting
"Command not found: claude"
Claude Code isn't installed or not in your PATH. Fix: npm install -g @anthropic-ai/claude-code
"License validation failed"
Check your key is exactly CS360-XXXX-XXXX-XXXX-XXXX (all caps, correct format). Check your internet connection. If you've used all 3 activations, email [email protected] to deactivate an old device.
"Permission denied"
Run: bash <(curl -fsSL https://claudeskills360.com/install.sh) — Or: chmod +x the script first.
Skills not showing up after install
Verify files exist: ls ~/.claude/skills/ | head — Then restart Claude Code completely (quit + reopen, not just refresh).
What's Next
Week 1
Learn the Basics
- › Read QUICKSTART.md
- › Try 2–3 skills per day
- › Experiment across categories
Week 2
Go Deeper
- › Read AGENT-GUIDE.md
- › Deploy your first agent
- › Combine skills for workflows
Week 3
Master Swarms
- › Read SWARM-GUIDE.md
- › Launch a marketing swarm
- › Customize for your business
ongoing
Keep CHEATSHEET.md open as a reference. Re-run the installer anytime to get the latest bundle update.