Claude Code skills for business operations — lead scoring, SEO auditing, client reporting, social media, email triage, and more. Built for founders, agencies, and operators who use Claude Code to run their businesses.
The existing Claude Code skills ecosystem is heavily engineering-focused. These skills fill the gap for business ops: CRM management, SEO auditing, client reporting, social media, email triage, financial analysis, and strategic planning.
| Skill | Category | What It Does |
|---|---|---|
| lead-scorer | Sales | Score and qualify inbound leads against your ICP (1-100), classify as Hot/Warm/Cold, recommend next actions |
| seo-auditor | Marketing | Comprehensive on-page SEO audit — title tags, meta descriptions, headings, images, schema, speed, mobile |
| client-report-generator | Reporting | Generate professional client work reports with executive summary, metrics, insights, and next steps |
| social-media-copywriter | Marketing | Platform-specific social media copy for LinkedIn, Instagram, Facebook, and X with hashtags and image prompts |
| email-triage | Operations | Classify emails, draft responses, prioritise by urgency, handle meeting requests, invoices, and queries |
| competitor-analyser | Strategy | Analyse competitor online presence — SWOT analysis, positioning map, gaps, and actionable recommendations |
| invoice-drafter | Finance | Generate professional invoice content with line items, tax calculations, and payment instructions |
| meeting-summariser | Operations | Summarise meetings into decisions, action items with owners/deadlines, open questions, and parking lot items |
| content-brief-writer | Marketing | Create comprehensive content briefs with outlines, keyword strategy, competitor analysis, and CTA plans |
| kpi-dashboard-builder | Analytics | Design KPI dashboard specs tailored to your business vertical with metrics, formulas, and alert thresholds |
Copy the skill files you need into your Claude Code skills directory:
# Copy a single skill
cp skills/lead-scorer.md ~/.claude/skills/lead-scorer.md
# Copy all skills
cp skills/*.md ~/.claude/skills/# Clone the repo
git clone https://github.com/yourusername/claude-code-business-skills.git
# Symlink individual skills
ln -s "$(pwd)/claude-code-business-skills/skills/lead-scorer.md" ~/.claude/skills/lead-scorer.md
# Or symlink the whole directory
ln -s "$(pwd)/claude-code-business-skills/skills" ~/.claude/skills/businessAdd skill references to your ~/.claude/CLAUDE.md or project-level CLAUDE.md:
## Custom Commands
- `/lead-scorer` — Score and qualify inbound leads
- `/seo-auditor` — Run an SEO audit on a URL
- `/client-report` — Generate a client work report/lead-scorer
Score this lead:
- Name: Sarah Chen, VP of Marketing at TechCorp (200 employees, SaaS)
- Source: Downloaded our pricing guide
- ICP: B2B SaaS companies, 50-500 employees, marketing decision makers
/seo-auditor
Audit https://example.com/services
Target keywords: "digital marketing agency", "SEO services"
Page type: Service page
/client-report-generator
Client: Acme Corp
Period: 1-31 March 2026
Work: Redesigned landing page, ran Google Ads campaign, published 4 blog posts
Metrics: Traffic up 23%, leads up 15%, CPA down 12%
Next steps: Launch email nurture sequence, A/B test landing page CTA
/social-media-copywriter
Topic: We just launched our new AI-powered analytics dashboard
Platform: all
Brand voice: Professional but approachable
Goal: Awareness and signups
/email-triage
From: john@client.com
Subject: Urgent - Need updated proposal by Friday
Body: Hi, the board meeting got moved up. Can you send the revised proposal by end of day Friday? They want to see the ROI projections updated with Q1 actuals.
/competitor-analyser
Competitor: RivalCo (https://rivalco.com)
My business: Digital marketing agency specialising in healthcare
Industry: Healthcare marketing
/invoice-drafter
Client: Acme Corp, 123 Business St, Sydney NSW 2000
Services: Website redesign (40 hours @ $150/hr), SEO audit (fixed fee $2,000)
Payment terms: Net 14
Tax: 10% GST
/meeting-summariser
Meeting type: Client call
Attendees: Sarah (Account Manager), John (Client CEO), Lisa (Client CMO)
Notes: [paste raw meeting notes or transcript]
/content-brief-writer
Topic: How to choose a disability service provider
Target audience: NDIS participants and their families
Target keywords: "NDIS service provider", "choose disability services"
Content type: Blog post / guide
/kpi-dashboard-builder
Business type: Digital marketing agency
Objectives: Track client health, team utilisation, revenue growth
Data sources: GoHighLevel CRM, Google Analytics, Xero accounting
Audience: Founder and team leads
We welcome contributions! See CONTRIBUTING.md for guidelines on adding new business skills.
Quick start:
- Fork the repository
- Create a new skill file in
skills/ - Follow the skill format (frontmatter + structured prompt)
- Submit a pull request
MIT — use these skills however you like.