auto-gtm: Instructions file for Claude Code

CLAUDE.md

auto-gtm CLAUDE.md is an instructions file for Claude Code from tigerless-labs/auto-gtm. It costs 1,766 tokens per session, scanned A, original, MIT.

A set of instructions for auto-gtm, a Claude Code and Codex plugin that drafts go-to-market material for X and Reddit.

In plain words
What is it for?
Use it when adding or changing GTM skills, documentation, templates, or plugin manifests.
Why use it?
It explains the plugin’s layout, design documents, and rules for keeping its two host configurations aligned.

Instructions file for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: mentions Claude Code; mentions Codex.

This is tigerless-labs/auto-gtm's own configuration. It tells Claude Code how to work on auto-gtm itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything auto-gtm configures →

Reuse

Borrowing it

Nothing to install: this file belongs to tigerless-labs/auto-gtm. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/tigerless-labs/auto-gtm/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/tigerless-labs/auto-gtm

Made for: Claude Code.

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 auto-gtm CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/tigerless-labs/auto-gtm/claude-md.svg)](https://agentmods.dev/instructions/tigerless-labs/auto-gtm/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/tigerless-labs/auto-gtm/claude-md"><img src="https://agentmods.dev/badge/instructions/tigerless-labs/auto-gtm/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,766 This file is loaded in full into every session.
When invoked 1,766 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.01766 $0.01766
Opus 5 $0.00883 $0.00883
Sonnet 5 $0.00353 $0.00353
Haiku 4.5 $0.00177 $0.00177

Measured 8d ago against content hash 4adfef12cd27, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

auto-gtm CLAUDE.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 8d 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.

CLAUDE.md · 49 lines

How it starts

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

auto-gtm

auto-gtm is a Claude Code / Codex plugin: a family of GTM automation tools, one skill per scenario × platform — topic scouting (your PRs + today's hotspots), X post and reply drafts, Reddit subreddit-finding and reply/post drafts. The wedge vs neighboring tools: GTM material is grounded in what you actually shipped and what's being discussed today, drafted in a voice you chose — not generated from thin air.

Layout

  • skills/<name>/SKILL.md — shipped skills, the product surface. One GTM tool = one skill directory; helpers live beside it under scripts/, references/, templates/.
  • .claude-plugin/ + .codex-plugin/ — plugin manifests for the two hosts; keep both in sync on every skill add/rename/version bump.
  • docs/design/ — architecture and the why, per tool. Start at the index, then the tool you're touching. (Create as the design solidifies; keep the index current.)
  • docs/design-harness/ — the evidence board (sources → ideas → output) behind positioning and design calls; operate it via the design-harness skill, never by hand-editing its state.
  • docs/plans/ — per-change implementation plans (working artifacts, exempt from the design-doc style rules).
  • docs/TODO.md — tracked follow-ups not yet on the roadmap. Keep current in real time (see rule below).
  • README.md — install/quickstart runbook; update it in the same change whenever install, update, or usage flow changes.

Task lifecycle — the fixed order for every non-trivial change

Plan → sync → docs → tests → skill/code → verify → commit → docs/index sweep → green CI. Trivial one-line changes skip the plan; nothing skips the order. A change that arrives out of order is incomplete.

  1. Plan. Non-trivial changes start with a plan in docs/plans/. The plan's first unit updates the relevant docs/design/ doc; every unit places acceptance criteria before implementation.
  2. Branch, isolate, sync. Bind each change to exactly one explicit task on its own branch, developed in its own worktree — created with Claude Code's own worktree tooling (the built-in worktree feature), which places it under .claude/worktrees/<branch> (.claude/ is git-ignored); never hand-create one with raw git worktree add, and never develop on main. Before developing, git fetch and rebase onto the latest main. Land via feature branch + PR; no direct pushes to main.
  3. Docs first. Read, then update, the relevant docs/design/ doc(s) before touching any skill or script — pin down behavior boundaries, interface contracts (skill trigger, inputs, outputs), and acceptance criteria. Never touch the skill first.
  4. Tests next. Where a tool has executable parts (scripts/), write the failing test first in the matching tests/ file, use fixtures rather than live platform APIs, and assert relationships/invariants — never hardcoded values that break when an upstream feed changes. For prompt-only skills, the test is a written acceptance checklist in the plan: input transcript → expected draft properties.
  5. Skill/code. Write the SKILL.md / scripts that satisfy the criteria.
  6. Verify end-to-end. Install the plugin locally and run the skill against a real session/feed; confirm the full flow (trigger → distill → draft → stop) — not just unit tests. A skill shipped without an end-to-end run is incomplete.
  7. Commit. Run relevant tests before each commit; commit at every green point and git push after every completed task — progress must never exist only on this machine.
  8. Sweep docs & indexes. Confirm whether the change needs updates to docs/design/ indexes, README.md, and both plugin manifests — update them in the same change. Version bumps are patch-only (0.2.0 → 0.2.1) unless explicitly requested otherwise.
  9. Drive CI green. After opening the PR, watch CI; on any failure, locate, fix, and push immediately — repeat until every required check passes.

Read the full file on GitHub · 49 lines

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. 8d ago First seen · 49 lines · 1,766 tokens per session scan A 4adfef12cd27

Subscribe to this mod's changes

auto-gtm CLAUDE.md is an instructions file published in the GitHub repository tigerless-labs/auto-gtm (322 stars, last pushed 6d ago), licensed MIT. It adds 1,766 tokens to every session, about $0.0088 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

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 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

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens