Sandbox
@guia-matthieu/clawfu-skills

Marketing skills pack for Claude Code and MCP

ClawFu Skills packages expert marketing methods as structured skill files that agents can load on demand. The skills are organized by topic in `skills/`, and the README shows both MCP installation and direct skills-directory use for Claude Code and other supported tools.

149 stars27 forksPythonUpdated 5mo ago
Who it's for

Builders who want their agent to follow reusable marketing playbooks across Claude Code, Cursor, Windsurf, or Copilot.

What it delivers

You can give your agent consistent marketing methods for tasks like positioning, copywriting, SEO, and sales without rewriting prompts each time.

What it does

Curated skill library

175 expert marketing skills grouped into 28 categories, including content, strategy, sales, SEO tools, growth, and product.

MCP server install

Run the collection through `npx @clawfu/mcp-skills` in Claude Desktop, Claude Code, or Copilot, and add it to MCP config for Cursor and Windsurf.

Agent-readable skill files

Each skill uses a `SKILL.md` format with a trigger description and a methodology body that agents can load when needed.

Skill templates

`templates/skill-template.md` and `templates/skill-template-v2.md` provide starter formats for new skills.

Build and validation scripts

`scripts/` includes packaging, validation, research, export, and migration tools used to maintain the collection.

How to get it

  1. 1Run
    npx @clawfu/mcp-skills
  2. 2Run
    git clone https://github.com/guia-matthieu/clawfu-skills.git
    # Then use --add-dir or copy to ~/.claude/skills/

README

ClawFu Skills

175 expert marketing methodologies for AI agents. Free. Open source. MIT licensed.

Dunford on positioning. Schwartz on copywriting. Cialdini on persuasion. Ogilvy on advertising. Hormozi on offers. Voss on negotiation. And 160+ more — encoded as structured, agent-readable instructions.

Skills compound. Prompts don't.

Install

Claude Desktop / Claude Code / Copilot (MCP)

npx @clawfu/mcp-skills

Cursor / Windsurf

Add to your MCP config:

{
  "mcpServers": {
    "clawfu": {
      "command": "npx",
      "args": ["@clawfu/mcp-skills"]
    }
  }
}

Clone as Claude Code skills directory

git clone https://github.com/guia-matthieu/clawfu-skills.git
# Then use --add-dir or copy to ~/.claude/skills/

Browse & download individual skills

clawfu.com/skills

Catalog

175 skills across 28 categories:

CategoryCountHighlights
Content24copywriting (Schwartz), storytelling (StoryBrand), persuasion (Cialdini), SEO writing
Strategy17positioning (Dunford), competitive analysis (Porter), JTBD, cognitive biases
Audio16podcast production (Ira Glass), sonic branding, sound design (Murch)
Automation10workflow builder, data visualizer, report generator
SEO Tools8schema markup, lighthouse audit, link checker, keyword clustering
RevOps8pipeline forecasting, forecast scenarios, revenue attribution
Validation8mom test, customer discovery, lean canvas, pricing validation
Sales6sales narrative (Dunford), SPIN selling, MEDDIC, negotiation (Voss)
SDR Automation6lead enrichment, outbound sequencer, ICP scoring
Customer Success6health score, churn predictor, onboarding orchestrator
Video5AI storyboard, video concept, voice design, video QA
AI Design5image-to-3D, web design director, minimalist image director
HR-Ops5resume screener, onboarding guide, interview scheduler
Social5social listening, sentiment analyzer, hashtag analyzer
Legal5contract review, GDPR compliance, terms analyzer
Branding4brand strategy (Neumeier), brand voice, naming
Meta4skill orchestrator, RLM (large codebase), context engineering
Crisis4crisis detector, response coordinator, reputation recovery
Growth4growth loops (Reforge), PLG (Wes Bush), referral systems
Thinking4first principles, inversion, pre-mortem, second-order thinking
Analytics4A/B testing, cohort analysis, funnel analyzer
Product3product discovery (Cagan), design sprint (GV), Shape Up
Leadership3high-output management (Grove), radical candor, one-on-ones
Funnels3DotCom Secrets (Brunson), launch formula, nurture sequences
Startup3YC pitch deck, startup metrics, fundraising narrative
Acquisition2ad spend optimizer, Google Ads (Perry Marshall)
Email2email writing, deliverability checker
DevOps1DNS zonefile config

How it works

Each skill is a SKILL.md file following the Agent Skills open standard:

---
name: positioning
description: "Master product positioning using April Dunford's 5+1 framework. Use when: launching a new product; customers don't 'get it'; facing wrong competitor comparisons; pivoting to a new market"
---

The description tells agents when to use the skill. The body provides the full methodology — frameworks, steps, examples, and output format.

Skills work across Claude, ChatGPT, Copilot, Cursor, Windsurf — any tool that supports the Agent Skills standard or MCP.

Quality

All skills are reviewed against Anthropic's skill authoring best practices:

  • Expert attribution — named source methodology (Dunford, Schwartz, Cialdini...), not generic checklists
  • Agent-first descriptions — "Use when:" trigger terms for reliable discovery
  • Concise — methodology only, no explanations Claude already knows
  • Output contracts — declared output format for composability between skills

Automated quality checks run on every PR via Tessl Skill Review.

Security

Skills are context, not code. They contain markdown instructions only — no executable scripts, no network calls, no file system access.

  • 100% open source and auditable
  • No community uploads or marketplace — curated library only
  • No hidden HTML, comments, or obfuscated content
  • MIT licensed

Contributing

Found an issue? Want to improve a skill? PRs welcome.

Quality bar: every modified SKILL.md is automatically reviewed by the Tessl GitHub Action. Aim for 80%+ score.

License

MIT — see LICENSE.

Links

Built by Matthieu Credou at Guia.

Files in the repo

Repository payload8 top-level entries
  • .github
  • scripts
  • skills
  • templates
  • .gitignore
  • CLAUDE.md
  • LICENSE
  • README.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k
ayghri/
i-have-adhd

A skill to stop your coding agent from burying the answer. ADHD-friendly output.

38k
mvanhorn/
last30days-skill

AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary

62k
Nanako0129/
sepia

De-AI writing skill for any Agent Skills-compatible agent (77+ via the Skills CLI), with native plugins for Claude Code, Codex, Grok Build, and Antigravity. Narrative-architecture repair for fiction, venue-matched rules for professional prose. Based on StoryScope (arXiv:2604.03136).

2.5k
Imbad0202/
academic-research-skills

Academic Research Skills for Claude Code: research → write → review → revise → finalize

48k

Agent skill that removes signs of AI-generated writing from text

46k