node-express-boilerplate AGENTS.md

node-express-boilerplate AGENTS.md is an instructions file for Codex, OpenCode from KhaledSaeed18/node-express-boilerplate. It costs 1,179 tokens per session, scanned A, original, MIT.

Repository-specific instructions for a Node.js and Express API project that uses Prisma, a database toolkit, and Vitest, a JavaScript testing tool.

In plain words
What is it for?
Use them when adding API resources, changing the database schema, adding middleware or tests, documenting endpoints, or reviewing security.
Why use it?
They tell coding agents where to start and which established workflows to follow for common changes.

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/khaledsaeed18/node-express-boilerplate/agents-md
Clone the repo
git clone --depth 1 https://github.com/KhaledSaeed18/node-express-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 node-express-boilerplate AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/khaledsaeed18/node-express-boilerplate/agents-md.svg)](https://agentmods.dev/instructions/khaledsaeed18/node-express-boilerplate/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/khaledsaeed18/node-express-boilerplate/agents-md"><img src="https://agentmods.dev/badge/instructions/khaledsaeed18/node-express-boilerplate/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,179 This file is loaded in full into every session.
When invoked 1,179 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.01179 $0.01179
Opus 5 $0.00589 $0.00589
Sonnet 5 $0.00236 $0.00236
Haiku 4.5 $0.00118 $0.00118

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

Security

Grade A, and why

node-express-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 · 128 lines

How it starts

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

AGENTS.md

Canonical instructions for AI coding agents working in this repository. CLAUDE.md, GEMINI.md, and .github/copilot-instructions.md are symlinks to this file — edit only this file.

Read First

Skills

Reusable workflows live in .agents/skills/ (source of truth; .claude/skills/ contains symlinks into it). Prefer a skill when the request matches one:

Project workflows:

  • new-resource — scaffold a complete API resource end to end
  • update-schema — Prisma schema change + migration + client regen + downstream updates
  • add-middleware — create and wire Express middleware
  • add-test — scaffold unit and integration tests for a resource
  • add-openapi-docs — document endpoints in src/docs/ (schemas, paths, registration)
  • security-audit — project-specific security review (auth, CSRF, limits, validation, secrets)

Reference guidance:

  • prisma-client-api, prisma-database-setup, prisma-postgres — Prisma
  • vitest — Vitest testing patterns
  • api-design-principles — REST API design
  • nodejs-best-practices — Node.js patterns and decision-making
  • multi-stage-dockerfile — optimized Dockerfiles
  • typescript-magician — advanced TypeScript typing
  • find-skills — discover and install new skills

When no skill matches, follow this file directly.

Working Style

  • Keep edits small and localized; avoid broad refactors unless explicitly requested.
  • Preserve current architecture and naming conventions.
  • After code changes, run pnpm full-check and the most relevant test suite before finishing.

Stack

Node.js 22+ · Express 5 · TypeScript 6 (strict) · Prisma 7 + PostgreSQL 16 · Zod v4 · Pino · JWT (HttpOnly cookies) · CSRF (double-submit cookie) · Vitest · pnpm

Required Commands

# Development
pnpm dev
pnpm build
pnpm start

# Quality gate (run before finalizing changes)
pnpm full-check

# Focused checks
pnpm lint
pnpm format
pnpm type-check
pnpm knip          # dead code / unused deps (enforced in CI)

# Prisma
pnpm prisma:migrate
pnpm prisma:migrate:deploy
pnpm prisma:generate
pnpm prisma:db:seed

# Tests
pnpm test
pnpm test:integration
pnpm test:all
pnpm db:test:up
pnpm db:test:migrate
pnpm db:test:down

Read the full file on GitHub · 128 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 · 128 lines · 1,179 tokens per session scan A 857f153c5a36

Subscribe to this mod's changes

node-express-boilerplate AGENTS.md is an instructions file published in the GitHub repository KhaledSaeed18/node-express-boilerplate (33 stars, last pushed 10d ago), licensed MIT. It adds 1,179 tokens to every session, about $0.0059 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.