Skip to main content
Sign up free - 75 bonus AI credits + 15 weekly
Intempt

Claude Code skills: what they actually are and which ones earn their install

Harish Kumar
Harish Kumar
Growth Marketer·7 min read

Published: August 10, 2026

TL;DR

A Claude Code skill is a versioned SKILL.md file with a stated method - inputs, framework, output shape - that Claude Code reads from a local folder. Same skill, same output shape, every run. That's the whole point. This is the hub post for the skill catalog: what a skill is, how it differs from a prompt, how to install a pack in 30 seconds, and the 6 role-specific packs (SDR, AE, GTM Engineer, Data Analyst, Lifecycle Marketer, CRO, Brand & Content) with their earn-their-install ranking. Start with the pack that matches your desk, not the skill that sounds coolest.

Everyone with a prompt library learned the same lesson: prompts don't survive contact with a second person. What worked in one chat drifts in the next, the output changes shape depending on how the question was phrased that day, and "just paste this into Claude" isn't a system - it's a note.

Claude Code skills fix that at the primitive layer. A skill is a versioned SKILL.md file with a stated method - inputs it asks for, the framework it applies, the shape of the output it returns. Two people running the same skill get the same output shape. The skill from three months ago still produces the same shape today. That's the whole reason to run work as a skill instead of a prompt.

This post is the hub for the Claude Code skills catalog: what a skill is at the file level, how to install a pack in about 30 seconds, and the 6 role-specific packs with an honest earn-their-install ranking per pack. If you already know the primitive and just want the pack for your role, jump to the role that matches your desk.

What is a Claude Code skill

A Claude Code skill is a versioned SKILL.md file that Claude Code reads from a local .claude/skills/ folder. Inside the file: the inputs the skill asks for, the framework it applies to those inputs, the output shape it returns, and a version stamp. That structure is the whole thing - a skill is not a plugin, not a tool call, not an API. It's a Markdown file with a defined method, and Claude Code loads it at startup so it's available by name in the session.

The output shape is the reason skills work where prompts don't. When two SDRs run the-list-builder on their own ICP definitions, they both get a scored prospect list with evidence per lead, ranked Hot/Warm/Cold/Skip, in the same columns. Same skill, same shape, different data. Nobody has to negotiate what "good output" looks like every time.

Anthropic ships skills as a core primitive of Claude Code, so this isn't a workaround - it's the intended surface for how repeat work runs inside the tool.

A SKILL.md file has four sections: metadata and version, inputs, framework, output shape - and produces the same shape on every run

How Claude Code skills differ from prompts

PromptClaude Code skill
Where it livesIn your head, or a Notion doc, or scattered chat logsA versioned SKILL.md file in .claude/skills/
Output shapeWhatever the model returned that dayFixed - inputs and output columns are declared
ReproducibilityYou paraphrase every timeSame input, same shape
SharingCopy-paste, hope the recipient adapts itInstall a pack once, everyone runs the same skill
UpdatesYou edit the doc, others don't knowVersion bumps in the repo; npx skills add pulls the latest
CompositionManual - you chain prompts by handSkills reference each other by name inside a pack

The composition row is where most teams see the payoff. Inside a pack, the-flow-architect reads the segment definitions the-lifecycle-mapper produced. the-cold-opener inherits the ICP from the-list-builder. That's not something you can do reliably with a prompt library - the outputs of one prompt don't have a defined shape for the next prompt to consume.

Prompts drift by design; skills produce the same output shape every run

Install a pack in about 30 seconds

One command installs a whole pack into your project's .claude/skills/ folder. Restart Claude Code afterward - skills load at startup, so a running session won't see them.

bash
# Install a pack (SDR, in this example)
npx skills add sidchaudhary/gtm-skills/skills/sdr

# Restart Claude Code, then confirm:
# "What skills do you have available?"

You can install a single skill by appending its folder name, e.g. .../skills/sdr/the-list-builder. The pack install is the better default because skills reference each other inside a pack - a partial install produces worse output than a full one.

The 6 role-specific packs

Each pack maps to one GTM role and covers the work that role actually does across a week. The count varies - the SDR pack ships 12 skills, the GTM Engineering pack ships 8, the Brand & Content pack ships 7 - because the number of distinct jobs varies by role, not because we padded any pack.

1. SDR (12 skills) - list, opener, sequence, reply handling

Outbound breaks in a predictable order - the list is wrong, so the opener can't be specific, so the sequence gets longer, so replies get worse, so nobody handles them. The SDR pack attacks it in the same order it breaks. List builders, list cleaners, cold openers, sequence audits, reply classifiers, and no-show recovery. Start with the-list-cleaner if replies are low - it's almost always a list problem wearing a copy costume.

