Claude Code Skills
Deepline ships 4 open-source skills that give Claude Code structured GTM knowledge. Instead of prompting from scratch every time, you install a skill once and invoke it as a slash command. The skill tells Claude Code exactly which providers to call, in what order, with validated parameters — so you get reliable results on the first run instead of the fifth. Skills are not required. The Deepline CLI works without them. But if you run the same enrichment workflows repeatedly — building TAM lists, running email waterfalls, detecting job changes — skills eliminate the setup time and make every run consistent.| Attribute | Value |
|---|---|
| Skills available | 4 user-facing skills |
| Install command | /skill install deepline (inside Claude Code) |
| Recipes in gtm-meta-skill | 7 step-by-step playbooks |
| Agent compatibility | Claude Code, Codex, Cursor |
| Source | Open-source on GitHub |
| Required to use Deepline | No — CLI works standalone |
What skills mean for your GTM workflow
Skills solve a specific problem: AI agents are powerful but inconsistent. The same prompt can produce different provider choices, parameter formats, and execution orders on every run. Skills fix that by encoding proven workflows into reusable documents that the agent reads before executing.- Best for natural language GTM automation. Tell Claude Code what you want in plain English — “find work emails for these 200 contacts” — and the skill handles provider selection, waterfall ordering, validation, and output formatting. You describe the outcome; the skill handles the how.
- Best for repeatable playbooks. TAM building, waterfall enrichment, job change detection, portfolio prospecting — these are not one-off tasks. They follow the same steps every time. Skills encode those steps as slash commands so every run follows the same proven path, whether you execute it or a teammate does.
- Best for team standardization. Skills are files. Share them across your team via Git, and everyone uses the same provider priorities, the same cost thresholds, the same approval gates. No more “it works differently when I run it” conversations.
-
Not required — the CLI works without skills, skills just make it faster. Every Deepline operation is available through
deepline tools executeanddeepline enrichwithout any skill installed. Skills add a knowledge layer on top that makes the agent smarter about sequencing, provider selection, and error handling. Think of them as institutional memory for your GTM stack.
Available skills
Deepline ships 4 user-facing skills. Each one is a collection of markdown documents that Claude Code reads before executing your request.gtm-meta-skill
The primary skill. Covers the full GTM workflow from prospecting through enrichment to outreach. This is the skill most teams install first and use daily. What it handles:- Finding companies and contacts (Apollo, Crustdata, PDL, and more)
- Enriching and researching (waterfalls, signal extraction, verification)
- Writing outreach (personalization, qualification, email drafting)
- Provider-specific playbooks with validated parameters and known pitfalls
- 7 recipes for common GTM tasks (detailed below)
- Finding companies and contacts — provider selection, role-based search, parallel execution
- Enriching and researching — waterfall patterns, email/phone/LinkedIn enrichment, play tools
- Writing outreach — qualification frameworks, personalization, email copy
- Actor contracts — Apify actor execution patterns
- Provider playbooks — per-provider quirks, cost notes, fallback behavior
clay-to-deepline
Migrates Clay table configurations into local Deepline scripts. Use this when you have a Clay table JSON export, a Clay API response, or a Clay workbook URL and want to replicate the workflow without Clay. What it handles:- Converting Clay AI action columns (Claygent, use-ai, chat-gpt-schema-mapper) into
deepline enrichwithcall_ai,exa_search, andrun_javascript - Replicating Clay record fetching with Deepline providers
- Producing standalone bash + Deepline scripts that run locally
- “Convert my Clay table into a Deepline script”
- “I have a Clay JSON export, make it work with Deepline”
- “Replicate this Clay workflow without the platform fee”
deepline-feedback
Sends structured feedback or bug reports to the Deepline team. Automatically captures your session transcript, environment info, and reproduction steps. What it handles:- Collecting feedback text from the user
- Packaging session context (transcript, environment, CLI version)
- Submitting to the Deepline team
- “Something broke during my enrichment run”
- “I want to request a new provider integration”
- “This waterfall is returning bad results, can you look into it?“
niche-signal-discovery
Discovers differential signals between Closed Won and Closed Lost accounts. Extracts website content, job listings, and tech stack data, then computes lift scores to identify what distinguishes buyers from non-buyers. What it handles:- Multi-page website content extraction for won vs lost accounts
- Job listing analysis for hiring signals
- Laplace-smoothed lift scoring for signal ranking
- Building account scoring models and prospecting criteria from real data
- “What signals differentiate my best customers from lost deals?”
- “Build me an ICP scoring model from my CRM data”
- “Find niche signals I can use to prioritize accounts”
gtm-meta-skill recipes
The gtm-meta-skill includes 7 recipes — step-by-step playbooks for specific GTM tasks. Each recipe tells Claude Code exactly what to read, which providers to use, and in what order.build-tam
Build a Total Addressable Market list by sourcing accounts and contacts from providers like Apollo, Crustdata, and PDL. Start with company discovery criteria (industry, headcount, location, funding), find matching accounts, then find contacts at each one.portfolio-prospecting
Find companies backed by a specific investor or accelerator (YC, a16z, Sequoia), then find contacts and build personalized outbound. The recipe’s core insight: VC portfolio data is public. It fetches portfolio pages directly instead of wasting credits on provider searches.waterfall-enrichment
Run multiple enrichment providers in sequence, stopping at the first valid result. Maximizes coverage while minimizing cost — you only pay for the provider that finds the answer. Works for email, phone, LinkedIn, and company data.job-change-detector
Detect CRM contacts who changed jobs in the last 6 months, find their new work emails, update the CRM, and add them to re-engagement campaigns. Integrates with HubSpot via MCP tools.contact-to-email
Find and verify email addresses from whatever starting data you have: name + company, LinkedIn URL, or name + domain. Routes to the right play tool based on your input columns.get-leads-at-company
From a company name, find the right GTM contacts (by role/title), enrich their contact info, and optionally draft personalized outreach. Chains company lookup, contact discovery, email waterfall, and outreach generation.linkedin-url-lookup
Resolve LinkedIn profile URLs from name + company with strict identity validation to avoid false positives. Uses multiple providers with cross-validation to ensure the profile matches the right person.How to install
Inside Claude Code
Run the slash command:Verify installation
After installing, confirm the skills loaded:gtm-meta-skill, clay-to-deepline, deepline-feedback, and niche-signal-discovery.
Using with Codex and Cursor
Skills also work with Codex and Cursor. The skill files are standard markdown documents that any AI coding agent can read. Install using the same command, or point your agent at the skill markdown files directly.Updating skills
Skills are versioned with the Deepline CLI. When you update the CLI, skills update too:FAQ
Do I need skills to use Deepline?
Do I need skills to use Deepline?
No. Every Deepline operation is available through
deepline tools execute and deepline enrich without any skill installed. Skills add a knowledge layer that makes your AI agent smarter about provider selection, sequencing, and error handling. They make things faster and more consistent, but they are not required.What is the difference between skills and the CLI?
What is the difference between skills and the CLI?
The CLI is the execution layer — it calls providers, runs waterfalls, processes CSVs. Skills are the knowledge layer — they tell your AI agent which CLI commands to run, in what order, with what parameters. Skills do not replace the CLI; they make it easier for agents to use the CLI correctly.
Can I edit or customize skills?
Can I edit or customize skills?
Yes. Skills are open-source markdown files. Fork them, edit them, add your own provider preferences or approval gates, and share them with your team via Git. The skill files live in
~/.claude/skills/ after installation.Do skills cost credits?
Do skills cost credits?
No. Skills themselves are free. They are documentation files that guide your agent. The underlying provider calls (email lookups, enrichments, scraping) cost credits as usual, but the skill layer adds zero cost.
How are skills different from plays and recipes in the docs?
How are skills different from plays and recipes in the docs?
Plays and recipes in the docs are reference material for humans. Skills are the same knowledge packaged for AI agents — structured so Claude Code, Codex, or Cursor can read them and execute the workflow automatically. The content overlaps, but skills include execution-specific details like parameter schemas, provider fallback orders, and error handling that agents need.
Can I create my own skills?
Can I create my own skills?
Yes. A skill is a directory with a
SKILL.md entrypoint and optional sub-documents. Follow the same structure as the built-in skills: a frontmatter block with name and description, then markdown content with execution steps. See the Deepline GitHub repo for the full skill specification.Which skill should I install first?
Which skill should I install first?
Start with
gtm-meta-skill. It covers the full GTM workflow and includes 7 recipes for the most common tasks. The other skills are specialized — install them when you need Clay migration, feedback reporting, or ICP signal analysis.What’s next
Quick Start
Install Deepline and find your first email in 60 seconds.
CLI Concepts
Full CLI reference — commands, flags, waterfall syntax.
Plays & Recipes
Human-readable workflow guides for common GTM tasks.
Pricing
BYOK is free. Managed credits from $0.08 each.