Skip to content

clickscience/gtm-ai

Repository files navigation

GTM AI Skills

A portable, open-source library of AI skills for Go-to-Market teams.

Stop re-explaining your GTM context to AI every session. Write a skill once. Reuse it forever — across Claude Code, Claude Desktop, Cowork, and ChatGPT Projects.

License: MIT Agent Skills Compatible Skills: 85 PRs Welcome


What Are Skills?

A skill is a markdown file that teaches an AI assistant how to handle a specific repeatable task — with your process, constraints, output format, and quality gates baked in. Not a prompt. A workflow.

  • Consistency — Same output quality every time, regardless of which AI you're using
  • Speed — Skip the 10-minute context dump at the start of every session
  • Portability — One .md file works across Claude Code, Claude Desktop, ChatGPT, and any agent tool that accepts markdown instructions
  • Compounding value — Each skill you build makes the next session faster

Skills follow the agentskills.io open standard — meaning they work across any compatible agent product, not just Claude.


Who Is This For?

  • Demand Gen & Growth Marketers building campaigns, briefs, and content
  • Sales Enablement creating battlecards, personas, and sequences
  • RevOps & GTM Engineers managing tracking, routing, scoring, and automation
  • Marketing Leaders running weekly updates, pipeline narratives, and executive comms
  • Anyone who's tired of re-explaining their GTM stack to an AI every single session

Quick Start (5 Minutes)

New to GTM AI Skills? Start here.

1. Pick Your Role

What's your main responsibility?

2. Set Up Your Context

Every skill uses variables like {{company_name}}, {{target_personas}}, etc. You define these once in CONTEXT.md, and all skills use it.

  1. Copy the template:
    cp CONTEXT_TEMPLATE.md CONTEXT.md
  2. Fill it in: Company, product, GTM, personas. See VARIABLES_REFERENCE.md for all options.
  3. Start with Required fields only -- add more as you use more skills.

3. Pick Your Platform

  • Claude Code: Copy .claude/ folder structure into your project. Add CONTEXT.md to root. Type /skill-name to invoke.
  • Claude Desktop: Download skill folder. Paste SKILL.md into your work folder. Tell Claude to follow it.
  • ChatGPT Projects: Paste SKILL.md content into Project custom instructions or knowledge base.

See SETUP_GUIDE.md for detailed setup instructions for each platform.

4. Run Your First Skill

Example with campaign-brief-generator:

  1. Invoke /campaign-brief-generator
  2. Provide inputs: campaign theme, target persona, product module
  3. Get a one-page brief, ready to share

Done. Takes 2-3 minutes per skill run.


Find Skills By Use Case

Don't know which skill you need? Start here. Find your use case, then jump to the skill.

Strategy & Planning

Build your GTM roadmap

Define your market & ICP

Position your product

Demand Generation & Campaign Planning

Build a campaign from scratch

Plan multi-channel campaigns

Plan channel-specific campaigns

Plan event and content campaigns

Email & Nurture

Build email sequences

Account-Based Marketing & Expansion

Target high-value accounts

Expand within existing customers

Buyer Intelligence & Personas

Build buyer personas

  • Persona Brief -- Buyer persona with pain points, hooks, proof points

Understand your customer journey

Revenue Operations & Measurement

Track what matters

Report to leadership

Design automation & routing

Sales Enablement & Competitive

Arm your sales team

Win competitive battles

Drive sales motion

Content & Messaging

Create content briefs

  • Content Brief -- Writer-ready brief from topic + persona + funnel stage
  • Ad Copy Agent -- Compelling ad copy variations for different platforms

Build thought leadership

Plan content strategy

Product Launch & Go-to-Market

Launch a product

Pricing & Packaging

Other Specialized Playbooks

Retention & growth

Partner & referral programs

Tactical playbooks

Internal tooling


Skills by Company Stage

Different stages need different GTM skills. Find recommendations for your stage.

Early Stage (Seed, Series A)

Focus: Product-market fit, first customers, lean execution.

Recommended skills:

Strategy -- Product Positioning Framework, ICP Definition & Refinement

Marketing -- Product Launch Blueprint

Sales -- Sales Playbook, Sales Discovery Call, Sales Prospecting Sequences

Content -- Persona Brief, Content Brief

