design patterns agents

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

coda-mainagent

01

usalu/semio

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.

21 4d ago A 38 tokens AGPL-3.0

usalu/semio

Agent

Fixes a semio design to address compliance breachs from validation reports by modifying the design via the semio MCP server.

21 4d ago A 32 tokens AGPL-3.0

usalu/semio

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.

21 4d ago A 55 tokens AGPL-3.0

design-auditor

04

aj604/agentic-atlas-plugin

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…

3 yesterday A 92 tokens

pattern-librarian

05

aj604/agentic-atlas-plugin

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

3 yesterday A 79 tokens

lugassawan/swe-workbench

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.

2 yesterday A 60 tokens original MIT

code-impl

07

lugassawan/swe-workbench

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…

2 yesterday A 72 tokens original MIT

performance-tuner

08

lugassawan/swe-workbench

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…

2 yesterday A 69 tokens original MIT