Armory
Source
Browse
Sub-Agents

backend-typescript-architect

Use this agent when you need expert backend development work in TypeScript with Bun runtime, including API design, database integration, server architecture, performance optimization, or any backend-focused development tasks. Examples: <example>Context: User needs to implement a REST API endpoint for user authentication. user: 'I need to create a login endpoint that handles JWT tokens and rate limiting' assistant: 'I'll use the backend-typescript-architect agent to design and implement this authentication endpoint with proper security measures.' <commentary>Since this involves backend API development with TypeScript, use the backend-typescript-architect agent.</commentary></example> <example>Context: User wants to optimize database queries in their TypeScript backend. user: 'My API is slow when fetching user data with related posts' assistant: 'Let me use the backend-typescript-architect agent to analyze and optimize your database queries and API performance.' <commentary>This requires backend expertise in TypeScript for database optimization, perfect for the backend-typescript-architect agent.</commentary></example>

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install backend-typescript-architect --cli claude

writes the file to.claude/agents/backend-typescript-architect.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/agents/backend-typescript-architect.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

hesreallyhim/awesome-claude-code-agents sub-agent backend-typescript-architect. Use this agent when you need expert backend development work in TypeScript with Bun runtime, including API design, database integration, server architecture, performance optimization, or any backend-focused development tasks. Examples: Context: User needs to implement a REST API endpoint for user authentication. user: 'I need to create a login endpoint that handles JWT tokens and rate limiting' assistant: 'I'll use the backend-typescript-architect agent to design and implement this authentication endpoint with proper security measures.' Since this involves backend API development with TypeScript, use the backend-typescript-architect agent. Context: User wants to optimize database queries in their TypeScript backend. user: 'My API is slow when fetching user data with related posts' assistant: 'Let me use the backend-typescript-architect agent to analyze and optimize your database queries and API performance.' This requires backend expertise in TypeScript for database optimization, perfect for the backend-typescript-architect agent.

When to use it

Use this agent when you need expert backend development work in TypeScript with Bun runtime, including API design, database integration, server architecture, performance optimization, or any backend-focused development tasks. Examples: Context: User needs to implement a REST API endpoint for user authentication. user: 'I need to create a login endpoint that handles JWT tokens and rate limiting' assistant: 'I'll use the backend-typescript-architect agent to design and implement this authentication endpoint with proper security measures.' Since this involves backend API development with TypeScript, use the backend-typescript-architect agent. Context: User wants to optimize database queries in their TypeScript backend. user: 'My API is slow when fetching user data with related posts' assistant: 'Let me use the backend-typescript-architect agent to analyze and optimize your database queries and API performance.' This requires backend expertise in TypeScript for database optimization, perfect for the backend-typescript-architect agent.

How to install / invoke

# copy into your project's .claude/agents/
curl -sL https://github.com/hesreallyhim/awesome-claude-code-agents/raw/main/agents/backend-typescript-architect.md -o .claude/agents/backend-typescript-architect.md

Notes

Extracted from hesreallyhim/awesome-claude-code-agents.