React Starter Kit is a full-stack monorepo template for building SaaS web applications with React, TypeScript, tRPC, and Cloudflare Workers. A monorepo keeps related applications and packages in one repository, while the template provides frontend, backend, authentication, billing, database, and development-tool foundations. The catalogue instructions, skills, and command help developers work with this starter kit.
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 skills/kriasoft/react-starter-kit/merge-seednpx skills add kriasoft/react-starter-kit --skill merge-seedgit clone --depth 1 https://github.com/kriasoft/react-starter-kitWrote 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.
[](https://agentmods.dev/skills/kriasoft/react-starter-kit/merge-seed)<a href="https://agentmods.dev/skills/kriasoft/react-starter-kit/merge-seed"><img src="https://agentmods.dev/badge/skills/kriasoft/react-starter-kit/merge-seed.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00049 | $0.01489 |
| Opus 5 | $0.00024 | $0.00745 |
| Sonnet 5 | $0.00010 | $0.00298 |
| Haiku 4.5 | $0.00005 | $0.00149 |
Grade A, and why
merge-seed 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 6d 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 — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Merge seed updates
This project is a fork of React Starter Kit. seed/main is upstream; main is upstream plus this project's divergence. Syncing is a recurring operation.
Core rule
Upstream owns mechanism. This project owns identity and scope.
Adopt from upstream: dependency and toolchain versions, build and config structure, framework API updates, refactors, newly required bindings and variables.
Keep local: names, domains, routes, worker and service identifiers; product copy and positioning; plans, features, scope; project-only integrations and config; deliberate additions and deletions.
When a hunk mixes both, take upstream's structure and reapply local values. Never take a whole side merely to clear a conflict — whole-file resolution is valid only where a rule below makes that side authoritative. The repository defines what counts as local identity and scope: AGENTS.md, docs/adr/, docs/product/, and the current config on main.
Merge
git status --short # must be clean
git remote get-url seed || git remote add seed https://github.com/kriasoft/react-starter-kit.git
git fetch seed
MB=$(git merge-base main seed/main)
git log --oneline "$MB..seed/main" # read before resolving anything
git switch -c "chore/merge-seed-$(git rev-parse --short seed/main)" main
git -c merge.conflictStyle=zdiff3 merge --no-ff --no-commit --no-rerere-autoupdate seed/main
git diff --name-only --diff-filter=U # unresolved conflicts
--no-commit stops git auto-committing a clean merge, so the commit and its subject are always ours to write. --no-rerere-autoupdate keeps every conflict in that list even when rerere has a recorded resolution to replay. If the branch already exists, an earlier sync was left unfinished — inspect it and resume or delete it deliberately, never force-reset over it.
rerere writes its replayed resolution straight into the working tree, so a conflicted file can arrive already looking finished. Treat pre-filled content as unreviewed; git rerere forget <path> to redo it.
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.
- 6d ago First seen · 95 lines · 49 tokens per session scan A 86ab7204a2a8
merge-seed is a skill published in the GitHub repository kriasoft/react-starter-kit (23,674 stars, last pushed 5d ago), licensed MIT. It adds 49 tokens to every session and 1,489 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.
Other skills, from other repositories
django-celery-expert
Expert Django Celery guidance for asynchronous task processing. Use when designing background tasks, configuring Celery workers, handling task retries and errors, optimizing Celery performance, implementing periodic tasks with Celery Beat, or setting up production monitoring for Celery. Do not use for general Django…
integration
Discover, install, and configure Vercel Marketplace integrations (databases, auth, logging, etc.). Use when adding third-party services to a Vercel project.
v0
Generate and iterate on UIs/apps with Vercel v0 via the v0 Platform API. Use when building a frontend with v0, calling the v0 API/SDK, or spending v0 credits.
vercel
Deploy, manage, and develop projects on Vercel from the command line.
deploy
Deploy applications to Vercel. Use when deploying to preview or production.
setup
Set up Vercel CLI and configure project linking. Use when first connecting a project to Vercel.