Full breakdown: 12 best Claude Code skills for SDRs. Install: npx skills add sidchaudhary/gtm-skills/skills/sdr.

2. Account Executive (10 skills) - deal execution, objection handling, renewals

The AE pack is the part of the sales job that happens after someone agrees to talk. Deal scoring, transcript mining, objection playbooks, win-loss analysis, negotiation prep, renewal tracking. The-deal-gauge is the first-install skill for most AEs because it produces a defensible pipeline read against dual health-plus-intent criteria, not a gut score.

Full breakdown: 10 best Claude skills for sales. Install: npx skills add sidchaudhary/gtm-skills/skills/account-executive.

3. GTM Engineer (8 skills) - routing, automation, feed audits

The GTM plumbing layer between marketing and sales: MQL scoring models, lead routing rules with real tie-break logic, workflow automation with error handling, catalog feed audits, and a launch readiness gate. This is the pack that pays off when handoffs are broken and speed-to-lead is measured in hours instead of minutes.

Full breakdown: 8 best Claude skills for GTM engineering. Install: npx skills add sidchaudhary/gtm-skills/skills/gtm-engineer.

4. Data Analyst (13 skills) - Shopify, ads, and returns exports

The Data Analyst pack turns raw exports into decisions. Margin stacks (CM1/CM2/CM3) from revenue and cost lines, cohort tables from acquisition dates, weekly readouts from performance summaries, benchmark checks against real sources, anomaly alerts with a stated method, and dashboard blueprints. Every skill has a stated method you can inspect - the numbers don't come from vibes.

Full breakdown: 13 best Claude skills for data analysts. Install: npx skills add sidchaudhary/gtm-skills/skills/data-analyst.

5. Lifecycle Marketer (9 skills) - retention, email, referral

Lifecycle work is a stack of specialized jobs pretending to be one job. The pack breaks it into stages that actually have a name - segment, journey, campaign, save, repeat, refer - and gives each one a method with a defined output. the-lifecycle-mapper is the first install; segment definitions upstream of everything else in the pack.

Full breakdown: 9 best Claude skills for lifecycle marketing. Install: npx skills add sidchaudhary/gtm-skills/skills/lifecycle-marketer.

6. CRO / Experimentation Lead (10 skills) - test design, funnel diagnosis, personalization

The CRO pack goes from "conversion is down" to a specific edit brief. Funnel leak diagnosis, hypothesis writing, Bayesian test design with proper priors, variant routing rules, holdout definitions, and post-test synthesis. the-hypothesis-engine is the first install - it's the skill that stops teams from calling winners three days into a test.

Full breakdown: 10 best Claude skills for CRO and A/B testing. Install: npx skills add sidchaudhary/gtm-skills/skills/experimentation-lead.

7. Brand & Content / Designer (7 skills) - voice capture, hooks, scenes, citability

The Brand & Content pack captures voice from work you already like, generates hook variants scored against psychological frameworks, directs photography and scene composition, and audits whether your published content is actually citable by AI answer engines. Start with the-voice-fingerprint - every other skill in the pack runs better when it can inherit a real voice profile.

Full breakdown: 7 best Claude design skills for brand and content. Install: npx skills add sidchaudhary/gtm-skills/skills/brand-designer.

Which pack earns its install first, per role

Your deskInstall this pack firstFirst skill to run
SDR / outboundsdrthe-list-cleaner
Account Executiveaccount-executivethe-deal-gauge
GTM Engineer / RevOpsgtm-engineerthe-routing-engine
Data Analyst / Head of Growthdata-analystthe-store-pulse (Shopify) or the-kpi-blueprint (SaaS)
Lifecycle Marketerlifecycle-marketerthe-lifecycle-mapper
Experimentation Lead / CROexperimentation-leadthe-hypothesis-engine
Brand Designer / Contentbrand-designerthe-voice-fingerprint

The pattern across every row: the first skill to install is an audit or definition skill, not a generation skill. Fix the input before you scale the output. A cold opener written against a bad list is a copy problem you can't solve with copy. A journey designed against a fuzzy segment is a design problem you can't solve with design. The audit skill goes first because everything downstream inherits from it.

Where Claude Code skills fit alongside Intempt

Skills produce strategy, definitions, and drafts. Intempt runs the send infrastructure, the identity graph, and the live campaigns. The handoff is one-directional: a skill drafts a segment or a journey, you review it, it runs inside Intempt Marketing against the shared customer profile.

This shows up per pack. The Lifecycle Marketer pack's segments plug into Intempt's workflows. The SDR pack's cold openers run against contacts in Intempt's pipeline. The Data Analyst pack's margin stacks and cohort tables read from Intempt Analytics instead of a fragile CSV pipeline. Same principle across every pack - skills own the strategic layer, Intempt owns the execution layer.

The reason this matters: if the strategy is defined once and executed against a shared profile, you don't spend Monday reconciling what the ESP thinks about a customer versus what the CRM thinks. That reconciliation is where most GTM stacks lose the week.

What to install this week

  • Pick one role and install its pack. Don't install five packs on day one - the skills reference each other inside a pack, and a partial cross-pack install produces worse output than a full single-pack install.
  • Run the first audit skill on your real data. Not a fake ICP or a sample list. The skill only earns its install when the output changes what you'd have done otherwise.
  • Read the SKILL.md before you run it. The stated method is the whole point. If you don't know what framework a skill applies, you can't tell whether the output is defensible.
  • Version-bump when the method changes. If you fork a skill and change the framework, bump the version. Two people running "the same" skill with different methods is exactly the drift skills are supposed to prevent.

Claude Code skills work because the file structure forces a stated method. That's the whole design. Same skill, same shape, every run. Install the pack for your desk, start with the audit skill, and don't skip past the SKILL.md to the output.

Frequently asked questions. Answered.

Claude Code skills are versioned SKILL.md files with a fixed input format and a defined output shape. Claude Code reads them from a local .claude/skills/ folder in your project. Same skill run twice gives you the same output shape - a scored list with evidence per lead, a segment definition mapped to lifecycle stages, a margin stack with CM1/CM2/CM3 tiers - so the work doesn't drift between sessions. Install a pack once with npx skills add sidchaudhary/gtm-skills/skills/ and Claude Code picks up every skill in the folder after a restart.

Get Growth Insights Delivered

Join growth professionals receiving our weekly insights on conversion optimization, personalization, and revenue growth.

Join growth professionals. No spam, unsubscribe anytime.

Thanks for reading till the end. Here are 2 ways we can help you grow your business:

1

Create a free Intempt account

Create a free Intempt account and get started on the journey to grow your app.

Start for free on Intempt
2

Get advice from a Growth expert

Schedule a personalized discovery call with our founder to explore how Intempt can help you grow your business.

More to read

8 best Claude skills for GTM engineering (routing, automation, feed audits)

8 best Claude skills for GTM engineering (routing, automation, feed audits)

8 free Claude skills for the GTM plumbing layer: MQL scoring, lead routing, workflow automation, feed audits, and a launch readiness gate. Runnable via Claude Code, n8n, or a scheduled job.

Your GTM Team Has Seven Jobs and Three People. Agents Cover the Follow-Up, Not the Cold Start.

Your GTM Team Has Seven Jobs and Three People. Agents Cover the Follow-Up, Not the Cold Start.

ICONIQ's January 2026 survey of 150+ B2B software companies found high-AI-adoption GTM teams run 43 percent leaner at $10M-$25M. The conversion gains cluster in qualification: 11 points on lead to MQL, 1 point on SQL to closed won. Here's the honest map of where agent work pays off.

Signal-Based Selling Already Had Its Category Moment. Twelve Months and Six Deals Later, It's a Feature.

Signal-Based Selling Already Had Its Category Moment. Twelve Months and Six Deals Later, It's a Feature.

Six signal-adjacent GTM companies were acquired or shut down between July 2025 and July 2026, from Koala to Warmly to Common Room. Over the same window published cold-email reply averages fell to 3.43 percent. Here's why the category got absorbed and the one condition that has to hold for signals to pay off now.

GTM Platform vs. Clay: What Happens After the Signal Fires

GTM Platform vs. Clay: What Happens After the Signal Fires

Clay now sends email, tracks visitors, and syncs ad audiences, so the old gap lists are stale. The real line is duration: every job Clay owns finishes when the run finishes. Here's the run test and 16 GTM jobs verified against Clay's own docs.

CRM Pricing: Why the Seat Price Is One of Four Meters

CRM Pricing: Why the Seat Price Is One of Four Meters

The widely quoted "true cost is 2-3x sticker price" stat traces to no real report. Replace the multiple with a count: four meters bill a GTM stack, and three mainstream tools publish no rate at all. Every list price here came off the vendor's own page in July 2026.

GTM Platform vs. CRM: One Records the Deal, the Other Works It

GTM Platform vs. CRM: One Records the Deal, the Other Works It

A CRM is a system of record. A GTM platform is an orchestration layer that runs the next action on top of it. Vendors draw that split three different ways and only one survives. Here's the audit, the next-action test, and a seven-row side-by-side of manual versus automatic.