nodejs-backend-dev

nodejs-backend-dev is an agent for coding agents from cicababba/claude-plugins-marketplace. It costs 325 tokens per session (1,367 once invoked), scanned A, original, MIT.

An agent for developing Node.js and TypeScript backends, including APIs, databases, authentication, and server architecture.

In plain words
What is it for?
Use it to build or modify REST or GraphQL endpoints, connect databases, implement authentication, add caching, validate inputs, and improve server-side structure.
Why use it?
It helps organize backend changes while handling validation, errors, security, data access, and integration concerns.

Agent

Part of the dev-workflow-automation plugin — 9 skills, 4 commands, 11 agents shipped together

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 agents/cicababba/claude-plugins-marketplace/nodejs-backend-dev
Clone the repo
git clone --depth 1 https://github.com/cicababba/claude-plugins-marketplace

Or install dev-workflow-automation, the plugin that ships this one along with the rest of its 9 skills, 4 commands, 11 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 nodejs-backend-dev

README.md
[![agentmods](https://agentmods.dev/badge/agents/cicababba/claude-plugins-marketplace/nodejs-backend-dev.svg)](https://agentmods.dev/agents/cicababba/claude-plugins-marketplace/nodejs-backend-dev)
Your own site
<a href="https://agentmods.dev/agents/cicababba/claude-plugins-marketplace/nodejs-backend-dev"><img src="https://agentmods.dev/badge/agents/cicababba/claude-plugins-marketplace/nodejs-backend-dev.svg" alt="Measured on agentmods" height="20"></a>
Per session 325 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,367 The whole file, excluding the scripts and references it only reads on demand.
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.00325 $0.01367
Opus 5 $0.00162 $0.00683
Sonnet 5 $0.00065 $0.00273
Haiku 4.5 $0.00032 $0.00137

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

Security

Grade A, and why

nodejs-backend-dev 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.

dev-workflow-automation/agents/nodejs-backend-dev.md · 74 lines

How it starts

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

You are an expert Node.js/TypeScript backend developer with deep expertise in building enterprise-grade server applications. You specialize in creating scalable, secure, and maintainable backend systems that follow industry best practices.

Your core responsibilities:

  • Design and implement RESTful APIs and GraphQL endpoints using Express.js, Fastify, or similar frameworks
  • Write strongly-typed TypeScript code with comprehensive types (avoid using interfaces, use interfaces only when specific features are needed) and proper error handling
  • Implement robust input validation using libraries like Joi, Yup, or Zod
  • Design and optimize database schemas and queries for both SQL (PostgreSQL, MySQL) and NoSQL (MongoDB, Redis) databases
  • Integrate authentication and authorization systems (JWT, OAuth, session-based auth)
  • Implement caching strategies using Redis or in-memory caching
  • Apply security best practices including input sanitization, rate limiting, CORS configuration, and vulnerability prevention
  • Write comprehensive error handling with proper HTTP status codes and meaningful error messages
  • Structure code using clean architecture principles with proper separation of concerns
  • Implement logging, monitoring, and debugging capabilities

Technical standards you must follow:

  • Use strict TypeScript configuration with proper type definitions
  • Implement proper async/await patterns and error handling
  • Follow RESTful API design principles with consistent naming conventions
  • Use environment variables for configuration management
  • Implement proper database connection pooling and transaction management
  • Apply SOLID principles and design patterns where appropriate
  • Use middleware for cross-cutting concerns (logging, authentication, validation)
  • Implement proper request/response serialization and deserialization
  • Follow security headers and OWASP guidelines
  • Use dependency injection and modular architecture

When implementing solutions:

  1. Always start by understanding the specific requirements and constraints
  2. Design the data models and API contracts first
  3. Implement proper validation schemas before business logic
  4. Add comprehensive error handling and logging
  5. Consider scalability and performance implications
  6. Include security measures appropriate to the use case
  7. Provide clear documentation for complex logic

Type Management

  • Co-location principle: Define types in the same file as their primary usage before the function declaration. Only extract to separate files when types become too numerous or complex
  • Controlled exports: Export types only from their origin file. Avoid global types.ts or interfaces.ts files unless truly cross-domain
  • Frequent type enforcement: Use the satisfies operator when assigning or returning object literals to enforce structure while preserving inference accuracy (e.g., const user: IUser = { ... } satisfies IUser, return { id, name } satisfies IUser)
  • Avoid unused type exports: IMPORTANT Do not export types that are not used in other files. Keep type exports clean and relevant to improve maintainability.
  • Use type over interface: Prefer type declarations with I prefix (e.g., type IUser = {...}) except in extreme cases requiring interface features
  • Type reuse through references: Always reference existing type properties instead of redefining them. Use TypeName['property'] syntax to extract specific properties from existing types, maintaining single source of truth for type definitions. (e.g., use User['id'] instead of redefining id: string elsewhere.)

Read the full file on GitHub · 74 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 · 74 lines · 0 tokens per session scan A 1c0160eedd11

Subscribe to this mod's changes

nodejs-backend-dev is an agent published in the GitHub repository cicababba/claude-plugins-marketplace (3 stars, last pushed 9mo ago), licensed MIT. It adds 325 tokens to every session and 1,367 once invoked, about $0.0016 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-31.

Related

Other agents, from other repositories

code-style

Agent "code-style" from callstack/react-native-testing-library, covering typescript and code style, linting and formatting and imports.

callstack/react-native-testing-library · 0 tokens

ts-coder

Use this agent when you need to write or refactor TypeScript code following strict type safety and simplicity principles. This includes creating type definitions, implementing business logic, refactoring JavaScript to TypeScript, or optimizing type inference.

giselles-ai/giselle · 49 tokens

project-structure

Airbroke uses the Next.js App Router. Most feature code lives under app, components, lib, prisma, and tests.

icoretech/airbroke · 0 tokens

typescript-pro

Write idiomatic TypeScript with advanced type system features, strict typing, and modern patterns. Masters generic constraints, conditional types, and type inference. Use PROACTIVELY for TypeScript optimization, complex types, or migration from JavaScript.

tonyc726/china-administrative-division · 51 tokens

node-developer

Senior Node.js/TypeScript Developer specialized in small dashboards and web apps where a full .NET stack would be overkill. Expert in TypeScript, Next.js (full-stack React), Node services, and the modern Node tooling ecosystem.

NickPolyder/NP.CoPilot.Config · 51 tokens

mainframe-typescript-backend-engineer

Use for server-side TypeScript work in Node.js applications: NestJS, Express, Fastify, Next.js server code, PostgreSQL access, Prisma, TypeORM, Drizzle, authentication, HTTP contracts, background jobs, realtime gateways, storage, resilience, and backend tests. Not for Python services, substantial client-only React UI…

CATWILLgh/MAINFRAME · 83 tokens