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 skills add cruzs85/opencode-multiagente-local-37-iterations --skill design-verificationgit clone --depth 1 https://github.com/cruzs85/opencode-multiagente-local-37-iterationsWrote 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/skills/cruzs85/opencode-multiagente-local-37-iterations/design-verification)<a href="https://agentmods.dev/skills/cruzs85/opencode-multiagente-local-37-iterations/design-verification"><img src="https://agentmods.dev/badge/skills/cruzs85/opencode-multiagente-local-37-iterations/design-verification/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/cruzs85/opencode-multiagente-local-37-iterations/design-verification"><img src="https://agentmods.dev/badge/skills/cruzs85/opencode-multiagente-local-37-iterations/design-verification.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00034 | $0.00834 |
| Opus 5 | $0.00017 | $0.00417 |
| Sonnet 5 | $0.00007 | $0.00167 |
| Haiku 4.5 | $0.00003 | $0.00083 |
Grade A, and why
design-verification 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 12d 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 — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Design Verification — Dinosaur Runner
Objetivo
Verificar que los componentes HTML/SCSS implementados coincidan con las especificaciones visuales definidas en ui-design-system.
Cuándo usarla
Debe cargarla @verifier DESPUÉS de que code-writer complete un lote de componentes visuales (welcome-screen, game-board, game-over, menús, HUD).
Cómo usarla
Paso 1: Identificar los archivos SCSS modificados
Usar glob para encontrar los archivos .component.scss del lote actual.
Paso 2: Verificar uso de variables CSS (OBLIGATORIO)
Para cada archivo SCSS, verificar que NO contenga colores hex hardcodeados que DEBERÍAN ser variables del design system.
Excepciones permitidas (colores que pueden ser hardcodeados):
- Colores dentro de Canvas 2D (ctx.fillStyle, ctx.strokeStyle) — el canvas usa shadowColor/shadowBlur
- Gradientes específicos no definidos en el design system
- Colores de animaciones keyframe
Regla: Si existe # seguido de 3 o 6 dígitos hex FUERA de un contexto Canvas 2D, debe ser una variable CSS var(--...).
Excepciones:
#000y#fffo#ffffff(blanco y negro básicos)- Colores dentro de strings de canvas (
ctx.fillStyle = '#39ff14') - Animaciones
@keyframes
Paso 3: Verificar fuente tipográfica
Para cada archivo SCSS, verificar que:
font-familyincluya'Inter'o'Press Start 2P'según el contexto- No use fuentes genéricas serif donde debería usar Inter
Paso 4: Verificar efectos neon (donde aplica)
Para componentes que tengan botones o elementos interactivos:
- Deben usar
box-shadowcon colores neon ovar(--neon-*) - Deben usar
border: 1px solidcon color neon
Paso 5: Verificar espaciado
- Los márgenes/paddings deben usar
var(--space-*)o valores consistentes con la escala (4, 8, 16, 24, 40, 64px)
Formato de reporte
🔍 VERIFICACIÓN DE DISEÑO
Archivos revisados: [lista]
CSS variables: ✅ Usa var(--neon-*) correctamente | ❌ Hex hardcodeado: [línea]
Fuentes: ✅ Inter/Press Start 2P | ❌ Fuente incorrecta: [detalle]
Neon effects: ✅ Presentes | ❌ Faltantes: [detalle]
Espaciado: ✅ Usa escala del design system | ❌ Inconsistencias: [detalle]
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.
- 12d ago First seen · 74 lines · 34 tokens per session scan A 7d63cb3216a3
design-verification is a skill published in the GitHub repository cruzs85/opencode-multiagente-local-37-iterations (5 stars, last pushed 2mo ago), licensed MIT. It adds 34 tokens to every session and 834 once invoked, about $0.0002 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-31.
Other skills, from other repositories
webgl-holographic-foil
A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
html-ppt-taste-brutalist
16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).
visual-ralph
Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ultragoal with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.
accessibility
Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.
make-resume
A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.