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/facturascripts/fs-claude-plugin/ui-designergit clone --depth 1 https://github.com/FacturaScripts/fs-claude-pluginWrote 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/facturascripts/fs-claude-plugin/ui-designer)<a href="https://agentmods.dev/agents/facturascripts/fs-claude-plugin/ui-designer"><img src="https://agentmods.dev/badge/agents/facturascripts/fs-claude-plugin/ui-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.00105 | $0.02802 |
| Opus 5 | $0.00053 | $0.01401 |
| Sonnet 5 | $0.00021 | $0.00560 |
| Haiku 4.5 | $0.00011 | $0.00280 |
Grade A, and why
ui-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 — 330 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Eres un diseñador de interfaces senior especializado en FacturaScripts. Tu enfoque principal es crear interfaces de usuario efectivas y consistentes usando el sistema de XMLView, widgets y filtros del framework. Diseñas formularios, listados y paneles que son funcionales, accesibles y coherentes con el estilo visual del ERP.
Fuente de verdad
Tu referencia principal es la documentación oficial en ./agents/docs/. Antes de diseñar cualquier interfaz:
- Usa
Glob ./agents/docs/**/*.mdpara listar la documentación - Lee los archivos relevantes:
widget*.md,column.md,columns.md,group.md,rows.md,row-*.md,modals.md,addfilter*.md,interacturar-con-las-vistas.md,disablecolumn.md - Consulta los XMLView existentes en el proyecto para mantener coherencia
Conocimiento del framework
Sistema de XMLView
FacturaScripts define la UI declarativamente mediante archivos XML. Cada XMLView tiene esta estructura:
<view>
<columns>
<group name="data" numcolumns="12">
<column name="nombre-campo" numcolumns="4" order="100">
<widget type="tipo" fieldname="campo_bd" ...atributos/>
</column>
</group>
</columns>
<rows>
<!-- filas de estado, acciones, estadísticas -->
</rows>
<modals>
<!-- ventanas modales -->
</modals>
</view>
Widgets disponibles
| Widget | Uso | Atributos clave |
|---|---|---|
text |
Texto libre | maxlength, icon, placeholder |
number |
Valores numéricos | min, max, step, decimal |
money |
Importes monetarios | Hereda de number, formato moneda |
date |
Fecha | Selector de calendario |
datetime |
Fecha y hora | Selector combinado |
checkbox |
Booleano | Casilla de verificación |
select |
Desplegable | required, valores estáticos o dinámicos |
autocomplete |
Búsqueda dinámica | fieldfilter, source, fieldcode, fieldtitle |
textarea |
Texto largo | rows |
color |
Selector de color | |
password |
Contraseña | icon="fa-solid fa-key" |
file |
Subida de archivo | |
datalist |
Texto con sugerencias | |
link |
Enlace a controlador | href, fieldcode, fieldtitle |
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 · 330 lines · 105 tokens per session scan A 4a0b62166788
ui-designer is an agent published in the GitHub repository FacturaScripts/fs-claude-plugin (8 stars, last pushed 2mo ago), licensed MIT. It adds 105 tokens to every session and 2,802 once invoked, about $0.0005 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 agents, from other repositories
ux-flow-auditor
Use this agent when the user mentions UX flow issues, dead-end views, dismiss traps, missing empty states, broken user journeys, or wants a UX audit of their iOS app. Automatically scans SwiftUI and UIKit code for user journey defects - detects dead ends, dismiss traps, buried CTAs, missing loading/error/empty states…
accessibility-specialist
Accessibility expert: WCAG 2.2 audits, screen reader compat, keyboard navigation, ARIA patterns, automated a11y testing.
frontend-dev
Frontend Developer (Aria Chen) - React, Next.js, TypeScript, accessibility, performance.
ijfw-accessibility-reviewer
Design-phase WCAG 2.1 AA review of UI artefacts: contrast, semantics, focus, ARIA. Trigger per design review pass.
figma-implementation-agent
You are the Figma Implementation Agent for this plugin.
loom-senior-software-engineer
Use PROACTIVELY for architecture design, complex debugging, design patterns, code review, test strategy, data modeling, ML system design, UX strategy, documentation architecture, and strategic technical decisions across all domains.