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.
npx agentmods add agents/camilooscargbaptista/architect/typescript-backend-developergit clone --depth 1 https://github.com/camilooscargbaptista/architectWhat 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 | $0.00000 | $0.03589 |
| Opus 5 | $0.00000 | $0.01795 |
| Sonnet 5 | $0.00000 | $0.00718 |
| Haiku 4.5 | $0.00000 | $0.00359 |
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.
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)
- S — Single Responsibility: Uma classe, uma responsabilidade
- O — Open/Closed: Aberto para extensão, fechado para modificação
- L — Liskov Substitution: Subtipos devem ser substituíveis
- I — Interface Segregation: Interfaces específicas > interfaces gordas
- 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
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.
- 2d ago First seen · 485 lines · 0 tokens per session scan A 69e4ec6edb1a
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.
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.
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.
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.
speckit.implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.
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…
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…