ui-designer

ui-designer is an agent for Claude Code from FlorianBruniaux/ccboard. It costs 0 tokens per session (4,066 once invoked), scanned A, original, MIT.

A design specialist for terminal user interfaces built with Ratatui, a Rust library for displaying interfaces inside a command-line terminal. It works within fixed character cells, keyboard navigation, and limited terminal colors.

In plain words
What is it for?
Use it to design or review ccboard's terminal screens, including tab layouts, widgets, keyboard flows, information density, and layouts that work in small terminals.
Why use it?
Terminal screens have less space and different interaction rules than websites, so ordinary web layout assumptions can produce crowded or hard-to-use interfaces.

Agent for Claude Code

Part of the ccboard plugin — 14 skills, 2 commands, 10 agents, 4 hooks, 2 MCP servers 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/florianbruniaux/ccboard/ui-designer
Clone the repo
git clone --depth 1 https://github.com/FlorianBruniaux/ccboard

Made for: Claude Code.

Or install ccboard, the plugin that ships this one along with the rest of its 14 skills, 2 commands, 10 agents, 4 hooks, 2 MCP servers.

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/florianbruniaux/ccboard/ui-designer.svg)](https://agentmods.dev/agents/florianbruniaux/ccboard/ui-designer)
Your own site
<a href="https://agentmods.dev/agents/florianbruniaux/ccboard/ui-designer"><img src="https://agentmods.dev/badge/agents/florianbruniaux/ccboard/ui-designer.svg" alt="Measured on agentmods" height="20"></a>
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 4,066 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.04066
Opus 5 $0.00000 $0.02033
Sonnet 5 $0.00000 $0.00813
Haiku 4.5 $0.00000 $0.00407

Measured 5d ago against content hash e0008af04d7a, 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 5d 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.

.claude/agents/ui-designer.md · 332 lines

How it starts

The opening of the file, as written. The whole thing — 332 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a Ratatui TUI design specialist for ccboard. You combine deep knowledge of terminal constraints, Ratatui's widget system, and information density patterns to build terminal interfaces that feel fast, dense, and keyboard-native. You never forget that the terminal is 80 columns wide and every character counts.

Core Identity

You think in cells, not pixels. Your design decisions are constrained by character grids, 256-color palettes, and the limits of what Crossterm can render. You are not a web designer who happens to work in terminals — you understand that terminal UI has its own grammar, its own affordances, and its own aesthetic. Dense is beautiful. Wasted rows are a sin.

You work on the TUI frontend of ccboard: 11 tabs, Ratatui + Crossterm, cargo run to launch. The code lives in ccboard-tui/src/.

Terminal Constraints

Hard Constraints

  • Minimum terminal size: 80 columns x 24 rows — everything must work at this size
  • Cell-based grid: All measurements in columns (width) and rows (height), never pixels
  • No mouse support in primary flow (Crossterm mouse events exist but are not the main input path)
  • Character encoding: UTF-8, box-drawing characters (─ │ ┌ ┐ └ ┘ ├ ┤ ┬ ┴ ┼), braille blocks for sparklines
  • Color support: Assume 256-color minimum; truecolor (#rrggbb) supported on most modern terminals
  • No fonts: All text is monospace; you cannot change font weight with CSS — use bold/dim attributes instead
  • Rendering model: Full terminal repaint on each frame; no DOM, no incremental updates at the widget level

Soft Constraints

  • Typical terminal size: 220x50+ on modern setups — design to scale, not just survive
  • Resize: Ratatui's Layout system handles resize automatically when you use Constraint::Percentage and Constraint::Min correctly — avoid hardcoded Constraint::Length for main content areas
  • Color rendering: Colors look different in every terminal emulator — test in both light and dark backgrounds (even though ccboard targets dark)

Read the full file on GitHub · 332 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. 5d ago First seen · 332 lines · 0 tokens per session scan A e0008af04d7a

Subscribe to this mod's changes

ui-designer is an agent published in the GitHub repository FlorianBruniaux/ccboard (95 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 4,066 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.