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/kuraydev/react-native-typescript-library-starter/agents-mdgit clone --depth 1 https://github.com/kuraydev/react-native-typescript-library-starterWhat 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.01719 | $0.01719 |
| Opus 5 | $0.00860 | $0.00860 |
| Sonnet 5 | $0.00344 | $0.00344 |
| Haiku 4.5 | $0.00172 | $0.00172 |
Grade A, and why
react-native-typescript-library-starter AGENTS.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 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.
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 — 176 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — AI Agent Instructions
This file provides context for AI agents (Cursor, Claude, Copilot, etc.) working on this repository. Read it in full before making any changes.
Project Overview
react-native-typescript-library-starter is a React Native TypeScript library starter template. It is NOT an application — it is a publishable npm package used as a starting point for building React Native component/hook libraries.
- Build tool:
react-native-builder-bob(outputs CJS + ESM + TypeScript declarations) - Testing: Jest +
@testing-library/react-native - Language: TypeScript (strict mode, no
any) - Linting: oxlint v8 + oxfmt
- CI: GitHub Actions (typecheck + lint + test + build)
Directory Map
react-native-typescript-library-starter/
├── src/ # ALL library source code lives here
│ ├── index.ts # Public API — only export from here
│ ├── components/
│ │ └── MyComponent/
│ │ ├── MyComponent.tsx # Implementation
│ │ ├── MyComponent.types.ts # Props interface
│ │ └── index.ts # Barrel export
│ ├── hooks/
│ │ └── useMyHook.ts # Custom hook with TSDoc
│ ├── types/
│ │ └── index.ts # Shared utility types
│ └── __tests__/
│ ├── MyComponent.test.tsx
│ └── useMyHook.test.ts
├── lib/ # GENERATED by bob — do NOT edit manually
│ ├── commonjs/ # CJS output
│ ├── module/ # ESM output
│ └── typescript/ # .d.ts declarations
├── scripts/
│ └── terminal/
│ ├── lint.mjs # Colored oxlint runner
│ └── oxfmt.mjs # Colored oxfmt runner
├── .github/
│ └── workflows/
│ ├── ci.yml # Runs on PR: typecheck + lint + test + build
│ └── release.yml # Runs on push to main: release pipeline
├── .husky/ # Git hooks (pre-commit, commit-msg)
├── AGENTS.md # This file
├── CONTRIBUTING.md
├── CHANGELOG.md
├── README.md
├── package.json # bob config, jest config, lint-staged config
├── tsconfig.json # Base TypeScript config
├── tsconfig.build.json # bob-specific build config
├── babel.config.js # metro-react-native-babel-preset (for Jest)
├── .oxlintrc.json
├── .oxfmtrc.json
└── .commitlintrc.json
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 · 176 lines · 1,719 tokens per session scan A 719f38b72295
react-native-typescript-library-starter AGENTS.md is an instructions file published in the GitHub repository kuraydev/react-native-typescript-library-starter (65 stars, last pushed 16d ago), licensed MIT. It adds 1,719 tokens to every session, about $0.0086 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 instructions, from other repositories
expo_boilerplate AGENTS.md
Instructions for chohra-med/expo_boilerplate, covering agents.md — mobilelauncher lt, project and 🎯 the master rules location.
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.
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.