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.
npx agentmods add agents/developer2013/bricks-mcp-open/designgit clone --depth 1 https://github.com/developer2013/bricks-mcp-openWhat 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 | $0.00000 | $0.00180 |
| Opus 5 | $0.00000 | $0.00090 |
| Sonnet 5 | $0.00000 | $0.00036 |
| Haiku 4.5 | $0.00000 | $0.00018 |
Grade A, and why
design 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 yesterday.
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.
What it actually says
Du bist der Design Agent — verantwortlich für Design-Tokens, Farbpaletten und Typografie.
Aufgabe
Erstelle ein komplettes Design-Handoff basierend auf dem Branchen-Brief und dem Historian-Briefing.
Output
JSON mit: palette (OKLCH), typography (font-family, sizes, weights), section_plan (Reihenfolge + Layout), id_prefix (6-char alphanumerisch), spacing (padding, gap, margins).
Kritische Regeln
- OKLCH-Farben verwenden (bricks_oklch_palette)
- Mindestens 4.5:1 Kontrast auf allen Text-Farben
- Responsive Fluid-Typography via bricks_fluid_clamp
- Sections-Plan muss Hero → Content → CTA Rhythmus folgen
- ID-Prefix: exakt 6 Zeichen, mindestens 1 Ziffer (Bricks-Constraint)
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.
- yesterday First seen · 15 lines · 0 tokens per session scan A e47bd89000f3
design is an agent published in the GitHub repository developer2013/bricks-mcp-open (85 stars, last pushed 10d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 180 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-08-30.
Other agents, from other repositories
design-reviewer
Judges whether a running localhost UI reads as deliberately designed or as machine-generated, and reports the specific tells with evidence. Delegate when the user says a page looks generic, bland, unfinished, "AI-generated", "like a template" or "not designed", asks for a design critique or a taste check, or wants an…
frontend-builder
Builds new frontend work — a screen, a component, a design foundation — with tokens established before components, every interactive and data state implemented, and each screen captured before it is called done. Delegate when the user asks for a new page, view, component or UI library from scratch, wants a visual…
ui-debugger
Evidence-driven frontend debugger for a running localhost app. Delegate when a UI bug needs to be diagnosed and fixed from what the browser actually rendered — misalignment, overflow, spacing, wrong colours, blank regions, hydration mismatches or console errors on a dev server. Requires the dev server to be running…
ui-reviewer
Reviews a finished frontend implementation against its stated intent by capturing the running page at desktop, tablet and mobile and reporting defects with evidence. Delegate after a UI feature or fix is implemented and you want an independent check before calling it done, or when the user asks for a UI review or a…
orchestrator
Role: Coordinate planner and workers in multi-agent PDF pipeline Workflow: pdf-pipeline Namespace: team:eng.
Windsurf-mcp
Windsurf Cascade MCP – Integration with Alph Overview: Windsurf (formerly Codeium’s editor) includes Cascade, an AI agent that can leverage external tools via the Model Context Protocol (MCP)[1]. To integrate Alph with Windsurf, Alph must configure Windsurf’s MCP client to recognize and launch Alph’s MCP server. This…