The best Claude Code skills for GTM in 2026 are the ones that turn repeated workflows into deterministic, named, reusable units. Not random prompts. Not chat threads. Skills. A skill is a folder with a SKILL.md file (the instructions Claude follows) plus optional supporting files like templates, example outputs, and reference data. When Claude Code encounters a task that matches a skill's description, it loads the instructions automatically and executes the same way every time. The 10 best Claude Code skills for GTM below are the ones we have seen GTM teams reach for most often. Each is a copy-paste starting point, not a finished product.
This is a curated library, not a ranking. Each skill below has the SKILL.md structure, the inputs it expects, what the output looks like, and where it fits in a production stack.

What Makes a Good Claude Code Skill for GTM
Three traits separate a skill that compounds from a one-off prompt.
Single, named workflow. The skill does one thing. ICP research. Lead scoring. CRM hygiene. Email sequence drafting. If the description tries to cover two workflows, the skill becomes a prompt collection that nobody trusts.
Deterministic execution where possible. The skill should rely on tools and scripts for execution, not free-form reasoning. The Workflows-Agents-Tools (WAT) pattern: Claude reads instructions, picks the right tool, runs it. Probabilistic AI handles reasoning. Deterministic Python does the work. Accuracy holds up across runs.
Documented inputs and outputs. The SKILL.md says what the skill needs and what it produces. Nothing about "tries to figure out." The skill that ships every time has explicit boundaries.
The 10 Best Claude Code Skills for GTM in 2026
The list below covers the ten workflows GTM teams reach for most often. Each one is a copy-paste starting point. Adapt to your stack.
Skill | What it does | Tools it calls | Output |
|---|---|---|---|
icp-research | Build or refine ICP from CRM data | CRM read, Databar enrichment | Refined ICP doc with named segments |
enrich-leads | Enrich a lead list across 100+ providers | Databar waterfall, CRM write | Enriched CSV or CRM update |
score-companies | Tier companies as A, B, C with reasons | Databar enrichment, scoring rubric | Tier assignments with reasoning |
clean-crm | Identify and fix stale or duplicate records | CRM read, Databar enrichment, CRM write | Hygiene report and updated records |
write-sequence | Draft outbound sequences using your frameworks | Databar enrichment, sequence framework | Multi-step sequence draft |
buying-committee-map | Identify stakeholders and classify roles | Databar enrichment, LinkedIn data, CRM | Stakeholder map with role tags |
signal-monitor | Watch funding, hiring, news for accounts | Databar enrichment, news sources | Daily or weekly signal digest |
route-leads | Enrich and route inbound leads in real time | Databar waterfall, CRM write, Slack notify | Assignment and rep notification |
call-insights | Pull themes from sales calls | Attio CRM read | Theme report from call recordings |
weekly-gtm-report | Roll up weekly GTM metrics | GA4, GSC, CRM, sequencer | Markdown weekly digest |
Skill 1: icp-research
The icp-research skill builds or refines your ICP using CRM data and external enrichment. The SKILL.md tells Claude to pull closed-won and closed-lost data, run enrichment on each account through the Databar waterfall (100+ providers), and identify the segments where win rates are highest. Output is a refined ICP document with named segments, win rate by segment, and recommended scoring rubric weights.
Inputs: CRM credentials, lookback window, segment criteria draft.
Outputs: ICP doc, segment table, scoring rubric draft.
Tools called: CRM read, Databar enrichment, scoring logic.
Best fit for: quarterly ICP refresh, new segment validation.
Skill 2: enrich-leads
The enrich-leads skill takes a lead list and runs it through a multi-source enrichment waterfall. The SKILL.md tells Claude to read the input list (CSV or CRM filter), call the Databar waterfall across 100+ providers, and merge results back to the source. Match rates run around 85% in waterfall mode versus 50% on single-source. The same pattern shows up across the best data providers for AI agents stacks teams build.
Inputs: lead list with at least one identifier.
Outputs: enriched list with firmographics, technographics, contacts, verification status.
Tools called: Databar waterfall, CSV or CRM write.
Best fit for: any list-building or enrichment task at scale.

