Agent
Main coda agent that orchestrates ACC (Automated Compliance Checking) runs. Coordinates translator and fixer subagents to iteratively validate and fix building designs against targets.
43 tagged design patterns, measured the same way as everything else here.
Browse within: clean-architecture 32domain-driven-design 32golang 323d 9Dynamo 9graph-rewriting 9grasshopper 9parametric-design 9
Agent
Main coda agent that orchestrates ACC (Automated Compliance Checking) runs. Coordinates translator and fixer subagents to iteratively validate and fix building designs against targets.
Agent
Fixes a semio design to address compliance breachs from validation reports by modifying the design via the semio MCP server.
Agent
Translates a semio design into the Berlin Building Code (blnbo) target format by reading the design via the semio MCP server and producing a structured JSON translation that the blnbo Go validator can consume.
Agent
Reads a user's agent artifact (skill, agent definition, plugin, hooks, or multi-agent workflow) strictly read-only and consults the published agentic-atlas corpus, returning either a cited audit of the artifact against the patterns or a cited edit plan for applying one named pattern. Two modes selected by the dispatch…
Agent
Explores the published agentic-atlas pattern corpus for a stated design problem and returns a distilled, situation-specific consultation — which patterns apply, what each prescribes or warns for this design, tensions between them, and fetchable citations for deeper reading. Pure corpus traversal, no file access.…
Agent
Accessibility audit specialist — depth-first WCAG 2.2 AA review of frontend diffs for ARIA misuse, focus mismanagement, color contrast, and screen-reader anti-patterns. Invoke when you want a focused a11y report, not a holistic code review.
Agent
Focused implementer sub-agent — receives a scoped brief (goal, file set, verify command) from the orchestrator, implements only the assigned file group, and returns a structured summary. Invoke when swe-workbench:workflow-delegated-implementation delegates a cohesive change group to reduce orchestrator context. Never…
Agent
Performance triage specialist — profile-driven hotspot analysis for confirmed bottlenecks. Refuses speculative optimization requests by demanding profiling evidence first. Invoke when you have a profile (flame graph, allocation report, query log, benchmark) and need a ranked hotspot read with optimization…