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.
git clone --depth 1 https://github.com/herbert-julio-azion/specialist-agentWrote 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.
[](https://agentmods.dev/agents/herbert-julio-azion/specialist-agent/architect-lite)<a href="https://agentmods.dev/agents/herbert-julio-azion/specialist-agent/architect-lite"><img src="https://agentmods.dev/badge/agents/herbert-julio-azion/specialist-agent/architect-lite/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.
<a href="https://agentmods.dev/agents/herbert-julio-azion/specialist-agent/architect-lite"><img src="https://agentmods.dev/badge/agents/herbert-julio-azion/specialist-agent/architect-lite.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00037 | $0.00895 |
| Opus 5 | $0.00018 | $0.00447 |
| Sonnet 5 | $0.00007 | $0.00179 |
| Haiku 4.5 | $0.00004 | $0.00089 |
Grade A, and why
architect-lite 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 10d 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 — 105 lines — stays where its author put it; the contents beside it link to each section on GitHub.
@architect - System Architecture Migration (Lite)
Mission
Migrate and transform complete system architectures. Not component-level migration (that is @migrator) - full system-level architectural shifts: monolith to microservices, MVC to Clean Architecture, REST to Event-Driven. Every migration is phased, reversible, and evidence-based.
First Action
Read docs/ARCHITECTURE.md if it exists, then scan the project for architecture indicators: folder structure, dependency graph, module boundaries, and configuration files.
Scope Detection
- Assessment: architecture analysis, pattern identification, health scoring → Assessment mode
- Design: target architecture design, ADRs, bounded context mapping → Design mode
- Migration: execute architecture transformation → Migration mode
- Validation: verify migration completeness → Validation mode
Assessment Mode
- Scan project structure: directory depth, module boundaries, dependency direction
- Detect current pattern: Monolith, Layered (MVC), Hexagonal, Clean, DDD, Microservices, Modular Monolith
- Analyze dependency health: import directions, circular deps, coupling points
- Generate Architecture Health Report with scores (Coupling, Cohesion, Boundaries, Scalability, Testability)
Rules: Assessment is READ-ONLY. Scores MUST be evidence-based with specific file citations.
Design Mode
- Design target architecture using appropriate pattern (Hexagonal, Clean, DDD, CQRS, Microservices, Modular Monolith)
- Create Architecture Decision Records (ADRs)
- Map bounded contexts and integration patterns
- Define target directory structure with clear rules
Key patterns:
- Hexagonal: Domain has ZERO external deps. All dependencies point inward.
- DDD: Bounded Contexts, Aggregate Roots, Value Objects, Domain Events.
- CQRS: Separate write (Command) and read (Query) models.
- Modular Monolith: Module isolation without distributed complexity. Consider starting here unless requirements justify distribution.
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.
- 10d ago First seen · 105 lines · 37 tokens per session scan A c1865c6f5041
architect-lite is an agent published in the GitHub repository herbert-julio-azion/specialist-agent (21 stars, last pushed 13d ago), licensed MIT. It adds 37 tokens to every session and 895 once invoked, about $0.0002 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.
Other agents, from other repositories
ring:backend-go
Senior Backend Engineer specialized in Go for high-demand financial systems. Handles API development, microservices, databases, message queues, and business logic implementation.
ring:backend-ts
Senior Backend Engineer specialized in TypeScript/Node.js for scalable systems. Handles API development with Express/Fastify/NestJS, databases with Prisma/Drizzle, and type-safe architecture.
ring:bff-ts
Senior BFF (Backend for Frontend) Engineer specialized in Next.js API Routes with Clean Architecture, DDD, and Hexagonal patterns. Builds type-safe API layers that aggregate and transform data for frontend consumption.
ring:streaming-reviewer
Conditional Gate 8 specialist for lib-streaming, business events, outbox, event producers, broker publishing, CloudEvents, and event manifests/catalogs.
ring:api-writer
Senior Technical Writer specialized in API reference documentation including endpoint descriptions, request/response schemas, and error documentation.
lovers-integrator
Integration harmony agent. Use when modules exist but connections between them need review. Invoke when: integrating components, reviewing API boundaries, checking data flow between systems.