Skip to main content

Top 10 Claude Code Skills for Marketing, Prospecting & Business Growth (2026)

· 11 min read
Yassine El Haddad
Software Developer & Automation Specialist

I build production AI agents, web scrapers, and automation pipelines. Most of what I publish here comes from the actual problems they run into: proxies that get banned, anti-bot stacks that fingerprint your client, RAG that drifts when the underlying data moves. Stack: Python, TypeScript, Go, FastAPI, LangChain, Crawlee, Playwright, deployed on AWS, GCP, and Cloudflare.

Claude Code's Skills system turns it from a coding assistant into a configurable business operations agent. Skills are sharable instruction packages (Markdown files with scripts, templates, and evaluation criteria, invoked as slash commands) that you install in your project's .claude/skills/ directory. New to the tool? You can try Claude free for a week before committing to a paid plan.

This guide covers the 10 most impactful skills for marketing, prospecting, and business growth. Skills 1–5 include complete, ready-to-install SKILL.md files. Skills 6–10 are quick-reference starters, so expand them with your own guardrails and output formats before using in production.

TL;DR:

#SkillBusiness use caseSetup time
1SEO AuditTechnical SEO analysis and opportunity identification10 min
2Lead ResearcherResearch and enrich prospect companies10 min
3Content PipelineResearch → draft → format content15 min
4Competitor AnalyzerTrack competitor moves and changes10 min
5Email DrafterPersonalized outreach and follow-ups10 min
6Customer Relationship Management (CRM) EnrichmentEnrich CRM contacts with web data10 min
7Financial ReporterWeekly/monthly financial summaries10 min
8Social Media ManagerDraft platform-optimized posts10 min
9Brand Mention MonitorTrack brand mentions and sentiment10 min
10Compliance CheckerReview content for regulatory issues10 min

