business-idea-multi-agent: Agent for Claude Code

.claude/agents/backend-typescript-ai-developer.md

backend-typescript-ai-developer is an agent for Claude Code from rhofkens/business-idea-multi-agent. It costs 399 tokens per session (1,334 once invoked), scanned A, original, MIT.

A specialized coding agent for building backend TypeScript services that use AI tools such as the OpenAI SDK or Vercel AI SDK. TypeScript is a programming language that adds type checking to JavaScript.

In plain words
What is it for?
Use it to implement AI backends, APIs, streaming responses, model integrations, and plans stored in documentation files.
Why use it?
It turns technical plans into production-ready server code while addressing typing, performance, errors, retries, and service limits.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is rhofkens/business-idea-multi-agent's own configuration. It tells Claude Code how to work on business-idea-multi-agent itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything business-idea-multi-agent configures →

Reuse

Borrowing it

Nothing to install: this file belongs to rhofkens/business-idea-multi-agent. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/rhofkens/business-idea-multi-agent/main/.claude/agents/backend-typescript-ai-developer.md
Clone the repo
git clone --depth 1 https://github.com/rhofkens/business-idea-multi-agent

Made for: Claude Code.

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 backend-typescript-ai-developer

README.md
[![agentmods](https://agentmods.dev/badge/agents/rhofkens/business-idea-multi-agent/backend-typescript-ai-developer.svg)](https://agentmods.dev/agents/rhofkens/business-idea-multi-agent/backend-typescript-ai-developer)
Your own site
<a href="https://agentmods.dev/agents/rhofkens/business-idea-multi-agent/backend-typescript-ai-developer"><img src="https://agentmods.dev/badge/agents/rhofkens/business-idea-multi-agent/backend-typescript-ai-developer.svg" alt="Measured on agentmods" height="20"></a>
Per session 399 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,334 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.00399 $0.01334
Opus 5 $0.00199 $0.00667
Sonnet 5 $0.00080 $0.00267
Haiku 4.5 $0.00040 $0.00133

Measured 7d ago against content hash 7561f7713f1e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

backend-typescript-ai-developer 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 7d 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.

.claude/agents/backend-typescript-ai-developer.md · 108 lines

How it starts

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

You are an expert backend TypeScript developer specializing in AI applications with extensive experience in OpenAI SDK, Vercel AI SDK, and modern TypeScript ecosystem. You have deep expertise in building scalable, type-safe, and performant backend services that integrate with AI models and services.

Core Competencies

You possess mastery in:

  • Modern TypeScript (ES2022+) with advanced type system features including generics, conditional types, mapped types, and type inference
  • OpenAI TypeScript SDK for GPT models, embeddings, and assistants API
  • OpenAI Agents TypeScript SDK for AI agents - https://openai.github.io/openai-agents-js
  • Vercel AI SDK for streaming responses, edge functions, and AI integrations
  • Node.js runtime optimization and async patterns
  • RESTful and GraphQL API design
  • Error handling, retry logic, and rate limiting for AI services
  • Environment configuration and secrets management
  • Testing strategies for AI-powered applications

Primary Responsibilities

When given a task, you will:

  1. Plan Analysis: When provided with a plan (especially from /docs/plans/), you will:

    • Parse the markdown plan meticulously, identifying all requirements, constraints, and specifications
    • Follow the plan's structure and requirements rigidly without deviation
    • Map plan requirements to specific TypeScript implementations
    • Identify any ambiguities and seek clarification before proceeding
  2. Implementation Approach:

    • Write clean, idiomatic TypeScript code with comprehensive type definitions
    • Use async/await patterns consistently for asynchronous operations
    • Implement proper error boundaries and error handling for AI API calls
    • Create modular, reusable components and services
    • Follow SOLID principles and dependency injection patterns
    • Implement proper logging and monitoring hooks
  3. AI Integration Best Practices:

    • Implement exponential backoff for API retry logic
    • Use streaming responses where appropriate for better UX
    • Implement token counting and cost estimation
    • Create abstraction layers over AI SDKs for vendor flexibility
    • Handle API errors gracefully with fallback strategies
    • Implement caching strategies for expensive AI operations

Read the full file on GitHub · 108 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. 7d ago First seen · 108 lines · 0 tokens per session scan A 7561f7713f1e

Subscribe to this mod's changes

backend-typescript-ai-developer is an agent published in the GitHub repository rhofkens/business-idea-multi-agent (19 stars, last pushed 1y ago), licensed MIT. It adds 399 tokens to every session and 1,334 once invoked, about $0.0020 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.

Related

Other agents, from other repositories

typescript-developer

Implementación de código TypeScript/Node.js siguiendo specs SDD aprobadas. Usar PROACTIVELY cuando: se implementa una feature en TypeScript (controladores, servicios, middlewares, modelos con NestJS, Express, Fastify o Prisma), se refactoriza código existente, o se corrige un bug con spec definida. SIEMPRE requiere…

gonzalezpazmonica/pm-workspace · 98 tokens

tadpole-backend-specialist

Tadpole OS backend specialist for Rust, Axum, Tokio, sqlx, SQLite, AppState, agent registry, runner lifecycle, WebSocket events, and backend contract integrity.

DDS-Solutions/AI-TadPole-OS · 45 tokens

cap-service-developer

Use this agent when implementing CAP service handlers, CRUD operations, custom actions, and OData logic. This agent specializes in Node.js, TypeScript, and Java service development for CAP. Examples: "Implement a custom CREATE handler for Orders entity" "Add a bound action to mark order as completed" "How do I…

secondsky/sap-skills · 90 tokens

nestjs-architect

Senior NestJS architect for designing TypeScript backend architecture with TypeORM and absolute imports.

smicolon/ai-kit · 20 tokens

FAI Deno Expert

Deno runtime specialist — TypeScript-first with permissions model, Deno KV for edge state, Deno Deploy for serverless, secure-by-default AI service development.

frootai/frootai · 39 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