fastify-boilerplate AGENTS.md

fastify-boilerplate AGENTS.md is an instructions file for Codex, OpenCode from marcoturi/fastify-boilerplate. It costs 2,747 tokens per session, scanned A, original, MIT.

Project instructions for a Fastify 5 TypeScript backend template using Clean Architecture, CQRS, domain-driven design, and functional programming.

In plain words
What is it for?
Adding or changing features in the Fastify boilerplate, then checking formatting, types, tests, dependencies, and database migrations.
Why use it?
They specify the project’s tools, commands, and layer boundaries, helping contributors avoid incompatible packages or dependencies in the wrong part of the code.

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/marcoturi/fastify-boilerplate/agents-md
Clone the repo
git clone --depth 1 https://github.com/marcoturi/fastify-boilerplate

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 fastify-boilerplate AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/marcoturi/fastify-boilerplate/agents-md.svg)](https://agentmods.dev/instructions/marcoturi/fastify-boilerplate/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/marcoturi/fastify-boilerplate/agents-md"><img src="https://agentmods.dev/badge/instructions/marcoturi/fastify-boilerplate/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,747 This file is loaded in full into every session.
When invoked 2,747 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.02747 $0.02747
Opus 5 $0.01373 $0.01373
Sonnet 5 $0.00549 $0.00549
Haiku 4.5 $0.00275 $0.00275

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

Security

Grade A, and why

fastify-boilerplate 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 3d 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 · 232 lines

How it starts

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

AGENTS.md

Instructions for AI coding assistants (Cursor, Claude Code, GitHub Copilot, etc.)

Project overview

A production-ready Fastify 5 boilerplate using Clean Architecture, CQRS, DDD, and functional programming. TypeScript strict mode, ESM-only, Node >= 24 (native TS execution, no build step).

Quick reference

What Where
Package manager pnpm (never npm or yarn)
Linter + formatter Biome (never ESLint or Prettier)
Validation after changes pnpm check (runs biome check && tsc --noEmit)
Auto-fix formatting pnpm format
Unit tests pnpm test:unit (node:test)
E2E tests pnpm test:e2e (Cucumber + Gherkin)
Architecture validation pnpm deps:validate (dependency-cruiser)
DB migrations pnpm db:migrate (DBMate)

Always run pnpm check after making changes. If formatting fails, run pnpm format first, then pnpm check.

Architecture

Layer boundaries (CRITICAL)

The dependency flow is strictly inward: Route → Handler → Domain → Repository.

src/
├── instrumentation.ts ← OpenTelemetry setup (loaded via --import before the app)
├── modules/         ← Feature code (vertical slices)
│   └── <feature>/
│       ├── commands/ ← State-changing operations
│       ├── queries/  ← Data-retrieval operations (idempotent)
│       ├── database/ ← Repository port (interface) + adapter (implementation)
│       ├── domain/   ← Business logic, types, errors
│       └── dtos/     ← Shared response schemas
├── server/          ← Fastify setup, plugins, DI wiring
└── shared/          ← Cross-cutting: CQRS, DB, exceptions, utils

Never import from src/shared/db/ or database/ inside handler files. Handlers interact with data exclusively through repository ports (interfaces). SQL belongs in repository files only.

Module independence

Modules should avoid importing directly from other modules. Cross-module communication uses the CQRS buses:

  • Commands/queries for request-response
  • Events for fire-and-forget notifications

Read the full file on GitHub · 232 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. 3d ago First seen · 232 lines · 2,747 tokens per session scan A 288f2a5aae2d

Subscribe to this mod's changes

fastify-boilerplate AGENTS.md is an instructions file published in the GitHub repository marcoturi/fastify-boilerplate (462 stars, last pushed 4d ago), licensed MIT. It adds 2,747 tokens to every session, about $0.0137 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 instructions, from other repositories

noddde CLAUDE.md

Instructions for dogganidhal/noddde, covering noddde — claude development guide, project overview, spec authority principle, monorepo layout (turborepo + yarn) and architecture.

dogganidhal/noddde · 1,890 tokens

copilot-instructions copilot-instructions.md

Instructions for SebastienDegodez/copilot-instructions, covering copilot instructions, language policy, development code generation and workflow implementation.

SebastienDegodez/copilot-instructions · 364 tokens

event-store-adapter-js AGENTS.md

AGENTS.md instructions for j5ik2o/event-store-adapter-js, covering agents.md, 言語, github pull request のモニタリング, $grill-me 実行時の作業判断 and 軽い作業の場合.

j5ik2o/event-store-adapter-js · 548 tokens

core-banking-prototype-laravel CLAUDE.md

Claude Code instructions for FinAegis/core-banking-prototype-laravel, covering claude.md, essential commands, code quality (run before commit), development and solana operations.

FinAegis/core-banking-prototype-laravel · 7,761 tokens

nestjs-hexagonal CLAUDE.md

Instructions for Softtor/nestjs-hexagonal, covering nestjs hexagonal plugin — instructions, entry point, architecture rules (enforced by all skills and agents), skills and agents (each loads its corresponding skill).

Softtor/nestjs-hexagonal · 1,001 tokens

core-banking-prototype-laravel AGENTS.md

AGENTS.md instructions for FinAegis/core-banking-prototype-laravel, covering agents.md, project overview, quick start, clone and setup and database setup.

FinAegis/core-banking-prototype-laravel · 1,588 tokens