What Are GTM Skills?
Skills are prompt templates that give Claude Code specialized instructions for specific tasks. Unlike general coding assistants, skills encode domain expertise: what to ask, how to reason, which APIs to call, and where to save outputs.Skill Architecture
Each GTM skill follows a consistent structure:Skill Components
SKILL.md
The main prompt template containing:
- Trigger phrases that activate the skill
- Step-by-step workflow instructions
- Decision trees and branching logic
- Cross-skill references
references/
Supporting documentation:
- API specs and schemas
- Prompt patterns and templates
- Data libraries and examples
How Skills Activate
Skills automatically trigger when you use specific phrases:Example Triggers
Skill Independence
No required sequence. Use one skill or combine several:- Standalone: Run
list-buildingalone to get a prospect list - Sequential:
context-building→list-building→email-generation - Selective: Skip
market-researchif you know your vertical
Plan Mode
When you describe a campaign goal, Claude enters plan mode:Research Phase
Claude reads your website, win cases, or uploaded data to understand your ICP and value prop.
Question Phase
Asks clarifying questions about:
- Target vertical and geography
- Campaign goals (volume vs. quality)
- Existing context (do you have a context file?)
Plan Mode Triggers
These prompts activate plan mode:The Global Context File
All skills read from a single source of truth:Product Info
What you build, value prop, key numbers, email-safe positioning
Voice Rules
Sender identity, tone, banned words, language level
ICP Profiles
Target company sizes, roles, geographies, anti-patterns
Win Cases
Past customers, what worked, concrete outcomes
Proof Library
Pre-written proof points mapped to audiences and hypotheses
Campaign History
Past campaigns, reply rates, learnings
Hypotheses
Active/validated/retired pain hypotheses
DNC List
Competitors, partners, opt-outs to exclude
The context file is created once via
context-building and updated continuously with campaign learnings. See Context Files for detailed schema.Skill Composition
Skills reference each other’s outputs: Example flow:context-buildingcreates the context filehypothesis-buildingreads ICP and win cases → generates hypotheseslist-buildingreads hypotheses → runs searches → uploads to tableenrichment-designreads hypotheses → designs columnslist-enrichmentruns columns on the tableemail-prompt-buildingreads context + research → generates templateemail-generationreads template + CSV → generates emails
Where Skills Live
Once installed, skills are stored globally:Next Steps
End-to-End Workflow
See how skills chain together in a full campaign
Context Files
Deep dive on the global context file structure
Campaign Artifacts
Understand the directory structure and file organization
Available Skills
Browse all 13 skills and their use cases