ui-designer

ui-designer is an agent for coding agents from FacturaScripts/fs-claude-plugin. It costs 105 tokens per session (2,802 once invoked), scanned A, original, MIT.

A coding assistant for designing FacturaScripts screens, including forms, lists, filters, dialogs, and responsive layouts. FacturaScripts is business-management software, and XMLView is its XML-based way to describe screens.

In plain words
What is it for?
Creating or adjusting XMLView definitions, choosing widgets and columns, adding filters and actions, and arranging fields for different screen sizes.
Why use it?
It helps keep new screens consistent with the project's documentation and existing interface patterns.

Agent

Part of the fs-dev plugin — 28 skills, 11 agents, 3 hooks shipped together

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/facturascripts/fs-claude-plugin/ui-designer
Clone the repo
git clone --depth 1 https://github.com/FacturaScripts/fs-claude-plugin

Or install fs-dev, the plugin that ships this one along with the rest of its 28 skills, 11 agents, 3 hooks.

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

agentmods badge for ui-designer

README.md
[![agentmods](https://agentmods.dev/badge/agents/facturascripts/fs-claude-plugin/ui-designer.svg)](https://agentmods.dev/agents/facturascripts/fs-claude-plugin/ui-designer)
Your own site
<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>
Per session 105 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,802 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.00105 $0.02802
Opus 5 $0.00053 $0.01401
Sonnet 5 $0.00021 $0.00560
Haiku 4.5 $0.00011 $0.00280

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

Security

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.

fs-dev/agents/ui-designer.md · 330 lines

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:

  1. Usa Glob ./agents/docs/**/*.md para listar la documentación
  2. 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
  3. 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

Read the full file on GitHub · 330 lines

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. 4d ago First seen · 330 lines · 105 tokens per session scan A 4a0b62166788

Subscribe to this mod's changes

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.