tui-design

Solid

TUI Design System for Egregore slash commands. Use when designing or modifying any command's terminal output to ensure visual consistency. Triggers on: TUI, terminal output, box drawing, command output formatting, sigils, section markers. Do NOT use for browser rendering (use dark-mode) or external prose (use egregore-voice).

Web & Frontend 288 stars 21 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
82
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

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

Details

Author
egregore-labs
Repository
egregore-labs/egregore
Created
5 months ago
Last Updated
1 weeks ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Listed

tui-design

Design, build, refactor, or review terminal interfaces—full-screen TUIs, interactive prompts, and command-line tools. Use for terminal-app layout and UX, CLI behavior, ncurses-style tools, dashboards, REPLs, fzf-like pickers, and libraries such as Bubble Tea, Ratatui, Textual, or Ink, including requests that name a known TUI such as lazygit, k9s, btop, helix, or yazi instead of saying “TUI.” Do not use for browser or web UI, native GUI, editor or font configuration, or backend and shell work that has no terminal interface.

18 Updated 3 weeks ago
gfargo
Web & Frontend Listed

tui-design

Design, build, refactor, or review terminal interfaces—full-screen TUIs, interactive prompts, and command-line tools. Use for terminal-app layout and UX, CLI behavior, ncurses-style tools, dashboards, REPLs, fzf-like pickers, and libraries such as Bubble Tea, Ratatui, Textual, or Ink, including requests that name a known TUI such as lazygit, k9s, btop, helix, or yazi instead of saying “TUI.” Do not use for browser or web UI, native GUI, editor or font configuration, or backend and shell work that has no terminal interface.

1 Updated 3 weeks ago
gfargo
Web & Frontend Listed

tui-design

This skill should be used when designing terminal user interfaces, creating TUI layouts, choosing TUI color schemes, implementing keyboard navigation, building terminal dashboards, or working with any TUI framework. Activates on mentions of TUI design, terminal UI, Ratatui layout, Ink components, Textual widgets, Bubbletea views, terminal color palette, keybinding design, panel layout, split panes, terminal dashboard, box-drawing characters, sparklines, progress bars, modal dialogs, focus management, or terminal accessibility.

2 Updated today
marcioaltoe