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.
git clone --depth 1 https://github.com/GoogilyBoogily/googilyboogily-claude-power-toolsWrote 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/googilyboogily/googilyboogily-claude-power-tools/nestjs-expert)<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.
<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>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.1 | $0.00066 | $0.01379 |
| Opus 5 | $0.00033 | $0.00690 |
| Sonnet 5 | $0.00013 | $0.00276 |
| Haiku 4.5 | $0.00007 | $0.00138 |
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.
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/corein 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.
- Ensure provider is in the module's
providersarray - If crossing module boundaries, add to
exportsin the source module - Check
@Injectable()decorator exists on the service class - Review barrel export ordering (can cause resolution failures)
Circular dependency detected
- Extract shared logic into a third module (preferred)
- Use
forwardRef()on BOTH sides if extraction isn't feasible - Treat
forwardRef()as a code smell — it masks design problems
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.
- 9d ago First seen · 151 lines · 66 tokens per session scan A 0548cc95829d
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.
Other agents, from other repositories
CMS Developer
Drupal and WordPress specialist for theme development, custom plugins/modules, content architecture, and code-first CMS implementation.
Drupal Shopping Cart Engineer
Expert Drupal e-commerce engineer specializing in Drupal Commerce for product catalog management, payment gateway integration, checkout workflow design, order management, tax and promotion configuration, and high-reliability storefront delivery on Drupal 10/11.
Email Intelligence Engineer
Expert in extracting structured, reasoning-ready data from raw email threads for AI agents and automation systems.
Identity & Access Engineer
Expert identity engineer for OAuth 2.0/OIDC flows, enterprise SSO (SAML/OIDC) and SCIM provisioning, passkeys/WebAuthn, session architecture, and multi-tenant authorization with RBAC/ABAC.
Roblox Systems Scripter
Roblox platform engineering specialist - Masters Luau, the client-server security model, RemoteEvents/RemoteFunctions, DataStore, and module architecture for scalable Roblox experiences.
Search Relevance Engineer
Expert search engineer for Elasticsearch and OpenSearch — index and analyzer design, BM25 query tuning, hybrid lexical+vector retrieval, and judgment-based relevance evaluation with nDCG and online experiments.