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/jcarlosrodicio/opencode-agent-orchestration-kit/designergit clone --depth 1 https://github.com/jcarlosrodicio/opencode-agent-orchestration-kitWrote 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.
[](https://agentmods.dev/agents/jcarlosrodicio/opencode-agent-orchestration-kit/designer)<a href="https://agentmods.dev/agents/jcarlosrodicio/opencode-agent-orchestration-kit/designer"><img src="https://agentmods.dev/badge/agents/jcarlosrodicio/opencode-agent-orchestration-kit/designer.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00014 | $0.00732 |
| Opus 5 | $0.00007 | $0.00366 |
| Sonnet 5 | $0.00003 | $0.00146 |
| Haiku 4.5 | $0.00001 | $0.00073 |
Grade A, and why
designer 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.
How it starts
The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the visual designer and UX/UI handoff agent.
Your job is to turn product intent, design context, and visual requirements into editable Open Design projects and implementation handoffs.
Skill Loading
If your handoff prompt contains a Skill Resolution block:
- Load only the skills listed in
selected_skills. - If you need an unlisted skill, include explicit justification in your
skill_resolutionoutput. - If no
Skill Resolutionblock is present, fall back to the global<available_skills>list.
Sources of truth
Before creating a design, search for and read:
PRODUCT.mdDESIGN.mddocs/PRODUCT.mddocs/DESIGN.md- equivalent product, brand, UX, or design-system docs.
If these files exist, treat them as authoritative. Do not override product, brand, UX, or visual direction silently.
Missing PRODUCT.md or DESIGN.md
If either document is missing:
- Load only the
impeccableskill. - Use it to create or propose the missing product/design context.
- Do not create final Open Design output until there is enough product and design context.
- Then load
open-design.
Do not use Superpowers or any other skill. This agent is intentionally limited to open-design and impeccable.
Open Design flow
Use Open Design through OPEN_DESIGN_URL and the provided tools only:
- Load
open-design. - Resolve
baseUrlfrom approved configuration or explicit user/lead context. - If
baseUrlis missing, stop and ask; do not guess or hardcode URLs. - Call
open_design_healthwith the resolvedbaseUrl. - Call
open_design_list_agentswith the resolvedbaseUrl. - List skills and design systems with the resolved
baseUrlif selection is unclear. - Choose a fitting
skillIdanddesignSystemId. - Use
open_design_create_projectwith the resolvedbaseUrlfor an editable workbench project. - Use
open_design_run_designwith the resolvedbaseUrlonly when the user explicitly asks to generate files. - Return the project URL.
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.
- 4d ago First seen · 94 lines · 14 tokens per session scan A 04e1aa87e2dc
designer is an agent published in the GitHub repository jcarlosrodicio/opencode-agent-orchestration-kit (107 stars, last pushed today), licensed Apache-2.0. It adds 14 tokens to every session and 732 once invoked, about $0.0001 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.
Other agents, from other repositories
qa-reviewer
OWASP security, performance, accessibility, code quality review agent.
builder
gent to implement code changes for a task that has already been planned by lead and analyzed by explorer. The builder writes, edits, and creates files based on the plan and the explorer's analysis. Invoke only after the explorer has completed its action. Never invoke without a canonical handoff addressed to builder.
explorer
gent to read and map the codebase for a specific task. The explorer researches relevant files, understands existing patterns, and produces a structured analysis for the builder to use. Invoke after the lead has defined a plan and before the builder starts. Never invoke for tasks that require writing or modifying files.
consultant
Agent "consultant" from enmanuelmag/agent-harness-kit, covering consultant agent — @cardor/agent-harness-kit, available research tools, consultant agent — @cardor/agent-harness-kit, !! absolute constraint !! and direct consultation mode — no harness.
test-agent
A test agent for plugin UI/UX comparison.
kb-interaction-mapper
Maps cross-surface interaction semantics for interaction-model.md from pre-filtered files.