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/onurlulardan/forgestart/agents-mdgit clone --depth 1 https://github.com/Onurlulardan/ForgeStartWrote 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/instructions/onurlulardan/forgestart/agents-md)<a href="https://agentmods.dev/instructions/onurlulardan/forgestart/agents-md"><img src="https://agentmods.dev/badge/instructions/onurlulardan/forgestart/agents-md.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 | $0.02406 | $0.02406 |
| Opus 5 | $0.01203 | $0.01203 |
| Sonnet 5 | $0.00481 | $0.00481 |
| Haiku 4.5 | $0.00241 | $0.00241 |
Grade A, and why
ForgeStart 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 5d 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 — 250 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
This file guides AI agents working on ForgeStart. Read it before making code changes.
Project Identity
ForgeStart is an open-source Next.js starter template derived from the architectural patterns used in ForgeCRUD. It is a clone-and-extend application foundation with real authentication, RBAC, organizations, uploads, settings, audit trails, Docker workflows, and operational checks — intended as a head start for specialized operational software (stock tracking, B2B CRM, internal admin tools), not as a finished product.
The public project name is ForgeStart. Avoid reintroducing older names such as Next Starter, Next Starter V2, nextjsstarter, or nextjstemplate in user-facing code, docs, package metadata, seed data, UI labels, or generated assets.
Current Stack
- Next.js 16 App Router with React 19.
- TypeScript with strict project-wide checking.
- Auth.js v5 with JWT sessions.
- PostgreSQL as the only supported database.
- Drizzle ORM and Drizzle Kit as the only database layer.
- shadcn/ui, Base UI primitives, Lucide icons and Tailwind CSS 4 for UI.
- next-intl for localization with
tranden. - Yarn 4 with
nodeLinker: node-modules. - Docker Compose for PostgreSQL, migration, seed, realtime, storage and production-like app runs.
- Vitest, React Testing Library and Playwright for verification.
Architecture Map
Important folders:
app/ Next.js routes, pages, layouts, APIs and server actions
components/ App-level components owned by this starter
components/ui/ shadcn-style primitives
db/ Drizzle schema, connection helpers, migration runner and seeds
drizzle/ Generated SQL migrations committed to source control
i18n/ next-intl routing and request config
lib/api/ API helpers and route response utilities
lib/api/client/ Client-side API wrappers
lib/auth/ Permission checks, session enrichment and server auth helpers
lib/branding/ Default and database-backed branding helpers
lib/query/ TanStack Query keys and hooks
lib/storage/ Upload validation, storage providers and upload service
lib/system/ Health, setup doctor, version and migration helpers
lib/theme/ Theme presets, tokens and application
lib/validation/ Zod schemas
messages/ Locale JSON files
public/brand/ Default ForgeStart logo assets
scripts/ Local and Docker workflow scripts
server/ Realtime Socket.IO server
tests/e2e/ Playwright smoke and auth setup
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.
- 5d ago First seen · 250 lines · 2,406 tokens per session scan A c0b5edae8fe1
ForgeStart AGENTS.md is an instructions file published in the GitHub repository Onurlulardan/ForgeStart (21 stars, last pushed 3mo ago), licensed MIT. It adds 2,406 tokens to every session, about $0.0120 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
next-shadcn-dashboard-starter AGENTS.md
Instructions for Kiranism/next-shadcn-dashboard-starter, covering agents.md - ai coding agent reference, project overview, technology stack details, core framework & runtime and styling & ui.
Next-js-Boilerplate AGENTS.md
AGENTS.md instructions for ixartz/Next-js-Boilerplate, covering agents, principles, token efficiency, commands and git commits.
next-shadcn-dashboard-starter CLAUDE.md
Instructions for Kiranism/next-shadcn-dashboard-starter, covering claude.md, key references and critical conventions.
turbo-start-sanity CLAUDE.md
Claude Code instructions for robotostudio/turbo-start-sanity, covering claude.md, project overview, commands, development (both apps) and individual apps.
CodeReel CLAUDE.md
Instructions for eddiejaoude/CodeReel, covering codereel, core architectural rule (important), diff view (steps mode), key files and 3d effects roadmap.
Next-js-Boilerplate CLAUDE.md
Claude Code instructions for ixartz/Next-js-Boilerplate, a project described as: 🚀🎉📚 Nextjs Boilerplate and Starter with App Router and Page Router support, Tailwind CSS 4 and TypeScript ⚡️ Made with developer experience first: Next.js 16 + TypeScript + ESLint + Prettier + Drizzle ORM + Husky + Lint-Staged + Vitest…