GTM Workflows 14 min read

Claude Code Skills for Marketing: Build Your Own AI Toolkit

How to build a custom skills library that turns Claude Code into your marketing team's operating system. A practitioner's guide to the skills that actually matter for GTM work.

Travis Hurst ·

TL;DR: Claude Code skills are reusable instruction sets that turn a general-purpose AI into a specialized marketing machine. Instead of re-explaining your brand voice, your content structure, or your campaign framework every time you start a chat — you build it once as a skill and invoke it with a keyword. I run 40+ skills across my GTM workflows, and I teach non-technical marketing professionals how to build their own in my workshops. Here’s how to think about skills strategically — not just technically.


In this article:


There’s a moment in every workshop I teach where something clicks.

Someone — usually a marketing leader or an AE who’s been using ChatGPT for months — says some version of: “Wait, so I don’t have to explain my brand voice every time I start a new conversation?”

No. You don’t.

That’s what skills do. They’re the layer that turns Claude Code from a smart chatbot into a system that knows how you work.

And here’s what most of the content out there gets wrong about skills: they treat them as a technical feature to document. “Here’s how to write a SKILL.md file. Here’s the frontmatter format. Here are 25 skills you can install from GitHub.”

That’s fine. But it’s like explaining a hammer without talking about what you’re building.

The real question isn’t how do I create a skill. It’s which skills should I build, and in what order, so that my AI toolkit gets more powerful over time.


What Skills Actually Are (For Non-Technical People)

A skill is a set of instructions that Claude Code loads when it’s relevant — and ignores when it’s not.

Think of it this way: if Claude Code is a smart new hire, skills are the SOPs you give them. “When someone asks you to write a landing page, here’s how we do it. Here’s the format, the structure, the frameworks we use, and the quality bar.”

Without skills, you’re giving that new hire instructions from scratch every single conversation. With skills, they already know the playbook.

How they work technically (the 30-second version)

A skill lives in a folder inside your project:

.claude/skills/skill-name/SKILL.md

The SKILL.md file has two parts:

  1. Frontmatter — tells Claude when to use the skill (trigger words, description)
  2. Instructions — the actual playbook Claude follows

That’s it. No code. No API. A markdown file with instructions.

When you say something that matches a skill’s triggers — like “write me a landing page” or “help me with SEO” — Claude automatically loads the right skill and follows its playbook. Or you can invoke one directly by typing /skill-name.


Why Skills Matter More Than People Think

Here’s the thing nobody talks about: skills are how you encode institutional knowledge into AI.

Every marketing team has a way they do things. How you structure blog posts. How you write email subject lines. Which frameworks you use for positioning. What your brand voice sounds like. What your buyer personas care about.

Without skills, all of that lives in your head (or in scattered Google Docs nobody reads). Every time you use Claude Code, you’re starting from zero — re-explaining your standards, your preferences, your approach.

With skills, you build it once. Then it compounds.

Your brand voice file feeds into your copywriting skill. Your copywriting skill references your positioning framework. Your content atomizer skill knows your LinkedIn posting style. Each skill builds on the context that other skills and files have already established.

This is the same compounding effect I talk about with battle cards — the files you build make every future workflow faster and better. Skills are the mechanism that ties it all together.


The Skills That Actually Matter for GTM Work

I run 40+ skills across my marketing workflows. But you don’t need 40 on day one. Here’s how I think about which skills to build first, organized by when they pay off.

Tier 1: Foundation Skills (Build These First)

These are the skills that make every other skill better. They’re the foundation layer.

Brand Voice — Extracts or defines your brand’s voice so every piece of content sounds like your company. Two modes: analyze existing content you’re proud of, or build a voice from scratch. This feeds into everything — copy, emails, social, battle cards.

When you say “help me define my voice” or “make this sound like me,” Claude loads this skill automatically.

Positioning Angles — Finds the angle that makes something sell. Use it before writing landing pages, lead magnets, or launch copy. Outputs 3-5 distinct positioning options with headline directions for each.

Orchestrator — The skill that routes you to other skills. When you say “help me with marketing” or “where do I start,” it asks qualifying questions, diagnoses your situation, and recommends which skills to run in what order. Think of it as a fractional CMO that knows your whole toolkit.

Tier 2: Content Production Skills

Once your foundation is set, these skills handle the day-to-day of producing content.

Copywriting — For any marketing page: homepage, landing pages, pricing pages, feature pages. Not generic copy — this skill references your brand voice, your positioning, and your audience to produce pages that sound like your company.

SEO Content — Takes a target keyword and produces a complete article optimized for search while reading like a human wrote it. Includes SERP analysis, content brief, and the actual draft. This is how I produce the articles on this blog.

Content Atomizer — Transforms one piece of content into platform-native assets across LinkedIn, Twitter/X, Instagram, TikTok, and YouTube. One blog post becomes 13 pieces of content. Not generic repurposing — each piece matches the platform’s format and algorithm signals.

