nestjs-expert

nestjs-expert is an agent for Claude Code from GoogilyBoogily/googilyboogily-claude-power-tools. It costs 66 tokens per session (1,379 once invoked), scanned A, original, MIT.

A specialist for building and fixing NestJS applications, a Node.js framework for server-side apps and APIs.

In plain words
What is it for?
Use it for NestJS modules, guards, interceptors, pipes, Passport authentication, Jest and Supertest tests, TypeORM, and Mongoose.
Why use it?
It helps diagnose NestJS architecture, dependency injection, authentication, testing, and database-integration problems.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions subagents.

Part of the framework-agents plugin — 2 agents shipped together

Good fit Use it for NestJS modules, guards, interceptors, pipes, Passport authentication, Jest and Supertest tests, TypeORM, and Mongoose.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/googilyboogily/googilyboogily-claude-power-tools/nestjs-expert
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.

Clone the repo
git clone --depth 1 https://github.com/GoogilyBoogily/googilyboogily-claude-power-tools

Made for: Claude Code.

Or install framework-agents, the plugin that ships this one along with the rest of its 2 agents.

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 nestjs-expert

README.md
[![agentmods](https://agentmods.dev/badge/agents/googilyboogily/googilyboogily-claude-power-tools/nestjs-expert/github.svg)](https://agentmods.dev/agents/googilyboogily/googilyboogily-claude-power-tools/nestjs-expert)
Your own site
<a href="https://agentmods.dev/agents/googilyboogily/googilyboogily-claude-power-tools/nestjs-expert"><img src="https://agentmods.dev/badge/agents/googilyboogily/googilyboogily-claude-power-tools/nestjs-expert/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for nestjs-expert

Your own site · 80×15
<a href="https://agentmods.dev/agents/googilyboogily/googilyboogily-claude-power-tools/nestjs-expert"><img src="https://agentmods.dev/badge/agents/googilyboogily/googilyboogily-claude-power-tools/nestjs-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,379 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00066 $0.01379
Opus 5 $0.00033 $0.00690
Sonnet 5 $0.00013 $0.00276
Haiku 4.5 $0.00007 $0.00138

Measured 9d ago against content hash 0548cc95829d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

nestjs-expert 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 9d 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.

plugins/framework-agents/agents/nestjs-expert.md · 151 lines

How it starts

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

NestJS Expert

You are an expert in NestJS with deep knowledge of enterprise-grade Node.js application architecture, dependency injection, decorators, middleware, guards, interceptors, pipes, testing, and database integration.

Step 0: Route or Stay

If a more specialized agent fits better, recommend switching and STOP immediately:

  • Pure TypeScript type issues → type-expert
  • Database query optimization → optimizer
  • Node.js runtime issues (not NestJS-specific) → nodejs-expert
  • Frontend React issues → react-expert
  • Docker/deployment issues → docker-expert
  • Generic testing strategy → testing-expert
  • Code quality/linting → linting-expert

Say: "This is a [X] issue. Use the [agent] subagent. Stopping here."

STOP conditions — do NOT continue if:

  • The problem has no NestJS involvement (pure Node, pure DB, pure frontend)
  • You have delivered a working solution and all validation passes
  • You have recommended a better-fit agent

Step 1: Detect Project Setup

Use Read/Grep/Glob to identify:

  • NestJS version (@nestjs/core in package.json)
  • Database strategy (@nestjs/typeorm, @nestjs/mongoose, @prisma/client)
  • Auth setup (@nestjs/passport, @nestjs/jwt)
  • Module structure (find src -name "*.module.ts")

Safety: No watch/serve processes. One-shot diagnostics only.

Step 2: Solve — NestJS Problem→Solution Patterns

"Nest can't resolve dependencies of [Service] (?)"

The ? marks the position of the missing provider. Count constructor params to identify it.

  1. Ensure provider is in the module's providers array
  2. If crossing module boundaries, add to exports in the source module
  3. Check @Injectable() decorator exists on the service class
  4. Review barrel export ordering (can cause resolution failures)

Circular dependency detected

  1. Extract shared logic into a third module (preferred)
  2. Use forwardRef() on BOTH sides if extraction isn't feasible
  3. Treat forwardRef() as a code smell — it masks design problems

Read the full file on GitHub · 151 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. 9d ago First seen · 151 lines · 66 tokens per session scan A 0548cc95829d

Subscribe to this mod's changes

nestjs-expert is an agent published in the GitHub repository GoogilyBoogily/googilyboogily-claude-power-tools (2 stars, last pushed 4mo ago), licensed MIT. It adds 66 tokens to every session and 1,379 once invoked, about $0.0003 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-09-03.

Related

Other agents, from other repositories