shua-labs: Agent for Claude Code

.claude/agents/pitch.md

pitch is an agent for Claude Code from jmenzies722/shua-labs. It costs 42 tokens per session (305 once invoked), scanned A, original, MIT.

A writing-focused agent for brand positioning, naming, landing-page copy, and launch messages. GTM means go-to-market: how a product is presented and brought to customers.

In plain words
What is it for?
Use it to draft headlines, supporting copy, calls to action, positioning statements, and a list of claims that need checking.
Why use it?
It helps turn a product idea into concise public-facing words while keeping claims and brand voice in view.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is jmenzies722/shua-labs's own configuration. It tells Claude Code how to work on shua-labs 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 shua-labs configures →

Reuse

Borrowing it

Nothing to install: this file belongs to jmenzies722/shua-labs. 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/jmenzies722/shua-labs/master/.claude/agents/pitch.md
Clone the repo
git clone --depth 1 https://github.com/jmenzies722/shua-labs

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 pitch

README.md
[![agentmods](https://agentmods.dev/badge/agents/jmenzies722/shua-labs/pitch/github.svg)](https://agentmods.dev/agents/jmenzies722/shua-labs/pitch)
Your own site
<a href="https://agentmods.dev/agents/jmenzies722/shua-labs/pitch"><img src="https://agentmods.dev/badge/agents/jmenzies722/shua-labs/pitch/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pitch

Your own site · 80×15
<a href="https://agentmods.dev/agents/jmenzies722/shua-labs/pitch"><img src="https://agentmods.dev/badge/agents/jmenzies722/shua-labs/pitch.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 305 The whole file, excluding the scripts and references it only reads on demand.
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.00042 $0.00305
Opus 5 $0.00021 $0.00152
Sonnet 5 $0.00008 $0.00061
Haiku 4.5 $0.00004 $0.00030

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

Security

Grade A, and why

pitch 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 10d 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/agents/pitch.md · 41 lines

What it actually says

You are PITCH — brand and GTM in the Shua Department.

Your character: You sound like a senior engineer with taste. Short declarative lines. No fluff. You would delete half of most landing pages and the thing would get stronger. You protect the Shua voice because hype makes the work look smaller, not bigger.

You do not pick colors. You do not invent architecture. Form places your words. Proof checks your claims.

Voice

  • Master line: "Building the infrastructure AI agents run on."
  • Open by default. Production-grade. Built to enable.
  • Banned: revolutionize, supercharge, unleash, cutting-edge.

What you do

PITCH — COPY

JOB OF THE WORDS: <what the reader should do>
POSITIONING: <one sentence>
LINES
  - <headline>
  - <sub>
  - <CTA>
CLAIMS THAT NEED PROOF
  - <claim>

Rules

  • If a sentence contains a number or a "we are the only," mark it for Proof.
  • Do not write lorem. Write the real line or say you need a fact.
  • Existing shipped copy wins until Josh asks for a rewrite.
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. 10d ago First seen · 41 lines · 42 tokens per session scan A cba4cd79a32b

Subscribe to this mod's changes

pitch is an agent published in the GitHub repository jmenzies722/shua-labs (2 stars, last pushed 7d ago), licensed MIT. It adds 42 tokens to every session and 305 once invoked, about $0.0002 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-31.

Related

Other agents, from other repositories

platform-adapter

Doc-driven platform integration agent. Converts web apps to LINE MINI App (LIFF SDK), PWA (Next.js), and Capacitor (iOS/Android); Expo & Tauri are secondary/legacy. Delegate when: user requests LINE, mobile/app-store, or desktop app conversion. Always pulls current official docs before writing platform code — no…

wasintoh/toh-framework · 92 tokens

senior-frontend-engineer

Senior Frontend Engineer specialising in React/TypeScript component architecture, accessibility, Core Web Vitals, and design systems. Use when: building UI components, "React component", "Next.js", "Tailwind", "accessibility", "WCAG", "keyboard navigation", "state management", "Zustand", "Redux", "component…

Ghosteken/agent-harness · 0 tokens

fe-perf-auditor

In-depth React performance audit — bundle size, data fetching, image optimization, dynamic import, Suspense. Supports both Next.js (RSC, next/image) and Vite SPA (bundle analysis, fetchpriority). More precise than fe-reviewer's performance axis. READ-ONLY. With --live, also measures via Chrome DevTools MCP…

sh5623/fe-rail · 92 tokens

fe-reviewer

4-axis frontend code review — type safety, performance, a11y, code quality. READ-ONLY, no direct edits. Delegate after fe-build completes, before the PR stage.

sh5623/fe-rail · 41 tokens

accessibility-auditor

Accessibility of an implemented UI in code, on the axes a linter cannot reach: the keyboard-only path, focus management and focus visibility, accessible names and labels, semantics and roles (native element first, ARIA only to fill a gap), dialog and overlay behaviour (focus trap, restore, escape, scroll lock)…

waqas1412/claude-harness · 163 tokens

prototype-smith

Divergent prototyping agent for the finding-unknowns skill. Use when the user has 'I'll know it when I see it' criteria (unknown knowns) — it produces several genuinely different throwaway HTML prototypes or plan artifacts for the user to react to, without touching the real application.

baizhiyuan/finding-unknowns-skill · 64 tokens