gtm-skills AGENTS.md

A set of instructions for gtm-skills, a collection of 206 skills that help AI agents with go-to-market work such as sales and marketing. It explains how the skills are organised, installed, and maintained.

In plain words
What is it for?
Use it to install individual skills or categories, preview an installation, understand the repository layout, and verify skill files with integrity checks.
Why use it?
It removes guesswork about finding, installing, and maintaining these skills. It also documents the checks needed before releasing changes.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/leadmagic/gtm-skills/agents-md
Clone the repo
git clone --depth 1 https://github.com/LeadMagic/gtm-skills

Made for: Codex, OpenCode.

Per session 541 This file is loaded in full into every session.
When invoked 541 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00541 $0.00541
Opus 5 $0.00270 $0.00270
Sonnet 5 $0.00108 $0.00108
Haiku 4.5 $0.00054 $0.00054

Measured 3d ago against content hash 5fb6872451b4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

gtm-skills AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 69 lines

What it actually says

gtm-skills — Agent Skills Index

206 production GTM skills for AI agents. This repo follows the Anthropic/agentskills pattern: portable skill folders with SKILL.md plus optional scripts/, references/, templates/, and assets/.

Install

Claude Code marketplace style:

/plugin marketplace add LeadMagic/gtm-skills
/plugin install gtm-skills@gtm-skills

agentskills CLI style:

gh skill install LeadMagic/gtm-skills
gh skill install LeadMagic/gtm-skills pricing-strategy
gh skill install LeadMagic/gtm-skills --category outbound

Local installer:

./install.sh
./install.sh --target hermes
./install.sh --target jesse --project /path/to/project
./install.sh --target all --dry-run

Repository Contract

  • Marketplace-visible skills live at skills/<category>/<skill>/SKILL.md.
  • Support artifacts live inside the skill folder.
  • Generated catalog files come from disk, not hand edits.
  • skills.lock verifies SHA256 integrity.
  • CI must pass before release.

Categories

  • abm — 7 skills
  • analytics — 13 skills
  • automation — 12 skills
  • content-seo — 6 skills
  • creative — 12 skills
  • customer-success — 7 skills
  • demand-gen — 4 skills
  • design — 7 skills
  • events — 3 skills
  • foundation — 8 skills
  • founder-led — 41 skills
  • growth — 5 skills
  • gtm-ops — 5 skills
  • inbound — 8 skills
  • leadmagic — 6 skills
  • lifecycle — 5 skills
  • management-leadership — 5 skills
  • outbound — 10 skills
  • partnerships — 3 skills
  • product-led-growth — 3 skills
  • prospecting — 8 skills
  • sales-plays — 5 skills
  • sales-revops — 8 skills
  • tools — 15 skills

Quality Standard

Every skill must be tactical, artifact-first, source-backed, marketplace-discoverable, and clean for a public repository. See docs/SKILL_AUTHORING.md and docs/SOURCE_STANDARDS.md. The public quality bar is tracked in docs/QUALITY_BAR.md.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 69 lines · 541 tokens per session scan A 5fb6872451b4

Subscribe to this mod's changes

gtm-skills AGENTS.md is an instructions file published in the GitHub repository LeadMagic/gtm-skills (46 stars, last pushed 1mo ago), licensed MIT. It adds 541 tokens to every session, about $0.0027 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

gtm-system CLAUDE.md

Instructions for LaGrowthMachine/gtm-system, covering lgm gtm skills — claude setup, first-time setup, what lgm gives you, layer 1 — lgm mcp (claude acts inside la growth machine) and layer 2 — gtm skills (published in this repo).

LaGrowthMachine/gtm-system · 1,792 tokens

outreachmagic AGENTS.md

Instructions for outreachmagic/outreachmagic, covering agent guide — outreachmagic/outreachmagic monorepo, layout, if you add skills/ /scripts/.py, public readme (outreachmagic skill) and if you change pricing / billing limits.

outreachmagic/outreachmagic · 1,083 tokens

your-tam-is-fake AGENTS.md

AGENTS.md instructions for adaline-ankit/your-tam-is-fake, covering your-tam-is-fake, run six phases, in order, every time, non-negotiables, deep mode, in brief and frameworks worth knowing.

adaline-ankit/your-tam-is-fake · 2,204 tokens

your-tam-is-fake GEMINI.md

Gemini CLI instructions for adaline-ankit/your-tam-is-fake, covering your-tam-is-fake, run six phases, in order, every time, non-negotiables, deep mode, in brief and frameworks worth knowing.

adaline-ankit/your-tam-is-fake · 2,204 tokens

hormozi-gtm CLAUDE.md

Claude Code instructions for henriquecaner/hormozi-gtm, covering claude.md — hormozi-gtm, what this repo is, architecture, gtm-context.md contract and output conventions.

henriquecaner/hormozi-gtm · 2,301 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens