Get Up & Running
in 2 Minutes
Everything you need to install Claude Skills 360 and start using it immediately. Skills, agents, swarms — all documented here.
Installation
New to Claude Code?
Claude Skills 360 requires Claude Code — Anthropic's official CLI tool. It's free to install and works with any Claude plan (Pro/Max recommended for agents).
Prerequisites
macOS: Terminal or iTerm2 · Linux: any terminal · Windows: WSL2
Format: CS360-XXXX-XXXX-XXXX-XXXX. Check your purchase email.
Pre-installed on macOS/Linux. Windows WSL includes it.
Open Your Terminal
macOS: Spotlight (⌘ Space) → type "Terminal" · Linux: Ctrl+Alt+T · Windows: Start → "WSL" or "Ubuntu"
Run the Installer
One command downloads and installs everything:
The installer is open-source and available at claudeskills360.com/install.sh
Prefer a direct download? Use this one-liner with your key:
curl -fsSL https://claudeskills360.com/install.sh | bash -s -- YOUR-KEY Replace YOUR-KEY with your license key from the purchase email.
Enter Your License Key
When prompted, paste your key from your purchase email:
Open Claude Code & Verify
In a new terminal, start Claude and run any skill:
Run Your First Command
5 powerful commands to start with right now:
/seo-audit mysite.com /code-review ./src /market-research "your industry" /content-engine "blog topic" /morning-brief Skills Library
Skills are prompt files installed to ~/.claude/skills/.
Each skill is a specialized expert that Claude uses to guide its responses. They're organized into 18 categories covering every major business function.
You can use any skill by typing /skill-name inside Claude Code.
/seo-audit/content-engine/keyword-research/meta-optimizer /ad-copy/campaign-builder/landing-page/email-sequence /code-review/debug/refactor/test-writer /security-audit/pentest-checklist/vuln-scan/gdpr-check /financial-analyst/stock-research/portfolio-risk/earnings-scan /market-research/competitor-analysis/pricing-strategy/business-plan /sales-coach/discovery-call/proposal-writer/pipeline-review /brand-audit/ui-review/copy-edit/visual-brief /sop-writer/project-plan/process-audit/team-standup /data-analyst/ga4-report/kpi-dashboard/cohort-analysis /contract-review/legal-brief/terms-generator/compliance-check /job-description/interview-questions/culture-audit/onboarding-plan /deep-research/industry-report/trend-analysis/competitive-intel /prd-writer/user-story/roadmap-planner/feature-prioritizer /social-strategy/linkedin-post/tweet-thread/instagram-caption /product-description/amazon-listing/conversion-audit/pricing-optimizer /prompt-engineer/model-eval/rag-design/ai-product-spec /support-macro/faq-generator/escalation-flow/satisfaction-audit Finding skills: Browse all installed skills with
ls ~/.claude/skills/
inside your terminal, or just describe what you need to Claude and it will load the right skill automatically.
Autonomous Agents
Agents are installed to ~/.claude/agents/.
Unlike skills (which guide one response), agents run autonomously — they plan, execute multi-step tasks, use tools, and deliver complete outputs.
Invoke any agent with a /command and describe your goal.
/seo-audit Full technical + content SEO audit with prioritized fixes
/seo-audit mysite.com /content-engine Generate SEO-optimized blog posts, landing pages, and sales copy
/content-engine "how to use Claude Code for business" /code-review Security, performance, and quality review of any codebase
/code-review ./src --focus security /financial-analyst Stock research, earnings analysis, financial modeling
/financial-analyst AAPL --full-report /security-audit OWASP-aligned penetration test checklist and vulnerability scan
/security-audit myapp.com /market-research Competitive landscape, TAM/SAM/SOM, industry trends
/market-research "AI productivity tools" --depth deep /sales-coach Discovery call prep, objection handling, pipeline review
/sales-coach --deal "acme-corp" --stage closing /data-analyst Transform raw data into insights, charts, and recommendations
/data-analyst ./data/sales-q1.csv /ad-copy High-converting ad creative for Google, Meta, LinkedIn, TikTok
/ad-copy --platform meta --product "SaaS tool" --tone urgent /legal-review Contract analysis, risk flags, suggested edits
/legal-review ./contracts/vendor-agreement.pdf /product-manager PRD writing, user stories, roadmap planning, feature specs
/product-manager --feature "user onboarding" --sprint 2w /brand-audit Full brand consistency, messaging, and positioning review
/brand-audit mysite.com --include competitors /proposal-writer Client proposals, RFP responses, SOW generation
/proposal-writer --client "BigCo" --value 50000 /deep-research 10-20 page research reports on any topic
/deep-research "impact of AI on SaaS pricing models 2026" /startup-analyst Business model analysis, unit economics, growth strategy
/startup-analyst --url mysite.com --stage seed /social-strategy Full content calendar, platform strategy, post generation
/social-strategy --brand "CS360" --platforms linkedin,twitter --weeks 4 /process-audit Identify bottlenecks, automation opportunities, efficiency gains
/process-audit --area "customer onboarding" /competitor-analysis Deep dive on competitors: pricing, positioning, weaknesses
/competitor-analysis --competitors "HubSpot,Salesforce" --focus pricing /email-sequence Drip campaigns, nurture flows, launch sequences
/email-sequence --goal onboarding --emails 7 --tone friendly /morning-brief Daily briefing: market data, news, calendar, priorities
/morning-brief --focus trading,news Agent Tips
• Agents work best with Claude Code Pro or Max (longer context, more tool use)
• Add --verbose to any agent for step-by-step reasoning
• Add --output report.md to save results to a file
• Chain agents: /market-research | /content-engine | /email-sequence
// unlock everything
Using the free tier?
Upgrade to 2,350+ skills, 45+ agents, and 12 swarms — one-time $39, lifetime updates.
Same install command. Instant upgrade. 3-device license.
Multi-Agent Swarms
Swarms deploy multiple specialized agents simultaneously, each handling a different dimension of your goal. They coordinate automatically, pass results between agents, and deliver a unified output. Think of each swarm as hiring a full team for 90 seconds.
Marketing Swarm
/marketing-swarm Deploys 5 specialized agents simultaneously: SEO analyst, copywriter, ad strategist, social manager, and analytics tracker. Full campaign in one command.
Launching a product, running a campaign, entering a new market
/marketing-swarm "launch my new SaaS tool" --budget 5000 --timeline 30d Launch Swarm
/launch-swarm Product Hunt prep, press outreach, landing page optimization, email sequence, and social blitz all coordinated in parallel.
Product launches, announcements, PR pushes
/launch-swarm --product "Claude Skills 360" --date 2026-04-01 Audit Swarm
/audit-swarm Simultaneous audit across SEO, security, performance, conversion, and brand consistency. Full business health report in minutes.
Quarterly reviews, due diligence, acquiring a business
/audit-swarm mysite.com --output report.pdf Content Swarm
/content-swarm Research agent, outline agent, writer agent, editor agent, and SEO optimizer all run in sequence with handoffs. 10 articles in an hour.
Content marketing, SEO domination, authority building
/content-swarm --topic "Claude Code for business" --articles 10 --publish Research Swarm
/research-swarm Multiple research agents cover different angles simultaneously: market data, competitors, customer sentiment, regulatory landscape, and trend analysis.
Investment research, entering new markets, strategic planning
/research-swarm "AI productivity tools market 2026" --depth comprehensive Advanced Usage
CLAUDE.md Configuration
Create a CLAUDE.md in any project directory.
Claude reads it on startup — use it to load skills automatically for that project.
# ~/my-project/CLAUDE.md
## Active Skills
Load: /seo-audit, /content-engine
## Project Context
This is a SaaS product. Always...
The included CLAUDE-MD-TEMPLATE.md bonus file has a full ready-to-use template.
Combining Skills
Skills stack. Load multiple skills in one conversation to give Claude compounded expertise.
# Load two skills, then run
$ /seo-audit + /content-engine
> Both skills loaded. What's your goal?
# Chain agent outputs
$ /market-research "SaaS tools"
$ /content-engine --use-research above
Bonus Files in Your Bundle
After install, find these in ~/.claude/cs360/:
QUICKSTART.md 5-minute quick-start guide CHEATSHEET.md All skill commands on one page CLAUDE-MD-TEMPLATE.md Drop-in project configuration WORKFLOW-RECIPES.md 10 complete business workflows SKILL-CREATION-GUIDE.md Build your own skills AGENT-GUIDE.md Deep dive on all 45+ agents Updating Your Bundle
Your purchase includes lifetime updates. Re-run the installer anytime to pull the latest skills:
curl -fsSL https://claudeskills360.com/install.sh | bash The installer detects your saved license key and updates in place. Your existing skills are preserved.
10 Workflow Recipes (included in bundle)
Full instructions in ~/.claude/cs360/WORKFLOW-RECIPES.md after install
Troubleshooting
I don't have Claude Code yet — how do I install it?
npm install -g @anthropic-ai/claude-code (requires Node.js 18+). Then sign in with your Anthropic account. Full instructions: docs.anthropic.com/en/docs/claude-code/getting-started →. Any Claude plan works — Pro or Max plans unlock longer context windows and are recommended for agent tasks."Command not found: claude"
npm install -g @anthropic-ai/claude-code then try again. Also check that npm's bin directory is in your PATH."License validation failed" or "Invalid key"
CS360-XXXX-XXXX-XXXX-XXXX format (all caps, 4 groups of 4). Check your internet connection. Copy-paste directly from the email — don't type it manually."Maximum activations reached" — I need to activate on a new device
"Permission denied" when running the installer
bash <(curl -fsSL https://claudeskills360.com/install.sh). Or download first: curl -o install.sh https://claudeskills360.com/install.sh && chmod +x install.sh && ./install.shSkills installed but not showing up in Claude Code
ls ~/.claude/skills/ | wc -l (should show 100+ files). Then fully restart Claude Code — not just refresh, but quit the app and reopen. Claude loads skills on startup.I don't see my license key email
[email protected] with subject "Your Claude Skills 360 License Key". If still not found after 10 minutes, email us with your Stripe receipt and we'll resend it.I'm on Windows but don't have WSL
wsl --install. This installs Ubuntu. After restart, open "Ubuntu" from Start and run the installer inside it. Claude Code also has a native Windows version.Can I install on a server or CI/CD environment?
CS360_KEY=your-key as an environment variable and the installer will use it automatically without prompting.How do I create my own custom skills?
~/.claude/cs360/SKILL-CREATION-GUIDE.md after install. Skills are markdown files with YAML frontmatter. Create a new .md file in ~/.claude/skills/ and Claude picks it up instantly — no restart needed.30-Day Learning Path
The Basics
- › Install + verify everything
- › Try 2-3 skills per day
- › Read CHEATSHEET.md
- › Run /seo-audit on your site
- › Try /morning-brief daily
Go Deeper
- › Read AGENT-GUIDE.md
- › Deploy your first agent
- › Combine 2+ skills at once
- › Create a CLAUDE.md for a project
- › Try /code-review on your codebase
Master Swarms
- › Read WORKFLOW-RECIPES.md
- › Launch /marketing-swarm
- › Try /audit-swarm on a client
- › Run /content-swarm for 10 articles
- › Build a custom workflow recipe
Build Your System
- › Read SKILL-CREATION-GUIDE.md
- › Create 3+ custom skills
- › Set up daily /morning-brief
- › Build a project CLAUDE.md library
- › Teach your team
// ready for more?
You've seen the 360. Now imagine 2,350+.
Everything above plus 1,990 more skills, 45+ autonomous agents, 12 multi-swarm orchestrators, GraphRAG knowledge tools, and a 3-device license. One-time purchase.
🔒 30-day money-back guarantee · Instant delivery · Lifetime updates