egregore: Skill for Claude Code

.claude/skills/tui-design/SKILL.md

tui-design is a skill for Claude Code from egregore-labs/egregore. It costs 75 tokens per session (1,904 once invoked), scanned A, original, MIT.

A visual style guide for designing consistent text interfaces, meaning command output shown in a terminal window.

In plain words
What is it for?
Designing command headers, symbols, section markers, box drawing, and other terminal output elements.
Why use it?
It keeps slash-command output structured and recognizable across the product instead of letting each command use unrelated formatting.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: names the AskUserQuestion tool.

This is egregore-labs/egregore's own configuration. It tells Claude Code how to work on egregore itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything egregore configures →

Reuse

Borrowing it

Nothing to install: this file belongs to egregore-labs/egregore. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/egregore-labs/egregore/main/.claude/skills/tui-design/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/egregore-labs/egregore

Made for: Claude Code.

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 tui-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/egregore-labs/egregore/tui-design/github.svg)](https://agentmods.dev/skills/egregore-labs/egregore/tui-design)
Your own site
<a href="https://agentmods.dev/skills/egregore-labs/egregore/tui-design"><img src="https://agentmods.dev/badge/skills/egregore-labs/egregore/tui-design/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.

agentmods 80×15 button for tui-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/egregore-labs/egregore/tui-design"><img src="https://agentmods.dev/badge/skills/egregore-labs/egregore/tui-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,904 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00075 $0.01904
Opus 5 $0.00037 $0.00952
Sonnet 5 $0.00015 $0.00381
Haiku 4.5 $0.00007 $0.00190

Measured 11d ago against content hash 519228fbb8e7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

tui-design 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 11d 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/skills/tui-design/SKILL.md · 189 lines

How it starts

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

TUI Design System

Voice Complex

This skill governs TERMINAL RENDERING — structural, not tonal. Shared aesthetic: voice-bedrock (.claude/rules/voice-bedrock.md). For product voice in command output prose: product-voice skill. For browser visual output: dark-mode skill. For ASCII diagrams in explanations: visual-explain skill.

When to invoke

User says: "TUI", "terminal output", "box drawing", "command output formatting", "sigils", "section markers", or is designing/modifying any slash command's terminal output. Not this: browser rendering → dark-mode · external prose → egregore-voice

1. Brand Elements

Command Headers

/activity is the flagship — it gets the full branded header with org name:

{ORG_NAME} EGREGORE ✦ ACTIVITY DASHBOARD

Read org name from jq -r '.org_name' egregore.json. The star is reserved exclusively for the activity dashboard and Egregore-wide branding.

Other commands get sigil + command name only — no org name:

Command Header Sigil Meaning
/activity {ORG_NAME} EGREGORE ✦ ACTIVITY DASHBOARD The star — awareness, the full field
/ask ? ASK The question — direct, clear inquiry
/reflect ◎ REFLECTION The eye — looking inward, seeing clearly
/deep-reflect ◈ DEEP REFLECT The faceted eye — looking inward with structure
/handoff ⇌ HANDOFF The bridge — passing context between minds
/quest ⚑ QUEST The flag — planting direction in unknown territory
/todo □ TODO The checkbox — actionable items, personal intent
/archive ◇ ARCHIVE The diamond — crystallized pattern, refined and preserved
/eval ⊕ EVAL The crosshair — measuring, comparing, calibrating

Section Markers

Used within all TUI boxes to prefix items by category:

  • Action items / things needing attention
  • Completed / received / done items
  • Navigation pointers (what to do next, entry points)
  • Informational items (sessions, quests, neutral data)
  • Quests
  • Handoffs (in activity action items)
  • Reflections
  • Todos (in activity dashboard)
  • Priority marker (todo items with priority >= 2)
  • Artifacts (in handoff summaries)

Read the full file on GitHub · 189 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. 11d ago First seen · 189 lines · 75 tokens per session scan A 519228fbb8e7

Subscribe to this mod's changes

tui-design is a skill published in the GitHub repository egregore-labs/egregore (289 stars, last pushed 7d ago), licensed MIT. It adds 75 tokens to every session and 1,904 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

diagrams

Mermaid diagrams following the C4 model: context, container, component, sequence, ER and deployment. Use when saying "diagram", "visualize", or "architecture diagram".

anton-abyzov/specweave · 0 tokens

atomic-visual-options

Planning-phase visual comparison aid. Renders 2-4 side-by-side variants per decision dimension as a single throwaway, self-contained HTML file and captures the user's pick as typed terminal codes (e.g. "A2 B3"). Auto-fires on phrases like "show me a few options", "mock up some variants", "let me see this side by…

damusix/atomic-claude · 150 tokens

ppt-orchestrator

A dispatcher for creating presentations, slide decks, long images, and weekly reports. It chooses a visual style and output format, then sends the work to a more specialised add-on.

huangrichao2020/pretty-skills · 160 tokens

zhongguose-html-skill

An HTML-only presentation system using traditional Chinese colours and Chinese-style visual design. It helps organise source material into a report structure and produces a self-contained HTML file with its assets.

huangrichao2020/pretty-skills · 232 tokens

ui-design

This skill should be used when the user asks to "design a component", "pick colors", "improve typography", "fix spacing", "choose a layout", or discusses visual design, CSS, styling decisions, or responsive interfaces. Provides patterns for typography scales, color systems, spacing, and production-grade UI design.

dean0x/devflow · 67 tokens

accessibility

This skill should be used when the user asks to "add accessibility", "check ARIA", "handle keyboard navigation", "add focus management", or creates UI components, forms, or interactive elements. Provides WCAG 2.2 AA patterns for keyboard navigation, ARIA roles and states, focus management, color contrast, and screen…

dean0x/devflow · 73 tokens