react-native-typescript-library-starter AGENTS.md

A set of instructions for AI coding agents working on a React Native TypeScript library starter. It explains the project structure, commands, coding rules, testing, and build process.

In plain words
What is it for?
Use it when asking an AI agent to add or modify components, hooks, tests, exports, or build-related code in this starter repository.
Why use it?
It gives an agent the project context and conventions it needs before changing code. This helps avoid placing files incorrectly or breaking the library’s checks.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/kuraydev/react-native-typescript-library-starter/agents-md
Clone the repo
git clone --depth 1 https://github.com/kuraydev/react-native-typescript-library-starter

Made for: Codex, OpenCode.

Per session 1,719 This file is loaded in full into every session.
When invoked 1,719 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.01719 $0.01719
Opus 5 $0.00860 $0.00860
Sonnet 5 $0.00344 $0.00344
Haiku 4.5 $0.00172 $0.00172

Measured 2d ago against content hash 719f38b72295, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

AGENTS.md · 176 lines

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

Read the full file on GitHub · 176 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. 2d ago First seen · 176 lines · 1,719 tokens per session scan A 719f38b72295

Subscribe to this mod's changes

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.