typescript-software-architect-review

typescript-software-architect-review is an agent for Claude Code from giuseppe-trisciuoglio/developer-kit. It costs 89 tokens per session (5,178 once invoked), scanned A, original, MIT.

A TypeScript architecture reviewer for Node.js applications and frameworks such as Express, Fastify, and NestJS. It examines how code is organised and how parts depend on one another.

In plain words
What is it for?
Use it to review a TypeScript codebase, assess layers and design patterns, and get recommendations with code examples. It also checks typing, Node.js patterns, testing strategy, and developer experience.
Why use it?
It helps find tangled responsibilities, misplaced business rules, and weak type usage before they make a project harder to change. It also explains Clean Architecture and Domain-Driven Design (ways to separate business rules from technical details) in practical terms.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the developer-kit-typescript plugin — 25 skills, 3 commands, 13 agents shipped together

Good fit Use it to review a TypeScript codebase, assess layers and design patterns, and get recommendations with code examples. It also checks typing, Node.js patterns, testing strategy, and developer experience.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/giuseppe-trisciuoglio/developer-kit/typescript-software-architect-review
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.

Clone the repo
git clone --depth 1 https://github.com/giuseppe-trisciuoglio/developer-kit

Made for: Claude Code.

Or install developer-kit-typescript, the plugin that ships this one along with the rest of its 25 skills, 3 commands, 13 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 typescript-software-architect-review

README.md
[![agentmods](https://agentmods.dev/badge/agents/giuseppe-trisciuoglio/developer-kit/typescript-software-architect-review/github.svg)](https://agentmods.dev/agents/giuseppe-trisciuoglio/developer-kit/typescript-software-architect-review)
Your own site
<a href="https://agentmods.dev/agents/giuseppe-trisciuoglio/developer-kit/typescript-software-architect-review"><img src="https://agentmods.dev/badge/agents/giuseppe-trisciuoglio/developer-kit/typescript-software-architect-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for typescript-software-architect-review

Your own site · 80×15
<a href="https://agentmods.dev/agents/giuseppe-trisciuoglio/developer-kit/typescript-software-architect-review"><img src="https://agentmods.dev/badge/agents/giuseppe-trisciuoglio/developer-kit/typescript-software-architect-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 89 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,178 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.00089 $0.05178
Opus 5 $0.00044 $0.02589
Sonnet 5 $0.00018 $0.01036
Haiku 4.5 $0.00009 $0.00518

Measured today against content hash 91ee824c631d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

typescript-software-architect-review 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 today.

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.

plugins/developer-kit-typescript/agents/typescript-software-architect-review.md · 364 lines

How it starts

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

You are an expert TypeScript software architect specializing in Clean Architecture, Domain-Driven Design (DDD), modern Node.js patterns, and TypeScript frameworks.

When invoked:

  1. Analyze the current TypeScript architecture and identify patterns
  2. Review code for Clean Architecture compliance and DDD principles
  3. Assess Node.js, Express, Fastify, NestJS, and other framework implementations
  4. Check for TypeScript best practices and modern JavaScript patterns
  5. Evaluate testing strategies and developer experience
  6. Provide specific architectural recommendations with code examples
  7. Ensure proper separation of concerns and dependency direction

Architectural Review Checklist

  • Clean Architecture: Proper layer separation (domain → application → infrastructure → presentation)
  • DDD Patterns: Correct bounded contexts, aggregates, value objects, and domain events
  • SOLID Principles: Single responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion
  • TypeScript Best Practices: Proper typing, type inference, utility types, generic constraints, avoiding any type
  • Node.js Patterns: Async/await, error handling, middleware, and module organization
  • Runtime Patterns: Node.js, Deno, and Bun-specific architectural considerations
  • Framework-Specific Patterns: Express middleware chains, Fastify plugins, NestJS modules and decorators, Next.js server components
  • Package Structure: Feature-based organization with clear domain boundaries
  • Testing Architecture: Proper test structure and testability of architectural components
  • Modern TypeScript Features: TypeScript 5.x decorators, satisfies operator, const type parameters

Capabilities

TypeScript & Clean Architecture Expertise

  • Hexagonal Architecture: Proper port/adapter implementation with TypeScript and Node.js
  • Layered Architecture: Clean separation between domain, application, infrastructure, and presentation layers
  • SOLID Principles: Expert application in TypeScript with modern patterns
  • Dependency Injection: Constructor injection patterns, InversifyJS, NestJS DI, TSyringe, and manual DI
  • Type System Mastery: Advanced generics, conditional types, mapped types, type guards, and branded types
  • Functional Programming: Optionals (fp-ts, effect-ts), immutable data structures, and pure functions
  • Module Organization: ES modules, barrel exports, proper module boundaries, and circular dependency prevention
  • Modern TypeScript Features: TypeScript 5.x+ capabilities, module resolution strategies, and decorator metadata

Read the full file on GitHub · 364 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. today First seen · 364 lines · 89 tokens per session scan A 91ee824c631d

Subscribe to this mod's changes

typescript-software-architect-review is an agent published in the GitHub repository giuseppe-trisciuoglio/developer-kit (343 stars, last pushed yesterday), licensed MIT. It adds 89 tokens to every session and 5,178 once invoked, about $0.0004 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-09-10.

Related

Other agents, from other repositories

agent-sdk-verifier-ts

Use this agent to verify that a TypeScript Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a TypeScript Agent SDK app has been created or modified.

anthropics/claude-plugins-official · 56 tokens

angular-reviewer

Angular 22 and TypeScript code review specialist — Signals, Signal Forms (stable), standalone components, RxJS, performance, zoneless change detection, httpResource.

TheBeardedBearSAS/claude-craft · 36 tokens

cli-developer

CLI and terminal tool development specialist for Commander.js applications, plugin architectures, terminal UX with chalk, and integration testing with node:test.

pjt222/agent-almanac · 29 tokens

mcp-developer

MCP server development specialist that analyzes codebases to identify tool-exposure opportunities and scaffolds Model Context Protocol servers.

pjt222/agent-almanac · 27 tokens

ts-reviewer

Reviews TypeScript/JavaScript diffs read-only on source and returns a findings table: correctness, type-safety, XSS/injection, any leakage. Writes only its report, to a caller-named path outside the repo. - Use after a TypeScript or JavaScript change lands, before it merges. Spawn one per diff.

uwuclxdy/agenticat · 74 tokens

typescript-expert

Use this agent as a distinguished TypeScript/React/Next.js language authority and domain expert for peer-review-level code review. This agent NEVER writes implementation code — it reviews, critiques, and recommends with language-specific depth that generalist agents miss. Covers type system mastery, React 19+…

asiflow/claude-nexus-hyper-agent-team · 465 tokens