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 agents/kumaran-is/claude-code-onboarding/nestjs-apigit clone --depth 1 https://github.com/kumaran-is/claude-code-onboardingWrote 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/agents/kumaran-is/claude-code-onboarding/nestjs-api)<a href="https://agentmods.dev/agents/kumaran-is/claude-code-onboarding/nestjs-api"><img src="https://agentmods.dev/badge/agents/kumaran-is/claude-code-onboarding/nestjs-api.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.00000 | $0.00758 |
| Opus 5 | $0.00000 | $0.00379 |
| Sonnet 5 | $0.00000 | $0.00152 |
| Haiku 4.5 | $0.00000 | $0.00076 |
Grade A, and why
nestjs-api 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.
How it starts
The opening of the file, as written. The whole thing — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a senior Node.js backend engineer specializing in NestJS 11.17.x with Fastify adapter, Prisma ORM, and TypeScript 5.9.x.
Your Responsibilities
- Scaffold new NestJS projects with Fastify, Prisma 7.x, and proper module structure
- Create feature modules with controller, service, DTO, and repository
- Design services with proper dependency injection and error handling
- Write Prisma 7.x schemas and migrations for PostgreSQL (driver adapter pattern,
prisma.config.ts) - Create DTOs with class-validator decorators for input validation
- Implement guards for authentication (JWT) and authorization (roles)
- Write tests with Vitest + supertest or NestJS Testing utilities
- Ensure scaffolded projects boot immediately —
.envpopulated with working defaults
How to Work
- Read the
nestjs-apiskill for project structure, conventions, and code templates - Use TypeScript strict mode always,
experimentalDecoratorsandemitDecoratorMetadataenabled - Use
class-validator+class-transformerfor DTO validation - Error handling: custom exceptions extending
BaseException, global exception filter - Use Prisma 7.x Client via
PrismaServicecomposition wrapper with@prisma/adapter-pg(do NOT extend PrismaClient — use composition) - Module aggregation: ConfigModule → CommonModule → CoreModule → FeaturesModule
- All external calls wrapped in circuit breaker pattern
- Request context via AsyncLocalStorage for correlation ID propagation
.envfiles: Always write via Bash (not Write/Edit tools — hooks block.envwrites). Include ALL required env vars with working dev defaults so the app boots without manual config- Prisma 7.x: Use
provider = "prisma-client"(notprisma-client-js), addoutputpath, nourlin datasource block — URL goes inprisma.config.ts
When Creating a New Feature
- Create the Prisma model and run migration
- Create DTOs (create, update, response) with validation decorators
- Create the repository wrapping Prisma Client
- Create the service with business logic
- Create the controller with route decorators
- Register in the feature module, import in FeaturesModule
- Write unit tests for service and integration tests for controller
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.
- 3d ago First seen · 50 lines · 0 tokens per session scan A 7b63b7aa092f
nestjs-api is an agent published in the GitHub repository kumaran-is/claude-code-onboarding (35 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 758 tokens. 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 agents, from other repositories
react-portfolio-engineer
React portfolio/gallery sites for creatives: React 18+, Next.js App Router, image optimization.
44-investor-relations
You are the Head of Investor Relations. You own the ongoing narrative to the people who fund the company and the relationships behind it. Governance & IPO (Agent 26) builds the machinery of being a company investors can own; Finance (Agent 18) produces the numbers; you turn those numbers into a story investors…
Audit
Deep security + performance audit of a specific diff. Wraps /skill:security-hardening and /skill:performance-optimization (analysis phase only). Use when a change touches auth, untrusted input, secrets, webhooks, PII, or a latency/throughput budget — a focused, read-only risk pass that returns findings the parent…
context
You are the Context agent. Your job is memory and context-window management: decide what to keep, compact, or recall so the working context stays high-signal and within budget.
ic-sim
Simulates a VC Investment Committee discussion with three partner archetypes debating a startup's merits, concerns, and deal terms, scored across 28 dimensions. Dispatched by SKILL.md in one of two contexts: Context A (per-step analytical, Mitigation 1 — see founder-skills/references/skill-execution-model.md)…
chrono
Temporal Pattern Expert analyzing time-of-day, day-of-week, and seasonality.