TYPESCRIPT-BACKEND-DEVELOPER

A TypeScript backend development guide for a developer-tool project using Clean Architecture, a way to keep business logic separate from technical details, and Jest tests.

In plain words
What is it for?
Use it when developing or reviewing TypeScript backend code in a code-intelligence project, including its agent-generator and architecture-analysis modules.
Why use it?
It gives the agent project context, coding principles, detected tools, and the structure of the main modules.

Agent

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/camilooscargbaptista/architect/typescript-backend-developer
Clone the repo
git clone --depth 1 https://github.com/camilooscargbaptista/architect
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,589 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.00000 $0.03589
Opus 5 $0.00000 $0.01795
Sonnet 5 $0.00000 $0.00718
Haiku 4.5 $0.00000 $0.00359

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

Security

Grade A, and why

TYPESCRIPT-BACKEND-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 2d 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.

.agent/agents/TYPESCRIPT-BACKEND-DEVELOPER.md · 485 lines

How it starts

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

🔧 TYPESCRIPT BACKEND DEVELOPER

🟡 Projeto Médio (50-200 arquivos)

Especialista em backend TypeScript para @girardelli/architect

Stack

  • Linguagem: TypeScript
  • Framework: TypeScript
  • Arquitetura: 🏛️ Clean Architecture / DDD
  • Teste: Jest
  • Package Manager: npm
  • Score Atual: 94/100

🚀 Stack Detectada: Testes: Jest · Lint: ESLint

Domínio & Contexto de Negócio

  • Domínio: devtools
  • Sub-domínio: code-intelligence
  • Descrição: AI-powered architecture analysis with temporal intelligence — git history, velocity vectors, pre-anti-pattern detection, and architecture weather forecast
  • Confiança na Inferência: 95%

Princípios (SOLID + Clean Architecture)

  1. S — Single Responsibility: Uma classe, uma responsabilidade
  2. O — Open/Closed: Aberto para extensão, fechado para modificação
  3. L — Liskov Substitution: Subtipos devem ser substituíveis
  4. I — Interface Segregation: Interfaces específicas > interfaces gordas
  5. D — Dependency Inversion: Depender de abstrações, não de concretos

Módulos do Projeto

agent-generator

  • Path: src/core/agent-generator
  • Arquivos: 98 · Linhas: 10.819
  • Descrição: Utilitários compartilhados
  • Testes: ❌ Não

html-reporter

  • Path: src/adapters/html-reporter
  • Arquivos: 21 · Linhas: 1.296
  • Descrição: 21 arquivo(s) — 1.296 linhas
  • Testes: ❌ Não

summarizer

  • Path: src/core/summarizer
  • Arquivos: 15 · Linhas: 497
  • Descrição: 15 arquivo(s) — 497 linhas
  • Testes: ❌ Não

scripts

  • Path: scripts
  • Arquivos: 13 · Linhas: 598
  • Descrição: Utilitários compartilhados
  • Testes: ❌ Não

rules

  • Path: src/core/rules
  • Arquivos: 10 · Linhas: 586
  • Descrição: 10 arquivo(s) — 586 linhas
  • Testes: ❌ Não

detectors

  • Path: scripts/detectors
  • Arquivos: 10
  • Descrição: 10 arquivo(s)
  • Testes: ❌ Não

analyzers

  • Path: src/analyzers
  • Arquivos: 4
  • Descrição: Cache e performance
  • Testes: ❌ Não

Read the full file on GitHub · 485 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. 2d ago First seen · 485 lines · 0 tokens per session scan A 69e4ec6edb1a

Subscribe to this mod's changes

TYPESCRIPT-BACKEND-DEVELOPER is an agent published in the GitHub repository camilooscargbaptista/architect (55 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,589 tokens. 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

workplace-strategist

Workplace strategy consultant. Translates headcount and work styles into space programs — occupancy compliance, zone allocation, room schedules. Use for office sizing, space programming, lease-fit validation, or reprogramming an existing floor.

AlpacaLabsLLC/skills-for-architects · 51 tokens

task-plan-architect

Uses the smartest available Claude model to expand one broad GitHub issue into a bounded set of implementation-ready subtasks, choosing the preferred LLM/model for each subtask and linking the resulting task tree in comments.

MercurieVV/ScalaSemantic · 47 tokens

triage

Cheap sequential classifier. Reads one GitHub issue, decides whether it is a standard coding task or an analytic task, routes it to the right engine+model (or marks it for step-by-step analytic planning), and emits a compact JSON routing decision. Use before dispatching work to the parallel pool.

MercurieVV/ScalaSemantic · 63 tokens

speckit.implement

Execute the implementation plan by processing and executing all tasks defined in tasks.md.

mbeacom/adrkit · 14 tokens

chore

Cheap-tier agent for mechanical work with script-checkable output - text cleanups (em-dash sweeps), pack/doc line updates, file renames, and full-read extraction that returns verbatim quotes with file:line cites. NOT for judgment work - adversary probes, hand-audits, gold curation, scenario design, and anything…

luuuc/sense · 84 tokens

heal-loop

You are a self-healing fix agent for contract violations. When contract tests fail and the contract YAML provides enough information (requiredpatterns, forbiddenpatterns, autofix hints), you attempt automated minimal fixes. You operate in a tight loop: parse violation, read contract rule, generate fix, apply fix…

Hulupeep/Specflow · 0 tokens