next-template AGENTS.md

next-template AGENTS.md is an instructions file for Codex, OpenCode from PaulRBerg/next-template. It costs 694 tokens per session, scanned A, original, MIT.

Project-specific instructions for a Next.js template, a starter project for building web applications with React. They define validation commands, naming rules, type conventions, and package-management practices.

In plain words
What is it for?
Use it when modifying this project to choose the right linting and type checks, name files consistently, and run its Bun-based package commands.
Why use it?
Shared project rules reduce inconsistent code and make changes easier to check before they are submitted.

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/paulrberg/next-template/agents-md
Clone the repo
git clone --depth 1 https://github.com/PaulRBerg/next-template

Made for: Codex, OpenCode.

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 next-template AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/paulrberg/next-template/agents-md.svg)](https://agentmods.dev/instructions/paulrberg/next-template/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/paulrberg/next-template/agents-md"><img src="https://agentmods.dev/badge/instructions/paulrberg/next-template/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 694 This file is loaded in full into every session.
When invoked 694 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.00694 $0.00694
Opus 5 $0.00347 $0.00347
Sonnet 5 $0.00139 $0.00139
Haiku 4.5 $0.00069 $0.00069

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

Security

Grade A, and why

next-template 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 4d 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 · 56 lines

How it starts

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

Development Instructions

Validation

After changing code, run applicable checks in this order:

  1. na biome lint <files> for changed JavaScript, TypeScript, JSON, CSS, or GraphQL files.
  2. na eslint <files> for changed TypeScript files; ESLint owns Tailwind CSS validation and React Hooks dependencies.
  3. na tsgo --noEmit for the entire project.

For the first two commands, pass explicit paths when fewer than 10 files changed. With 10 or more changed files, omit Biome's paths and pass . to ESLint. Fix only failures caused by your changes.

Use just to discover broader workflows. For dependencies, use ni, ni <package>, ni -D <package>, and nun <package> so the Bun-backed package manager is selected consistently.

Code Conventions

Names and Types

  • Use kebab-case for directories and non-component files, PascalCase for component files, and camelCase for hooks.
  • Prefer type over interface, satisfies for type-safe constants, and unknown over any.
  • Use null for known-empty in-memory UI or domain state. Omit boundary values with undefined in URLs, storage, network payloads, and configuration; preserve existing JSON omission semantics.

React and Next.js

  • Use Server Components by default. Add "use client" only for hooks, event handlers, or browser APIs; add "use server" for Server Actions. Use server-only and client-only imports for environment-specific modules. Place directives before imports.
  • Use named exports except where Next.js requires a default export.
  • Lazy-load heavy components with next/dynamic from Component.lazy.tsx files.
  • Do not add useMemo or useCallback; React Compiler is enabled. Wrap unstable external-library values used by an effect in useEffectEvent when they would otherwise cause resubscriptions or loops.
  • Treat ref as a normal React 19 prop. Use forwardRef only with useImperativeHandle.
  • Prefer Actions with useActionState or useFormStatus, and use <form action> for server mutations.
  • Render every image with SmartImage from @/ui/SmartImage, which supplies inferred sizes and fallback alt text.
  • Do not wrap JSX conditions in Boolean(...); use the underlying condition directly.

Read the full file on GitHub · 56 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. 4d ago First seen · 56 lines · 694 tokens per session scan A 715a5a4d2062

Subscribe to this mod's changes

next-template AGENTS.md is an instructions file published in the GitHub repository PaulRBerg/next-template (21 stars, last pushed 23d ago), licensed MIT. It adds 694 tokens to every session, about $0.0035 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.