Skill 3: score-companies
The score-companies skill applies a scoring rubric to a company list and returns tier-A, tier-B, tier-C assignments with reasons. The SKILL.md tells Claude to read the rubric, run enrichment on each company, apply the weights, and output a structured tier assignment. The reasoning trace is what makes sales leaders trust the scores.
Inputs: company list, scoring rubric.
Outputs: tier assignments, reasoning trace, ranked list.
Tools called: Databar enrichment, scoring rubric (Python).
Best fit for: TAM prioritization, weekly tier-A refresh, ABM list ranking.
Skill 4: clean-crm
The clean-crm skill finds stale or duplicate records and fixes them with fresh enrichment. The SKILL.md tells Claude to identify records older than a threshold, run enrichment to refresh firmographics and contact data, dedupe on email and domain, and write back to the CRM. Routine CRM hygiene that used to take a RevOps day takes 30 minutes.
Inputs: CRM filter criteria, staleness threshold.
Outputs: hygiene report, updated records, dedup log.
Tools called: CRM read, Databar enrichment, CRM write.
Best fit for: monthly CRM hygiene runs, pre-quarter list cleanup.

Skill 5: write-sequence
The write-sequence skill drafts outbound email sequences using your team's frameworks and guardrails. The SKILL.md tells Claude to read the prospect data, apply the sequence framework, and output a multi-step sequence with subject lines, body copy, and follow-up cadence. The framework lives in the skill folder as a reference file.
Inputs: prospect data, sequence framework, target persona.
Outputs: multi-step sequence draft, ready for human review.
Tools called: Databar enrichment, sequence framework reference.
Best fit for: campaign launches, account-specific outreach, AI BDR augmentation.
Skill 6: buying-committee-map
The buying-committee-map skill identifies every stakeholder at an account and classifies their role. The SKILL.md tells Claude to pull existing CRM contacts, enrich with org data, and apply the role rubric (champion, economic buyer, technical evaluator, end user, blocker). Output writes back to the CRM as related contacts and a deal-level summary.
Inputs: account or opportunity ID, role rubric.
Outputs: stakeholder map, role classifications, gap analysis.
Tools called: CRM read, Databar enrichment, LinkedIn data.
Best fit for: enterprise deal review, account-based prospecting.

Skill 7: signal-monitor
The signal-monitor skill watches funding, hiring, exec changes, and news for a list of accounts. The SKILL.md tells Claude to run signal queries against the data layer daily, filter for relevance, and output a digest of high-signal events. Pairs with the score-companies skill so tier-A accounts get fresher signals.
Inputs: account list, signal types, frequency.
Outputs: daily or weekly signal digest, account-level alerts.
Tools called: Databar enrichment, news sources.
Best fit for: AE pre-call prep, named account monitoring.
Skill 8: route-leads
The route-leads skill handles real-time inbound lead routing using AI-driven decisions. The SKILL.md tells Claude to enrich the lead, apply the routing rubric (ICP fit, account ownership, rep capacity), and write the assignment back to the CRM with a notification to the rep. Speed-to-lead drops from hours to seconds.
Inputs: lead payload, routing rubric, rep capacity data.
Outputs: CRM assignment, rep notification, audit log.
Tools called: Databar waterfall, CRM read and write, Slack or email notify.
Best fit for: form submission triggers, webhook-driven inbound routing.

Skill 9: call-insights
The call-insights skill pulls recurring themes from sales call recordings. The SKILL.md tells Claude to read call summaries (call recordings are the source), tag themes (objections, pain points, competitor mentions), and output a theme report. Lets the team see what is actually being said on calls without listening to all of them.
Inputs: time window, call filter.
Outputs: theme report, objection list, competitor mention log.
Tools called: CRM read.
Best fit for: weekly sales review, content theme discovery.
Skill 10: weekly-gtm-report
The weekly-gtm-report skill rolls up GTM metrics into a weekly digest. The SKILL.md tells Claude to pull data from GA4, GSC, the CRM, and the sequencer and more for the target ISO week, compose a markdown digest with KPIs, action suggestions, and a data-quality footer. Weekly rollups that used to take hours run in five minutes.
Inputs: target ISO week, KPI list.
Outputs: markdown weekly digest.
Tools called: GA4, GSC, CRM, Smartlead, Buffer.
Best fit for: leadership weekly snapshot, async cross-team updates.

