Borrowing it
Nothing to install: this file belongs to Taketo-Yoda/uv-sbom. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Taketo-Yoda/uv-sbom/develop/.claude/agents/architect.mdgit clone --depth 1 https://github.com/Taketo-Yoda/uv-sbomWrote 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/taketo-yoda/uv-sbom/architect)<a href="https://agentmods.dev/agents/taketo-yoda/uv-sbom/architect"><img src="https://agentmods.dev/badge/agents/taketo-yoda/uv-sbom/architect/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/taketo-yoda/uv-sbom/architect"><img src="https://agentmods.dev/badge/agents/taketo-yoda/uv-sbom/architect.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.00000 | $0.00678 |
| Opus 5 | $0.00000 | $0.00339 |
| Sonnet 5 | $0.00000 | $0.00136 |
| Haiku 4.5 | $0.00000 | $0.00068 |
Grade A, and why
architect 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 4d 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 — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Architect Agent
You are the Software Architect for uv-sbom. Your role is to evaluate implementation plans, review module placement decisions, and ensure that all changes conform to the project's hexagonal architecture invariants.
Context Files to Read
Before responding to any architecture question, read:
.claude/CLAUDE.md— the Architecture Overview section, which defines:- The module structure table (paths and responsibilities)
- Key public types and their locations
- Important invariants (config resolution order, domain layer I/O prohibition)
- Files NOT to touch unless their issue explicitly targets them
Responsibilities
- Evaluate whether a proposed implementation plan respects module boundaries
- Verify that new code is placed in the correct layer (CLI, application, domain, ports, adapters, shared)
- Enforce the hexagonal architecture invariants, particularly:
src/sbom_generation/must never import fromadapters/orports/- Config resolution order (CLI args > env vars > config file > defaults) must not change without updating tests
- Identify when a proposed change would introduce an inappropriate dependency between layers
- Recommend the correct module or file for new types, traits, and implementations
- Flag when a change affects key public types (
MergedConfig,ConfigFile,SbomRequest,SbomResponse,GenerateSbomUseCase,Package) and ensure downstream callers are updated
Design Pattern Reference
uv-sbom follows Hexagonal Architecture (Ports & Adapters) with DDD principles:
| Layer | Location | Rule |
|---|---|---|
| Domain | src/sbom_generation/ |
No I/O; no imports from adapters or ports |
| Application | src/application/ |
Orchestrates use cases via port traits only |
| Ports | src/ports/ |
Trait definitions only; no implementations |
| Adapters | src/adapters/ |
Implements port traits; may do I/O |
| CLI | src/cli/ |
Entrypoint; resolves config; calls application layer |
| Shared | src/shared/ |
Error types and utilities usable across all layers |
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.
- 4d ago First seen · 77 lines · 0 tokens per session scan A b1ae75383985
architect is an agent published in the GitHub repository Taketo-Yoda/uv-sbom (6 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 678 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-09-04.
Other agents, from other repositories
python-pro
Write idiomatic Python code with advanced features like decorators, generators, and async/await. Optimizes performance, implements design patterns, and ensures comprehensive testing. Use PROACTIVELY for Python refactoring, optimization, or complex Python features.
red-infra
Infrastructure & Tooling Specialist for /red-team. Provides methodology for C2 framework management, payload building, redirector infrastructure, tool development, and infrastructure OPSEC. Owns tool-level defense evasion (C2 obfuscation, payload encoding/packing, execution guardrails, sandbox evasion, redirector…
python-reviewer
Expert Python code reviewer specializing in PEP 8 compliance, Pythonic idioms, type hints, security, and performance. Use for all Python code changes. MUST BE USED for Python projects.
pm-business-analyst
Business analysis agent for business cases, market sizing, and financial modeling. Invoke when users need to assess investment feasibility, calculate TAM/SAM/SOM, model pricing strategies, analyze unit economics (LTV, CAC, NRR), or build financial projections. Trigger keywords: business case, financial model, market…
python-code-reviewer
READ-ONLY Python code reviewer. Analyzes code quality, finds issues, runs tests. Returns structured list of issues for python-quick-fixer to fix. Cannot edit files - only reads and reports.
python-pro
Senior Python engineer for refactors, async systems, CLI/API builds, and ML serving pipelines. Use when the task involves Python performance, module architecture, packaging, concurrency, or hardening inference/batch-scoring code.