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/gabelul/stitch-kit/agents-mdgit clone --depth 1 https://github.com/gabelul/stitch-kitWhat 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.01673 | $0.01673 |
| Opus 5 | $0.00837 | $0.00837 |
| Sonnet 5 | $0.00335 | $0.00335 |
| Haiku 4.5 | $0.00167 | $0.00167 |
Grade B, and why
stitch-kit AGENTS.md scanned grade B with 1 finding 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 2d 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
Then wire up Stitch MCP in `~/.codex/config.toml`: How it starts
The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Guidance for Claude Code, Cursor, Copilot, Codex CLI, and other AI agents working with this plugin.
What this repo is
A collection of Claude Code skills — 36 packaged instructions and scripts that extend AI agents with Stitch-specific capabilities: text-to-UI generation, design iteration (edit, variants, design systems), design token extraction, and multi-framework conversion. Think of it as a Stitch co-pilot that wraps all 15 Stitch MCP tools and knows the footguns so you don't have to learn them the hard way.
Skill structure
Each skill directory follows the Agent Skills standard:
skills/{skill-name}/
├── SKILL.md ← Required: activation instructions and workflow
├── examples/ ← Required: worked examples (gold-standard reference)
├── resources/ ← Optional: templates, checklists, mapping tables
├── scripts/ ← Optional: bash scripts (fetch-stitch.sh, init_stitch_skill.py, etc.)
└── references/ ← Optional: style guides, contracts
- SKILL.md: YAML frontmatter (
name,description,allowed-tools) + markdown instructions - examples/: Load for few-shot context when needed
- resources/, scripts/: Progressive disclosure — reference only when relevant
Quick install (both platforms)
npx @booplex/stitch-kit
Auto-detects Claude Code and/or Codex CLI and installs to the right places. Also tells you if Stitch MCP needs configuring.
To update later: npx @booplex/stitch-kit update (npx always fetches the latest version).
To check what's installed: npx @booplex/stitch-kit status.
Installing (Claude Code)
Stitch MCP first (remote HTTP server — needs an API key from stitch.withgoogle.com/settings):
claude mcp add stitch --transport http https://stitch.googleapis.com/mcp \
--header "X-Goog-Api-Key: YOUR-API-KEY" -s user
Then the plugin:
/plugin marketplace add https://github.com/gabelul/stitch-kit.git
/plugin install stitch-kit@stitch-kit
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.
- 2d ago First seen · 145 lines · 1,673 tokens per session scan B 93353d6e0775
stitch-kit AGENTS.md is an instructions file published in the GitHub repository gabelul/stitch-kit (43 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 1,673 tokens to every session, about $0.0084 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
react-native-restart CLAUDE.md
Instructions for avishayil/react-native-restart, covering claude.md, what this is, architecture, repository map and common commands.
tapflow AGENTS.md
AGENTS.md instructions for jo-duchan/tapflow, covering tapflow — agents.md (common rules), what, core value, two testing modes and why.
react-native-testing-library AGENTS.md
Instructions for callstack/react-native-testing-library: @testing-library/react-native is a TypeScript/Jest library for testing React Native components with user-focused testing patterns.
karakeep AGENTS.md
AGENTS.md instructions for karakeep-app/karakeep, covering karakeep project overview, project overview, project structure, applications (apps/) and packages (packages/).
react-native CLAUDE.md
Instructions for storybookjs/react-native, covering development commands, initial setup, development, story generation and testing.
clarity AGENTS.md
Instructions for SchroederNathan/clarity, covering expo has changed, the design system, extracting a component, auditing for drift and typography: sf pro rounded.