How to Combine the Best Claude Code Skills for GTM
The skills above compose into the full GTM workflow when chained.
Inbound flow. route-leads handles the immediate assignment. enrich-leads fills any gaps. score-companies tiers the account. signal-monitor watches for changes.
Outbound flow. icp-research defines the target. score-companies ranks the universe. enrich-leads fills the contact data. write-sequence drafts the outreach. buying-committee-map identifies the stakeholders.
Operational flow. clean-crm runs monthly. weekly-gtm-report runs every Monday. call-insights runs after each pipeline review.
The same chaining pattern shows up across the agentic GTM stack 5-layer framework. Each skill is small. The data layer underneath is what makes them all work.
The Data Layer Decides Whether the Best Claude Code Skills for GTM Actually Work
Most of these skills call enrichment. If the data layer is single-source, the skills ship inconsistent output. Match rates cap around 50% on single-source providers. Multi-source aggregators that route across 100+ providers in waterfall mode lift match rates closer to 85%.
The skill is the easy part. The data layer underneath is where reliability lives. Latency matters too. Real-time agent runtimes need sub-5-second responses. Parallel waterfall calls with caching keep enrichment under 5 seconds, which is what makes interactive skills feasible.
Build the Best Claude Code Skills for GTM on a Strong Data Layer
The best Claude Code skills for GTM are the ones that combine a focused workflow with a fast, accurate data layer. The skill itself is small. The reliability comes from the underlying enrichment.
Databar covers the data layer for Claude Code skills end to end. 100+ providers, native MCP and SDK, sub-5-second waterfall enrichment, outcome-based billing where you only pay when data is returned. 14-day free trial at build.databar.ai.

FAQ
What are the best Claude Code skills for GTM in 2026?
Ten skills cover most of the GTM workflow: icp-research, enrich-leads, score-companies, clean-crm, write-sequence, buying-committee-map, signal-monitor, route-leads, call-insights, and weekly-gtm-report. Each one does a single, named job and chains with the others.
What is a Claude Code skill?
A skill is a folder containing a SKILL.md file (the instructions Claude follows) plus optional supporting files like templates, example outputs, and reference data. When Claude Code encounters a task that matches a skill's description, it loads the instructions automatically and executes the workflow the same way every time.
How do I install the best Claude Code skills for GTM?
Skills live in the .claude/skills directory in your project. Each skill is a folder with a SKILL.md and any supporting files. Claude Code loads them automatically when the description matches the task. Most teams maintain a shared skills repository alongside their project so the team uses the same workflows.
Do these skills replace humans?
No. They handle the repetitive workflow pieces (enrichment, scoring, hygiene, drafting) so humans handle the conversation, judgment, and account work. The hybrid model is what works in production. The skill chains the deterministic parts so humans focus on what matters.
What data layer do the best Claude Code skills for GTM need?
Multi-source enrichment. Most of these skills call enrichment endpoints. Single-source providers cap match rates around 50%, which makes the skills inconsistent. Multi-source aggregators (Databar across 100+ providers) lift match rates closer to 85% in waterfall mode. The data layer is the differentiator.
Can I customize these Claude Code skills for GTM?
Yes. The skills above are starting points, not finished products. Adapt the SKILL.md to your CRM, your scoring rubric, your sequence framework. The skill folder pattern makes adaptation straightforward because everything the skill needs lives in one place.
How long does it take to ship the best Claude Code skills for GTM?
A first version of each skill takes one to four hours. Iteration to production quality takes a couple of weeks of running them on real data and refining. The fastest production path is to ship two or three skills end to end before scaling, rather than building all ten at once.
Also interesting
Recent articles
See all







