Getting Started with Claude Code Skills — Setup Guide | Claude Skills 360
Full Documentation — 2,350+ Skills · 45+ Agents · 12 Swarms

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.

01

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

Claude Code

Any plan. Pro/Max recommended for agentic tasks.

Get Claude Code →
Terminal

macOS: Terminal or iTerm2 · Linux: any terminal · Windows: WSL2

License Key

Format: CS360-XXXX-XXXX-XXXX-XXXX. Check your purchase email.

curl

Pre-installed on macOS/Linux. Windows WSL includes it.

01

Open Your Terminal

macOS: Spotlight (⌘ Space) → type "Terminal"  ·  Linux: Ctrl+Alt+T  ·  Windows: Start → "WSL" or "Ubuntu"

02

Run the Installer

One command downloads and installs everything:

$ curl -fsSL https://claudeskills360.com/install.sh | bash

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.

03

Enter Your License Key

When prompted, paste your key from your purchase email:

CS360 License Validator
Enter your license key:
> CS360-XXXX-XXXX-XXXX-XXXX
License validated — 3 activations, 2 remaining
Downloading skills bundle...
Extracting 2,350+ skills to ~/.claude/skills/
Installing 45+ agents to ~/.claude/agents/
Installing 12 swarm orchestrators
Done! Claude Skills 360 is ready.
04

Open Claude Code & Verify

In a new terminal, start Claude and run any skill:

$ claude
Welcome to Claude Code. Type /help to see available commands.
$ /seo-audit --help
> SEO Audit Agent ready. Provide a domain to run a full audit.
$ /skills-loaded
> ✓ 2,350+ skills active across 18 categories
05

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
02

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 & Content
180+
/seo-audit/content-engine/keyword-research/meta-optimizer
📢 Marketing & Ads
210+
/ad-copy/campaign-builder/landing-page/email-sequence
💻 Code & Dev
320+
/code-review/debug/refactor/test-writer
🔒 Security
145+
/security-audit/pentest-checklist/vuln-scan/gdpr-check
📈 Finance & Trading
185+
/financial-analyst/stock-research/portfolio-risk/earnings-scan
♟️ Business Strategy
165+
/market-research/competitor-analysis/pricing-strategy/business-plan
🤝 Sales & CRM
130+
/sales-coach/discovery-call/proposal-writer/pipeline-review
🎨 Design & Creative
110+
/brand-audit/ui-review/copy-edit/visual-brief
⚙️ Operations
140+
/sop-writer/project-plan/process-audit/team-standup
📊 Analytics & Data
125+
/data-analyst/ga4-report/kpi-dashboard/cohort-analysis
⚖️ Legal & Contracts
90+
/contract-review/legal-brief/terms-generator/compliance-check
👥 HR & People Ops
85+
/job-description/interview-questions/culture-audit/onboarding-plan
🧠 Research & Intel
115+
/deep-research/industry-report/trend-analysis/competitive-intel
🗺️ Product Management
100+
/prd-writer/user-story/roadmap-planner/feature-prioritizer
📱 Social Media
95+
/social-strategy/linkedin-post/tweet-thread/instagram-caption
🛒 E-commerce
80+
/product-description/amazon-listing/conversion-audit/pricing-optimizer
🤖 AI & ML
75+
/prompt-engineer/model-eval/rag-design/ai-product-spec
💬 Customer Support
100+
/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.

03

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.

Get Full Access — $39 → 🔒 30-day money-back guarantee · Lifetime updates
04

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
SWARM

Deploys 5 specialized agents simultaneously: SEO analyst, copywriter, ad strategist, social manager, and analytics tracker. Full campaign in one command.

Best for:

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
SWARM

Product Hunt prep, press outreach, landing page optimization, email sequence, and social blitz all coordinated in parallel.

Best for:

Product launches, announcements, PR pushes

$ /launch-swarm --product "Claude Skills 360" --date 2026-04-01

Audit Swarm

/audit-swarm
SWARM

Simultaneous audit across SEO, security, performance, conversion, and brand consistency. Full business health report in minutes.

Best for:

Quarterly reviews, due diligence, acquiring a business

$ /audit-swarm mysite.com --output report.pdf

Content Swarm

/content-swarm
SWARM

Research agent, outline agent, writer agent, editor agent, and SEO optimizer all run in sequence with handoffs. 10 articles in an hour.

Best for:

Content marketing, SEO domination, authority building

$ /content-swarm --topic "Claude Code for business" --articles 10 --publish

Research Swarm

/research-swarm
SWARM

Multiple research agents cover different angles simultaneously: market data, competitors, customer sentiment, regulatory landscape, and trend analysis.

Best for:

Investment research, entering new markets, strategic planning

$ /research-swarm "AI productivity tools market 2026" --depth comprehensive
05

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)

🚀 Launch a SaaS product end-to-end
🔍 Full digital presence audit for a client
✨ Ship a feature from idea to production
📝 Build a content machine that writes itself
💹 Deep financial + market analysis
🤝 Client onboarding pipeline
🔒 Security hardening sprint
🏹 Product Hunt launch blitz
👥 Hiring sprint (JD → screen → offer)
📊 Quarterly business review

Full instructions in ~/.claude/cs360/WORKFLOW-RECIPES.md after install

06

Troubleshooting

I don't have Claude Code yet — how do I install it?
Claude Code is Anthropic's official CLI. Install it with: 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"
Claude Code isn't installed. Run: 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"
Check your key is exactly 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
Email [email protected] with your license key and old device name. We'll deactivate it within a few hours so you can activate on the new one.
"Permission denied" when running the installer
The shell-pipe method requires execute permission. Try: 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.sh
Skills installed but not showing up in Claude Code
First verify: 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
Check your spam/junk folder first. The email comes from [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
Install WSL2: open PowerShell as Administrator and run 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?
Yes. The installer works on any Linux system with curl and bash. For headless installs, set 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?
Read ~/.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.
07

30-Day Learning Path

Week 1

The Basics

  • Install + verify everything
  • Try 2-3 skills per day
  • Read CHEATSHEET.md
  • Run /seo-audit on your site
  • Try /morning-brief daily
Week 2

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
Week 3

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
Week 4+

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

💬

Need Help?

We respond within 24 hours on business days.

[email protected]