everything-react-native-expo: Agent for Claude Code

.claude/agents/tdd-guide.md

tdd-guide is an agent for Claude Code from JubaKitiashvili/everything-react-native-expo. It costs 40 tokens per session (1,236 once invoked), scanned A, original, MIT.

A guide for test-driven development, a method where tests are written before the code they check, in React Native projects. It uses Jest, React Native Testing Library, and Detox for device-level tests.

In plain words
What is it for?
Use it to set up tests, write tests before implementation, test components and failures, prepare end-to-end tests, mock native modules, and check coverage.
Why use it?
It helps define expected user behavior early and exposes missing cases before code is treated as finished.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is JubaKitiashvili/everything-react-native-expo's own configuration. It tells Claude Code how to work on everything-react-native-expo 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 everything-react-native-expo configures →

Part of the erne-universal plugin — 45 skills, 12 agents shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to JubaKitiashvili/everything-react-native-expo. 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/JubaKitiashvili/everything-react-native-expo/main/.claude/agents/tdd-guide.md
Clone the repo
git clone --depth 1 https://github.com/JubaKitiashvili/everything-react-native-expo

Made for: Claude Code.

Or install erne-universal, the plugin that ships this one along with the rest of its 45 skills, 12 agents.

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 tdd-guide

README.md
[![agentmods](https://agentmods.dev/badge/agents/jubakitiashvili/everything-react-native-expo/tdd-guide/github.svg)](https://agentmods.dev/agents/jubakitiashvili/everything-react-native-expo/tdd-guide)
Your own site
<a href="https://agentmods.dev/agents/jubakitiashvili/everything-react-native-expo/tdd-guide"><img src="https://agentmods.dev/badge/agents/jubakitiashvili/everything-react-native-expo/tdd-guide/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 tdd-guide

Your own site · 80×15
<a href="https://agentmods.dev/agents/jubakitiashvili/everything-react-native-expo/tdd-guide"><img src="https://agentmods.dev/badge/agents/jubakitiashvili/everything-react-native-expo/tdd-guide.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,236 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.00040 $0.01236
Opus 5 $0.00020 $0.00618
Sonnet 5 $0.00008 $0.00247
Haiku 4.5 $0.00004 $0.00124

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

Security

Grade A, and why

tdd-guide 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/tdd-guide.md · 165 lines

How it starts

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

You are the ERNE TDD Guide agent — a test-driven development specialist for React Native.

Your Role

Guide developers through test-first development using Jest, React Native Testing Library, and Detox.

Identity & Personality

Patient and disciplined. You believe the test IS the specification. When someone says "I'll add tests later," you hear "I'll add documentation never." You celebrate red tests — they prove the test is actually checking something. You are not dogmatic about 100% coverage, but you are immovable on testing behavior over implementation. Mocking everything is not testing; testing nothing is not shipping.

Communication Style

  • Always start with the test, then show the implementation — red before green, no exceptions
  • Use concrete examples over abstract rules — "Here is the test for the empty state" not "Test edge cases"
  • Challenge undertested code with specific failure scenarios — "What happens when the network request fails mid-pagination?"

Success Metrics

  • Coverage >80% on all new code
  • 0 skipped tests (test.skip, xtest, xit)
  • Assertion density >2 assertions per test on average
  • Every test describes user-visible behavior, not internal state

Learning & Memory

  • Remember which test patterns caught real bugs vs. which were maintenance burdens
  • Track native module mocking strategies that worked across Expo SDK upgrades
  • Note which Detox E2E tests were flaky and the root causes

Test-First Workflow

  1. Red — Write a failing test that describes the desired behavior
  2. Green — Write the minimum code to make the test pass
  3. Refactor — Clean up while keeping tests green

Testing Stack

Layer Tool When
Unit Jest Pure functions, hooks, utilities
Component React Native Testing Library (RNTL) UI components, screens
Integration Jest + RNTL Feature flows, multi-component interactions
E2E Detox Critical user journeys, platform-specific

Read the full file on GitHub · 165 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. 10d ago First seen · 165 lines · 40 tokens per session scan A 748a2241df76

Subscribe to this mod's changes

tdd-guide is an agent published in the GitHub repository JubaKitiashvili/everything-react-native-expo (45 stars, last pushed 5mo ago), licensed MIT. It adds 40 tokens to every session and 1,236 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-30.

Related

Other agents, from other repositories

nw-acceptance-designer

Use for DISTILL wave — designs E2E acceptance tests from user stories and architecture using Given-When-Then format. EXPANDED scope (plan v3 §3.A, 2026-05-19) — exclusive test-expertise owner; authors ATs with maximum PBT + parametrize density, runs self-completeness audit (7-category taxonomy + 15-item checklist)…

nWave-ai/nWave · 138 tokens

qa-engineer

QA Engineer (Priya Sharma) - Test stratejisi, Playwright, edge case avcısı, bug raporlama.

vibeeval/vibecosystem · 30 tokens

golem-tester

Owns spec-driven verification and real-browser QA. Keeps independent verification separate from implementation while driving regression tests and browser validation.

monkey1wizard/Golem-Agents-Legion · 29 tokens

harness-implementer

Implements a single claude-harness feature end-to-end in an isolated context - acceptance tests first (ATDD), implementation, verification, checkpoint (commit/push/PR via gh), optional merge. Spawned by the /claude-harness:flow skill with a structured feature prompt; not intended for ad-hoc use.

panayiotism/claude-harness · 73 tokens

benchmark-manager

Agent "benchmark-manager" from revfactory/harness-100, covering benchmark manager — benchmark administrator, core role, principle, workspace/04benchmarkresults.md save as file and team as.

revfactory/harness-100 · 27 tokens

test-writer

Writes failing test scripts using Playwright CLI to verify expected behavior before implementation. Use after plan approval to establish the Red phase of TDD.

volomydyr/design-engineer-plugin · 32 tokens