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.
npx agentmods add instructions/leadmagic/gtm-skills/agents-mdgit clone --depth 1 https://github.com/LeadMagic/gtm-skillsWhat 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.
| Model | Per session | Once 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 |
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.
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.lockverifies 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.
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.
- 3d ago First seen · 69 lines · 541 tokens per session scan A 5fb6872451b4
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.
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).
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.
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.
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.
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.
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).