Email Sequences — Builds welcome sequences, nurture campaigns, launch sequences. Includes subject lines, timing, and full copy. Knows the difference between a warm welcome email and a re-engagement nudge.

Tier 3: Growth & Optimization Skills

These kick in when you’re ready to optimize what’s already working.

Page CRO — Conversion rate optimization for any marketing page. Analyzes what’s working, what’s not, and provides specific recommendations with priority rankings.

A/B Test Setup — Designs experiments with proper hypotheses, success metrics, and statistical rigor. Saves you from the classic “we tested it but the results don’t mean anything” problem.

Keyword Research — Strategic keyword research without expensive tools. Uses a 6 Circles Method to expand from seed keywords, clusters into content pillars, and maps to a prioritized content plan. This is the skill that powered the NativeGTM content strategy.

Analytics Tracking — Sets up GA4, conversion tracking, UTM parameters, tag manager — all the measurement infrastructure that marketing teams need but rarely build properly.

Tier 4: Specialized Skills

These are role-specific or workflow-specific. You build them when you need them.

Competitor Alternatives — Creates comparison and alternative pages for SEO. “Klue alternative,” “Competitor X vs. Competitor Y” — the pages that capture high-intent search traffic.

Launch Strategy — Plans product launches, feature announcements, and release strategies. Covers phased launches, channel strategy, and maintaining momentum after launch day.

Playbook Creator — Generates Good/Better/Best tiered implementation guides. Each playbook shows readers how to implement at their comfort level — from a quick version to the comprehensive approach.

Marketing Psychology — 70+ mental models for marketing. When you need to understand why people buy, how to frame an offer, or which cognitive bias to leverage in your messaging.


How to Build Your First Custom Skill

The skills I listed above come pre-built — you install them and they’re ready. But the real power is building skills specific to your workflows.

Here’s the process I teach in workshops. It takes about 5 minutes.

Step 1: Identify the workflow you repeat

Think about what you explain to Claude Code over and over. That’s your first skill.

Common examples from workshop participants:

  • “Write a LinkedIn post in my specific style and format”
  • “Create a weekly campaign report with these exact KPIs”
  • “Draft a customer case study following our template”
  • “Research a prospect before a sales call”

Step 2: Create the folder and file

mkdir -p .claude/skills/your-skill-name

Then create SKILL.md with this structure:

---
name: your-skill-name
description: "What it does. Triggers on: keyword1, keyword2, keyword3."
---

Step 3: Write the instructions

This is the part that matters. Your instructions should include:

  • When to use this skill — what situations trigger it
  • The process to follow — step by step, in order
  • Quality standards — what “good” looks like
  • Examples — show Claude what the output should resemble
  • What to avoid — common mistakes, things that don’t match your brand

Here’s a real example — a simplified version of a LinkedIn post skill:

---
name: linkedin-post
description: "Write LinkedIn posts in Travis's voice. Triggers on: linkedin post, write a post, social content."
---

# LinkedIn Post Skill

Write posts that match Travis's LinkedIn style:

## Voice Rules
- Conversational and direct — like talking to a friend
- Short paragraphs (1-3 sentences max)
- Start with the outcome or observation, not the setup
- Use em dashes liberally
- No corporate jargon, no "leverage," no "synergy"
- End with a genuine invitation, never pushy

## Structure
- Hook in first 2 lines (this shows above the fold)
- One clear insight or story
- Specific examples, not generic advice
- Close with engagement prompt or CTA

## What to Avoid
- Hashtag spam
- "I'm humbled to announce" energy
- Lists of 10+ items
- Posts that read like blog excerpts

Step 4: Test it

Type something that matches your trigger words. Claude should automatically load the skill. If it doesn’t, check your frontmatter — the description field is what Claude uses to decide when to invoke.

That’s the whole process. No code, no configuration beyond a markdown file.


How Skills Compound (The Part Everyone Misses)

Here’s what makes skills fundamentally different from saving prompts in a Google Doc: skills reference each other and share context.

Your brand voice skill produces a voice profile. Your copywriting skill reads that profile. Your email sequence skill reads it too. Your content atomizer references your LinkedIn posting style. The orchestrator skill knows about all the other skills and routes work to the right one.

Add your competitor dossiers, buyer personas, and CLAUDE.md project file into the mix — and you have a system where Claude Code knows your brand, your audience, your competitors, and your workflows. Every new skill you add inherits all of that context.

This is why I start every workshop with brand voice and Claude.md setup before touching skills. The foundation files make every skill better. And every skill you add makes the next workflow you build more powerful.

One of my workshop participants described it as “building a marketing team that never forgets anything.” That’s pretty close.


The “Install vs. Build” Decision

There are solid open-source skill collections available — Corey Haines’ marketing skills pack has 25+ skills covering CRO, copywriting, SEO, and growth engineering. Anthropic’s official skills repo has community-contributed skills across domains.

So when should you install pre-built skills vs. build your own?

Install pre-built when:

  • You need general-purpose marketing frameworks (CRO best practices, email sequence structures)
  • You’re getting started and want a foundation quickly
  • The workflow is industry-standard, not unique to your company

Build custom when:

  • The workflow is specific to your company, brand, or role
  • You need the skill to reference your brand voice, personas, or other local files
  • The pre-built version is too generic for your standards
  • You have a repeating process that nobody else does quite the same way

From my experience, most people start with pre-built skills and gradually replace them with custom versions as they learn what works for their specific situation. That’s the right path.


What a Working Skills Library Looks Like

Here’s what my actual skills directory looks like — 43 skills across these categories:

CategorySkillsExamples
Content & Copy8Copywriting, direct response, email sequences, newsletter, content atomizer
CRO & Optimization6Page CRO, signup flow, onboarding, form optimization, popup, paywall
SEO & Discovery4SEO audit, SEO content, keyword research, programmatic SEO, schema markup
Strategy & Research5Positioning angles, brand voice, marketing psychology, marketing ideas, pricing
Growth4Launch strategy, referral programs, free tool strategy, lead magnets
Paid & Social3Paid ads, social content, A/B testing
Design & Creative6AI image generation, product photos, social graphics, product video, creative strategy
Workflow3Orchestrator, playbook creator, competitor alternatives

Nobody needs all 43 on day one. But seeing the full picture helps you understand what’s possible when you’ve been building for a while.

The key insight: every skill in this library talks to the others. The orchestrator knows about all of them. The copywriting skill references the brand voice skill. The content atomizer knows the social content skill’s format rules. It’s a system, not a collection.


Getting Started: Your First 5 Skills

If you’re building from scratch, here’s the order I recommend:

  1. Brand Voice — Everything else depends on this. Extract your voice, save it as a file, reference it everywhere.
  2. Orchestrator — So Claude knows what skills are available and can route work to the right one.
  3. Copywriting — Your most common content task, now on-brand by default.
  4. Content Atomizer — Multiply everything you create across platforms.
  5. One custom skill for your most-repeated workflow — Whatever you find yourself explaining to AI over and over.

That’s your starter toolkit. Each one takes about 5 minutes to set up if you’re using pre-built versions, or 10-15 if you’re customizing.

And remember — each skill you add makes the whole system more capable. Your 10th skill will be dramatically better than your 1st, because it inherits all the context and quality standards you’ve already built.


FAQ

Do I need to be technical to create skills?

No. Skills are markdown files — plain text with some formatting. If you can write a Google Doc, you can create a skill. The SKILL.md file is just instructions written in natural language with a small YAML header at the top.

How many skills should I start with?

Start with 3-5 foundation skills. Brand voice, orchestrator, and your most-used content workflow. Add more as you identify repeating patterns in your work. Don’t try to build 40 skills on day one — build them as you need them.

Can I share skills across my team?

Yes. Skills live in your project’s .claude/skills/ folder. If your project is in a shared repo or cloud-synced folder, your whole team gets the same skills. This is how teams standardize their AI workflows — everyone runs the same playbooks.

How are skills different from Claude.md?

Claude.md is always-on context — rules and preferences that apply to every conversation. Skills are loaded on-demand — they activate only when relevant. Think of Claude.md as your “always remember this” file, and skills as “here’s how to do this specific thing.” They work together — Claude.md sets the baseline, skills handle specific workflows.

What if a skill produces output I don’t like?

Update the SKILL.md with clearer instructions. Add “what to avoid” sections. Include examples of good and bad output. Skills get better the more specific your instructions are — just like training a team member.

Can skills call other tools or APIs?

Skills can include executable scripts and reference external tools, but the core power is in the instructions layer. Most marketing skills don’t need code — they’re frameworks and quality standards. If you need API integrations, that’s where MCP connections and scripts come in.

Are these the same skills available in the Claude Code marketplace?

Some of the pre-built skills I mentioned are available through the marketplace and community repos. But the real value is in customizing them for your brand, your voice, and your specific workflows — which is what makes them compound over time.


Build the Toolkit, Not Just the Tool

Skills are the mechanism that turns Claude Code from a tool you use into a system that works for you. Every skill you build carries your brand voice, your quality standards, and your institutional knowledge. And every new skill you add inherits everything you’ve already built.

This is one of the core modules in my Claude Code workshops for GTM professionals. On Day 2, every participant builds and tests their first custom skill — and installs a package of 20+ pre-built GTM skills they can start using immediately. By the end of the session, they have a working skills library customized to their company, not a generic toolkit.

If you’re not ready for a workshop but want to keep learning, the NativeGTM newsletter covers new skills, workflow patterns, and use cases every week — all from a practitioner’s perspective, not a developer’s.

The skills library you build today makes tomorrow’s workflows faster. And the one after that, faster still. That’s the compounding effect — and it’s why the marketers who figure this out first are going to have a real advantage.

Want to build workflows like these?

The NativeGTM workshop is a hands-on, 2-day intensive where you build real AI workflows for your specific role.

See Workshops