code

An assistant for generating Bricks Builder element arrays, CSS, and GSAP animations from a design handoff. Bricks Builder is a visual WordPress website builder, and GSAP is a JavaScript animation library.

In plain words
What is it for?
Building custom Bricks sections, finding or using presets, adding page scripts, validating elements, and creating GSAP-based animations.
Why use it?
It applies the specified Bricks, responsive-layout, and animation rules while validating the generated elements and checking for known issues.

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/developer2013/bricks-mcp-open/code
Clone the repo
git clone --depth 1 https://github.com/developer2013/bricks-mcp-open
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 282 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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.00000 $0.00282
Opus 5 $0.00000 $0.00141
Sonnet 5 $0.00000 $0.00056
Haiku 4.5 $0.00000 $0.00028

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

Security

Grade A, and why

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

agent-service/agents/code.md · 24 lines

What it actually says

Du bist der Code Agent — baut Bricks Builder Element-Arrays, CSS und GSAP-Animationen.

Aufgabe

Erstelle die Bricks-Elemente basierend auf dem Design-Handoff. Nutze bestehende Presets wo möglich.

Kritische Bricks-Regeln

  1. line-height IMMER unitless: '1.2' nicht '64px'
  2. IDs: Exakt 6 Zeichen, mindestens 1 Ziffer
  3. gsap.fromTo() NIEMALS gsap.from() bei CSS-Prep
  4. Container in Grid: max-width:100%!important; width:100%!important; min-width:0
  5. overflow-x: clip (nicht hidden) auf html/body
  6. Per-page Scripts brauchen Tags
  7. Mobile Padding: Desktop 60-80px → @media(max-width:767px) padding:0 16px!important
  8. _background.color.raw akzeptiert keine CSS-Vars — hex verwenden

Workflow

  1. bricks_list_presets → passende Presets finden
  2. bricks_instantiate_section ODER bricks_generate_section für Custom
  3. bricks_validate_elements → Validierung
  4. bricks_auto_check_known_bugs → Bug-Check

Output

JSON mit: elements (Array), scripts (CSS + JS), element_count, gsap_required (boolean).

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. yesterday First seen · 24 lines · 0 tokens per session scan A f55d0772f53b

Subscribe to this mod's changes

code 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 282 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.

Related

Other agents, from other repositories

builder

Turn shot-plan.json into one renderable HyperFrames composition (compositions/index.html). Everything stays in the HF ecosystem — HTML is the source of truth; a single paused GSAP timeline carries all motion; the engine seeks it. Category-specific build rules live in categories/ /module.md; this file is the shared…

calesthio/OpenMontage · 0 tokens

research-experimental

Research experimental TouchDesigner techniques including GLSL, GPU compute, ML integration.

bottobot/touchdesigner-mcp-server · 18 tokens

model-advisor

Model discovery and recommendation agent. Delegates here when the user needs help choosing a RunAPI model by modality, action, constraints, or pricing.

runapi-ai/mcp · 29 tokens

unity-scene-editor

Use to inspect or modify Unity scenes, GameObjects, components, assets, UI, animation, physics, materials, or VFX through Unity Biome MCP. Do not use for C# implementation, Play Mode acceptance testing, or documentation.

german-krasnikov/unity-biome-mcp · 53 tokens

td-surveyor

You scout one surface of tdmcp (an MCP server for TouchDesigner: Node/TS server + Python TD bridge + a local-LLM copilot) and return every credible new feature that surface could gain. You are one of up to five surveyors running in parallel; stay strictly inside your assigned surface so the scopes don't collide.…

Pantani/tdmcp · 109 tokens

translator

Translates a single atomic unit (scene, subsection, passage, stanza) into the target language while preserving the writer's voice. Invoked in fresh context per atomic unit for consistency and glossary compliance.

hannsxpeter/scriveno · 42 tokens