Prerequisites:

  • Claude Code installed (curl -fsSL https://claude.ai/install.sh | bash on macOS/Linux/WSL, or irm https://claude.ai/install.ps1 | iex in Windows PowerShell) with a paid Claude Pro ($20/mo) or Claude Max (from $100/mo: 5x plan at $100, 20x plan at $200; see anthropic.com/pricing)
  • Model Context Protocol (MCP) servers configured (Apify, Google Sheets), as needed per skill

How Claude Code Skills work

Skills are Markdown files with YAML frontmatter, placed in .claude/skills/:

your-project/
├── .claude/
│ └── skills/
│ ├── seo-audit/
│ │ └── SKILL.md
│ ├── lead-research/
│ │ └── SKILL.md
│ └── content-pipeline/
│ └── SKILL.md
├── CLAUDE.md
└── ...

When you reference a skill, Claude Code reads its instructions and follows the defined workflow. Skills can reference MCP tools, external APIs, and other skills.


Skill 1: SEO audit

Analyzes any URL for technical SEO issues, content quality, and optimization opportunities.

mkdir -p .claude/skills/seo-audit

Create .claude/skills/seo-audit/SKILL.md:

---
name: seo-audit
description: Technical SEO audit of a website URL with actionable recommendations
---

## Workflow
1. Use Firecrawl or Apify MCP to scrape the target URL
2. Analyze the HTML for: title tag, meta description, H1 structure,
image alt tags, internal links, page speed indicators
3. Check for common SEO issues: duplicate titles, missing meta,
orphan pages, broken links, no canonical tag

## Output Format
Produce a structured report:

### Summary
- Overall SEO score (1-100)
- Top 3 critical issues

### Technical Issues
| Issue | Severity | Page | Fix |
|-------|----------|------|-----|

### Content Opportunities
- Missing H2/H3 subheadings
- Thin content pages (<300 words)
- Keyword cannibalization risks

### Action Plan
Prioritized list of fixes with estimated impact (high/medium/low)

## Data Sources
- Use Apify MCP or Firecrawl MCP for page content
- Use Brave Search MCP for **live** search snapshots (spot-check visibility, not a full rank-history or SEO suite)

Usage: claude "Run an SEO audit on https://example.com using the seo-audit skill"


Skill 2: Lead researcher

Researches a prospect company and returns a structured intelligence brief.

Create .claude/skills/lead-research/SKILL.md:

Define your Ideal Customer Profile (ICP) in CLAUDE.md so the skill can score prospect fit; the template below labels that score ICP Fit Score.

---
name: lead-research
description: Research and enrich a prospect company with web data
---

## Workflow
1. Use Apify MCP to scrape the company's website (homepage, about, pricing)
2. Use Brave Search MCP to find recent news, funding, and press mentions
3. Analyze scraped data to extract:
- Company size (employee estimate)
- Industry and business model
- Product/service offerings
- Tech stack signals (from job postings, website tech)
- Recent news and milestones
- Key decision makers (from team/about page)

## Output Format
### Company Intelligence Brief: {company_name}

**Overview:** One paragraph summary
**Size:** Employee count and revenue tier estimate
**Industry:** Primary industry and sub-segments
**Products:** Key offerings with pricing if available
**Tech Stack:** Technologies detected
**Recent News:** Last 3-5 mentions
**Decision Makers:** Names and titles found
**ICP Fit Score:** 1-10 based on [reference CLAUDE.md ICP definition]
**Recommended Outreach Angle:** Personalized approach based on findings

## Important
- Only report information found from public sources
- Flag when data is estimated vs confirmed
- Include source URLs for all key claims

Usage: claude "Research Acme Corp using the lead-research skill"

For the full lead gen pipeline, see AI Lead Generation Playbook.

Note on data and compliance: This skill may process contact information and company data. Ensure your use complies with applicable privacy regulations, including the General Data Protection Regulation (GDPR) and CCPA, etc., your CRM's terms of service, and your organization's data-handling policies. This skill is not a substitute for legal review.


Skill 3: Content pipeline

Researches, drafts, and formats content following your brand guidelines.

Create .claude/skills/content-pipeline/SKILL.md:

---
name: content-pipeline
description: Research, draft, and format blog content following brand guidelines
---

## Brand Voice (customize this)
- Authoritative but approachable
- Data-driven: every claim needs a source
- No marketing fluff; the audience is technical professionals
- Use code examples and data tables where relevant
- First person plural (we/our) sparingly; prefer direct instruction

## Pipeline Steps
1. **Research:** Use Apify MCP to scrape 5-10 relevant sources on the topic
2. **Outline:** Create H2/H3 structure with key data points from research
3. **Draft:** Write 2,000-4,000 word article following brand voice
4. **Format:** Add:
- SEO-optimized title (under 60 characters)
- Meta description (under 155 characters)
- Internal links to existing content
- FAQ section (5-8 questions)
- Call-to-action aligned with business goals
5. **Review:** Self-check for:
- All claims have sources
- No unsupported statistics
- Proper heading hierarchy (one H1)
- Images described (alt text suggestions)

## Output Format
Deliver as Markdown with frontmatter compatible with [your CMS].

Usage: claude "Use the content-pipeline skill to write an article about [topic]"


Skill 4: Competitor analyzer

Monitors and analyzes competitor changes from web data.

Create .claude/skills/competitor-analysis/SKILL.md:

---
name: competitor-analysis
description: Analyze a competitor's current positioning, pricing, and strategy
---

## Workflow
1. Use Apify MCP to scrape competitor's: pricing page, features page,
blog (last 5 posts), changelog, careers page
2. Use Brave Search MCP for: recent press, product announcements, reviews

## Analysis Framework
1. **Pricing Analysis:** Plans, pricing, feature tiers, free trial
2. **Product Positioning:** How they describe themselves, target audience
3. **Recent Moves:** New features, pricing changes, partnerships
4. **Hiring Signals:** Open roles by department (→ product direction)
5. **Content Strategy:** Blog frequency, topics, SEO focus keywords
6. **Market Perception:** Review scores (G2, Capterra), sentiment

## Output Format
### Competitor Analysis: {competitor_name}
Date: {today}

[Structured sections following the framework above]

### Strategic Implications for Us
- Where we're stronger
- Where they're stronger
- Opportunities to differentiate
- Threats to address

### Recommended Actions
Prioritized list with effort estimates

Usage: claude "Analyze [competitor name] using the competitor-analysis skill"

For automated monitoring, see AI Competitive Intelligence Dashboard.


Skill 5: Email drafter

Creates personalized outreach emails using prospect research data.

Create .claude/skills/email-drafter/SKILL.md:

---
name: email-drafter
description: Draft personalized outreach emails based on prospect research
---

## Email Types
- **Cold outreach:** First contact with a prospect
- **Follow-up:** Reminder after no response (3-5-7 day cadence)
- **Meeting request:** Request a call or demo
- **Post-meeting:** Thank you and next steps
- **Re-engagement:** Reach out to dormant leads

## Rules
- Subject lines under 50 characters, no clickbait
- Opening line references something specific about the prospect
- Body is under 150 words
- One clear call to action (CTA): calendar link, reply, or specific question
- Professional tone, not salesy
- Never lie or fabricate compliments
- Always include unsubscribe option for cold outreach

## Output Format
Subject: {subject_line}

{email_body}

---
Why this works: {brief explanation of the personalization angle}
Alternative subject: {backup subject line}

Usage: claude "Draft a cold email to the CTO of [company] using the email-drafter skill. Context: [what you know about them]"


Skills 6–10: Quick reference

Skill 6: CRM Enrichment

---
name: crm-enrichment
description: Enrich CRM contacts with web-scraped data
---

For each contact: scrape their company website via Apify MCP, extract
company size, industry, tech stack, and recent news. Output as a CSV
or JSON that can be imported into your CRM (HubSpot, Salesforce, Clay).

Note on data and compliance: This skill may process contact information and company data. Ensure your use complies with applicable privacy regulations (GDPR, CCPA, etc.), your CRM's terms of service, and your organization's data-handling policies. This skill is not a substitute for legal review.

Skill 7: Financial Reporter

The template below references MRR and Annual Recurring Revenue (ARR) alongside other financial metrics.

---
name: financial-reporter
description: Generate weekly/monthly financial summary from spreadsheet data
---

Read financial data from Google Sheets MCP. Calculate: revenue trends,
expense categories, MRR/ARR, burn rate, runway. Output as an executive
summary with tables and key metrics highlighted.

Skill 8: Social Media Manager

---
name: social-media
description: Draft platform-optimized social media posts
---

Given a topic or URL, create posts for LinkedIn (100-200 words,
professional), Twitter/X (under 280 chars, engaging), and a thread
idea (5 tweets). Follow brand voice guidelines from CLAUDE.md.

Skill 9: Brand Mention Monitor

---
name: brand-monitor
description: Track brand mentions and sentiment across the web
---

Use Apify Google Search Scraper MCP to search for brand mentions.
Use Brave Search MCP for news. Classify each mention as positive,
neutral, or negative. Alert on negative mentions or competitor
comparisons. Weekly digest format.

Skill 10: Compliance Checker

---
name: compliance-check
description: Review content for regulatory and brand compliance
---

Check content for: misleading claims, unsupported statistics,
competitor disparagement, GDPR-sensitive personal data, terms
that require legal approval (guarantee, warranty, promise),
and accessibility issues (alt text, contrast).

Installing all 10 skills

Quick setup script:

# Create the skill directories
for skill in seo-audit lead-research content-pipeline competitor-analysis \
email-drafter crm-enrichment financial-reporter social-media \
brand-monitor compliance-check; do
mkdir -p .claude/skills/$skill
echo "Created .claude/skills/$skill/"
done

echo "Now create SKILL.md in each directory using the templates above."
echo "Then run: claude 'List all available skills'"

Combining skills for compound workflows

The real power is chaining skills:

claude "Use the lead-research skill to research Acme Corp, then use
the email-drafter skill to draft a cold email to their CTO based
on the research findings."
claude "Use the competitor-analysis skill to analyze our top 3
competitors, then use the content-pipeline skill to write a
comparison blog post based on the findings."
claude "Use the brand-monitor skill to check our mentions this week,
then use the social-media skill to draft response posts for
any positive mentions."

Frequently Asked Questions

MCP servers provide tools (data access, API calls). Skills provide instructions (workflows, prompts, output formats). A skill often uses MCP tools: 'Use the Apify MCP server to scrape the competitor's pricing page, then analyze it using this framework.' Think of MCP as capabilities and skills as playbooks.

Yes. Skills are Markdown files in your Git repository (.claude/skills/). Every team member who clones the repo gets the same skills. This is a major advantage: institutional knowledge is codified and version-controlled.

No hard limit. Claude Code loads skills on demand when referenced. For practical purposes, keep skills focused (one task per skill) and organized in clear directories. 10-20 skills is a common range for business teams.

Claude Pro ($20/mo) handles most business skill workflows. Claude Max (from $100/mo: 5x plan at $100, 20x plan at $200; see anthropic.com/pricing) is worth it for teams running high-volume operations (50+ skill invocations per day) or needing priority access during peak usage.

Claude Code skills (.claude/skills/) are specific to Claude Code. Cursor uses **`.cursor/rules/`** (and sometimes legacy `.cursorrules`) for project rules. GitHub Copilot has Copilot Instructions. The workflow logic is transferable, but the file format is tool-specific.

Lead Researcher (Skill 2). It provides immediate value for sales teams with minimal setup. Follow with Content Pipeline (Skill 3) for marketing teams. SEO Audit (Skill 1) is great for one-time assessments.


Claude Code skills transform a coding assistant into a business operations layer, one that understands your brand, follows your processes, and gets smarter as you refine the instructions. The 10 skills above cover marketing, sales, operations, and compliance.

Install your first skill, run it once, refine the output, and share it with your team through Git.

Install Claude Code and set up your CLAUDE.md today. For web data skills, sign up on Apify and install the MCP server.

Common mistakes and fixes

Claude Code doesn't recognize installed skills.

Skills must be in .claude/skills/ with a valid SKILL.md file containing YAML frontmatter (name, description). Restart Claude Code after adding new skills.

Skills produce inconsistent results across sessions.

Add more specific instructions and examples to the SKILL.md file. Include few-shot examples of expected outputs. Specify exact output formats.

Skills conflict with CLAUDE.md instructions.

Skills complement CLAUDE.md. CLAUDE.md defines project-wide rules, skills define task-specific workflows. Ensure there are no contradictions between them.