Operations -- UTM Taxonomy Generator

Skip for now: Enterprise expansion, complex ABM, multi-channel demand gen.


Growth Stage (Series B-C)

Focus: Scaling demand, building team, predictable pipeline.

Recommended skills:

Strategy -- Growth Marketing Roadmap, Market Segmentation, Competitive Intelligence

Campaigns -- Campaign Brief Generator, Demand Generation Playbook, Email Nurture Sequence

Paid Media -- LinkedIn Ads Strategy & Execution, Google Ads Strategy

Sales -- Sales Playbook, Sales Enablement Playbook, BDR Outbound Strategy

Measurement -- GTM Weekly Update, Marketing Automation & Lifecycle Routing, Attribution Model

Starting to use: A/B Test Planner, Competitive Battlecard, CRO Program


Enterprise / Late-Stage (Series D+, Mature)

Focus: Market dominance, expansion motion, operational excellence.

Recommended skills:

Strategy -- Executive Business Plan, Market Entry Strategy, Pricing & Packaging Strategy

ABM -- ABM Program Playbook, In-Market Account Takeover Campaign, Whitespace Analyzer, Land & Expand Playbook

Content -- Case Study Development, Webinar Playbook

Sales -- Sales Training Curriculum, Competitive Battlecard

Operations -- Pipeline Forecast Narrative, Revenue Operations Playbook, Customer Cohort Analysis, Expansion Opportunity Scorer

Industry-specific -- Financial Services ABM


Comparison Table

Task Seed/Series A Series B-C Series D+
Positioning Yes Yes Revisit
ICP/Personas Yes Yes Yes
Campaign briefs DIY Yes (4-8/qtr) Yes (managed)
ABM No Pilot Yes (core)
Paid media Minimal Yes Multi-channel
Sales playbook Yes Yes Yes (complex)
Sales enablement Minimal Yes Yes
Weekly reporting Optional Yes Yes
Measurement Minimal Yes Advanced
Content engine Minimal Yes Thought leadership

How to Use

Claude Code

your-project/
├── CLAUDE.md              <- wires skills + your context
├── CONTEXT.md             <- your company/product variables
└── .claude/
    └── skills/
        ├── gtm-weekly-update/
        │   └── SKILL.md
        └── competitive-battlecard/
            └── SKILL.md
  1. Clone this repo or download individual skill folders
  2. Copy the skill folder(s) into .claude/skills/ in your project
  3. Copy CLAUDE.md to your project root; fill in CONTEXT_TEMPLATE.md and save it as CONTEXT.md
  4. Type /skill-name to invoke, or Claude will auto-load when relevant

Claude Desktop / Cowork

  1. Copy the SKILL.md file into your work folder
  2. Tell Claude: "Read gtm-weekly-update.md and follow it."
  3. Or describe your task — Claude will reference the file if it's in the folder

ChatGPT Projects

  1. Open the SKILL.md file for the skill you want
  2. Paste the content (after the frontmatter) into your Project's custom instructions, or upload as a file to the Project's knowledge base
  3. Reference it: "Follow the competitive-battlecard skill."

Variables

Most platform skills use {{variables}} as placeholders for your context. See VARIABLES_REFERENCE.md for the full list of variables and CONTEXT_TEMPLATE.md to fill in your company context.


Skill Format

All skills follow the agentskills.io specification. Each skill is a folder at skills/[skill-id]/ containing a SKILL.md file:

skills/
└── skill-name/
    ├── SKILL.md          # Required: frontmatter + instructions
    ├── references/       # Optional: supporting docs
    └── assets/           # Optional: templates, resources

See SKILL_TEMPLATE.md to create your own.


Documentation


Contributing

See CONTRIBUTING.md. Short version: fork → copy SKILL_TEMPLATE.md → fill it in → PR.


Transferring / Forking

This repo lives at clickscience/gtm-ai. To run your own version:

  • Fork to your new org — all content and history copies over
  • Transfer via Settings → Danger Zone → Transfer — all stars, issues, and watchers move with it

License

MIT. Use these skills however you want. If you improve them, open a PR.


Built by Click Science Ventures. Follows the Agent Skills open standard.

About

85 reusable AI workflows for Go-to-Market teams

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages