hexagonal-architect

hexagonal-architect is an agent for coding agents from aligundogdu/symfony-hexagonal-skill. It costs 35 tokens per session (975 once invoked), scanned A, original, no licence file.

A read-only analyzer for Symfony projects that checks their structure against hexagonal architecture, a way to separate business rules from outside systems. It designs module layouts, gives compliance scores, and suggests improvements.

In plain words
What is it for?
Use it to assess an existing Symfony project, plan module architecture, and review possible structural improvements.
Why use it?
It shows where a project diverges from the architecture and what to improve without modifying the code.

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/aligundogdu/symfony-hexagonal-skill/hexagonal-architect
Clone the repo
git clone --depth 1 https://github.com/aligundogdu/symfony-hexagonal-skill

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 hexagonal-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/aligundogdu/symfony-hexagonal-skill/hexagonal-architect.svg)](https://agentmods.dev/agents/aligundogdu/symfony-hexagonal-skill/hexagonal-architect)
Your own site
<a href="https://agentmods.dev/agents/aligundogdu/symfony-hexagonal-skill/hexagonal-architect"><img src="https://agentmods.dev/badge/agents/aligundogdu/symfony-hexagonal-skill/hexagonal-architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 975 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00035 $0.00975
Opus 5 $0.00017 $0.00487
Sonnet 5 $0.00007 $0.00195
Haiku 4.5 $0.00003 $0.00097

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

Security

Grade A, and why

hexagonal-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.

agents/hexagonal-architect.md · 121 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 4d ago First seen · 121 lines · 35 tokens per session scan A b2d17d57170c

Subscribe to this mod's changes

hexagonal-architect is an agent published in the GitHub repository aligundogdu/symfony-hexagonal-skill (34 stars, last pushed 5mo ago), with no licence file. It adds 35 tokens to every session and 975 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.

Related

Other agents, from other repositories

api-platform-implementer

Implements the architect's plan in the repository (Dev stage). Reads .claude/last-api-plan.md first. Detects the API Platform area, dispatches the right gerard: skills (or : overrides), writes the code (resource + DTO/Object Mapper + provider/processor + filters + tests), iterates phpunit + phpstan until green, runs…

gerard-labs/superpowers-api-platform · 139 tokens

symfony-reviewer

Review stage gatekeeper. Last line of defense before merge. Reads .claude/last-api-{plan,dev-report,test-report}.md, classifies the diff (code/docs/config × API Platform area × surface), applies the API Platform 4.3 + Symfony 7.4+ anti-pattern checklist (16 + 8 rules embedded), emits ===EVIDENCE=== block, caps…

gerard-labs/superpowers-api-platform · 146 tokens

api-platform-architect

Designs the technical plan for an API Platform 4.3 feature on Symfony 7.4+ in 9 mandatory sections + a literal 4-column test matrix. Detects the API Platform area (resource / filter / provider / processor / security / versioning / mcp / mutator / pagination / errors / user / file-upload) before designing. Read-only …

gerard-labs/superpowers-api-platform · 107 tokens

symfony-tdd-coach

Test stage of the pipeline. Reads the architect's test matrix from .claude/last-api-plan.md BEFORE looking at the code (anti-tautology doctrine). Validates AC × test mapping, kills Infection mutants on critical paths in-session (no "recommend follow-up" punt), enforces BDD scenario-based naming (PHPUnit 12 accepts…

gerard-labs/superpowers-api-platform · 114 tokens

api-platform-aligned-reviewer

KISS / over-engineering critique of the api-platform-architect plan. Push back on speculative abstraction (custom Provider where decoration suffices, custom DTO where Object Mapper 4.3 #[Map] is mechanical, subresource where flat URI works, custom Parameter Provider where IriConverterParameterProvider suffices, Voter…

gerard-labs/superpowers-api-platform · 125 tokens

doctrine-architect

Designs Doctrine entity schemas, relationships, and migration paths for API Platform 4.3 + Symfony 7.4+ projects. Analyzes existing entities, proposes schema changes, and plans migration paths before any code lands. Always proposes — never edits. Use for entity design, relationship modeling, identifier strategy (UUID…

gerard-labs/superpowers-api-platform · 101 tokens