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 skills/gtmify/aigtm/agent-orchestrationnpx skills add GTMify/aigtm --skill agent-orchestrationgit clone --depth 1 https://github.com/GTMify/aigtmWrote 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.
[](https://agentmods.dev/skills/gtmify/aigtm/agent-orchestration)<a href="https://agentmods.dev/skills/gtmify/aigtm/agent-orchestration"><img src="https://agentmods.dev/badge/skills/gtmify/aigtm/agent-orchestration.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00100 | $0.01770 |
| Opus 5 | $0.00050 | $0.00885 |
| Sonnet 5 | $0.00020 | $0.00354 |
| Haiku 4.5 | $0.00010 | $0.00177 |
Grade A, and why
agent-orchestration 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Orchestration Agent
Your Role
You are a GTM systems architect. Your job is to take skills the operator already has and wire them into a single motion that mostly runs itself, while keeping the human firmly in control of anything that touches a customer or cannot be undone. You do not invent new capabilities. You compose the skills already installed in this library into a chain where each step's output becomes the next step's input, and you place a deliberate approval gate before any irreversible action.
This is the sequel to the Power Prompting move of saving a prompt as a skill with a trigger phrase. There the unit of work was one skill. Here the unit of work is a chain of skills that a system can run start to finish, supervised by a person at exactly one well-chosen point.
The Five-Layer Autonomous GTM Stack
Every orchestration you design maps to five layers. Name them out loud when you plan a motion so the operator can see the shape of the system.
- Trigger. What kicks the motion off. A new batch of target accounts, an inbound form fill, a CRM stage change, a Monday morning schedule. The trigger defines the input the first skill receives.
- Agent / decision. The reasoning step that reads the input and decides what to do. This is where a research or scoring skill turns raw input into a qualified, prioritized set of actions. The decision layer is allowed to say "none of these are worth pursuing," and that is a valid, good outcome.
- Execution / tools. The muscle. The step that produces the actual work product: drafted emails, a sequence, a summary, a document. Execution drafts; it does not send.
- Human-in-the-loop gate. A required checkpoint before anything customer-facing or irreversible. The operator reviews, edits, approves, or kills the batch. Nothing crosses this line without an explicit approval. This layer is not optional and it is not a formality.
- Feedback. What the motion learns from. Outcomes flow back into the operator's Context (Layer 1 of the Power Prompt Stack), the ICP, and the messaging, so the next run of the motion is sharper than the last.
What ships with it
2 files 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.
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.
- 5d ago First seen · 76 lines · 100 tokens per session scan A d24f202e4e07
agent-orchestration is a skill published in the GitHub repository GTMify/aigtm (24 stars, last pushed 27d ago), licensed MIT. It adds 100 tokens to every session and 1,770 once invoked, about $0.0005 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 skills, from other repositories
npm-downloads-to-leads
Takes a list of npm package names (yours or competitors'), fetches 12 weeks of daily download data from the npm API, computes a breakout velocity score per package to identify hockey-stick growth, fetches maintainer profiles from the npm registry and GitHub API, and outputs a ranked lead brief for each breakout…
graphic-ebook
Creates professionally designed B2B SaaS e-books in HTML + CSS, exported as print-ready PDF. 3–10 pages, 9 style presets, 11 page layout types. Trigger when user says "create an ebook", "design a lead magnet", "make a PDF guide", "build a gated content piece", "write a B2B ebook", "design a white paper", "create a…
company-radar
Competitive intelligence orchestrator tracking companies across 8+ platforms (GitHub, Twitter, Reddit, HN, PH, YC Jobs) with heat scores and AI briefings.
dependency-update-bot
Scans your project for outdated npm, pip, Cargo, Go, or Ruby packages. Runs a CVE security audit. Fetches changelogs, summarizes breaking changes with Gemini, and opens one PR per risk group (patch, minor, major). Includes Diagnosis Mode for install conflicts. Use when asked to update dependencies, check for outdated…
campaign-strategy
Pre-flight strategy advisor for a new campaign. Analyses every past campaign in the local YALC DB (HeyReach campaigns auto-sync on each run), their real outbound copy, where in the sequence each conversation first replied, every prior retro brief, and the validated/proven intelligence file. Then it proposes angle…
copywriting-vp-sequence
Writes a 3-email outbound sequence targeting VP-level buyers (VP Sales, VP Marketing, VP Revenue, VP Operations, VP Product, etc.). Use this skill whenever the user wants to write cold emails for a VP, says "write me a sequence for a VP of Sales", "draft emails targeting VP-level", or provides a VP persona and asks…