setup

setup is a skill for Claude Code, Codex from himanshusaleria/gtm-engine. It costs 0 tokens per session (4,502 once invoked), scanned A, original, MIT.

An interactive setup wizard for the GTM Engine, a collection of sales-workflow commands. It asks about your company, team, ideal customers, people you sell to, messaging, and buying signals, then creates the needed configuration files.

In plain words
What is it for?
Use it to initialize the GTM Engine, define your ideal customer profile, map personas and their problems, prepare sales messaging, or configure signal-based outreach.
Why use it?
It removes the need to create and fill in many setup files by hand. You can also rerun only one part, such as customer profiles or messaging.

Skill for Claude CodeCodex

Part of the gtm-engine plugin — 8 skills shipped together

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 skills/himanshusaleria/gtm-engine/setup
Any agent
npx skills add himanshusaleria/gtm-engine --skill setup
Clone the repo
git clone --depth 1 https://github.com/himanshusaleria/gtm-engine

Made for: Claude Code, Codex.

Or install gtm-engine, the plugin that ships this one along with the rest of its 8 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/himanshusaleria/gtm-engine/setup.svg)](https://agentmods.dev/skills/himanshusaleria/gtm-engine/setup)
Your own site
<a href="https://agentmods.dev/skills/himanshusaleria/gtm-engine/setup"><img src="https://agentmods.dev/badge/skills/himanshusaleria/gtm-engine/setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,502 The whole file, excluding the scripts and references it only reads on demand.
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.00000 $0.04502
Opus 5 $0.00000 $0.02251
Sonnet 5 $0.00000 $0.00900
Haiku 4.5 $0.00000 $0.00450

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

Security

Grade A, and why

setup 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.

skills/setup/SKILL.md · 455 lines

How it starts

The opening of the file, as written. The whole thing — 455 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GTM Engine Setup Wizard

Interactive setup wizard that configures the GTM Engine for a new user. Collects company context, team info, ICP, personas, messaging, and signals, then generates all config and context files.

Invocation

  • /setup -- Full 8-step wizard
  • /setup --icp -- Just ICP Workshop (Step 4)
  • /setup --personas -- Just Pain & Persona Mapping (Step 5)
  • /setup --messaging -- Just Messaging & Objections (Step 6)
  • /setup --signals -- Just Signal Playbook (Step 7)
  • /setup --reinstall -- Regenerate config, CLAUDE.md, and reinstall skills from current config

Instructions

Parse $ARGUMENTS to determine mode:

  • If $ARGUMENTS contains --icp -> run only Step 4
  • If $ARGUMENTS contains --personas -> run only Step 5
  • If $ARGUMENTS contains --messaging -> run only Step 6
  • If $ARGUMENTS contains --signals -> run only Step 7
  • If $ARGUMENTS contains --reinstall -> run only Step 8
  • Otherwise -> run Steps 1 through 8 in order

For individual steps (--icp, --personas, --messaging, --signals), first read config/config.yaml to load existing config. If it does not exist, tell the user to run /setup first.


Step 1: Welcome + Stack Discovery

Display this welcome message:

## Welcome to the GTM Engine

This is a Claude Code-powered sales system that gives you:
- Sales frameworks baked into every conversation
- Daily rituals (/good-morning, /good-night) to stay focused
- Self-improving skills that learn from your feedback
- Linear-based pipeline + task management

Let's get you set up. This takes about 10-15 minutes.
You can skip sections and come back to them later with flags like /setup --icp.

Then ask these questions one at a time, waiting for each answer:

  1. "What CRM/project tracker do you use? Linear is required for the GTM Engine."
    • If they say Linear -> proceed
    • If they say something else -> explain Linear is required, link to https://linear.app, ask them to set it up first
    • Store: linear_confirmed = true

Read the full file on GitHub · 455 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 455 lines · 0 tokens per session scan A 807cf0e88e0a

Subscribe to this mod's changes

setup is a skill published in the GitHub repository himanshusaleria/gtm-engine (17 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 4,502 tokens. 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.