Skip to content
Development
Skill

/tui-quality

Bubbletea/Lipgloss quality rules for Engram TUI. Trigger: Changes in model, update, view, navigation, or rendering.

From plugin
gentleman-programming-engram
5.9k22 skills1 MCP
Install
$ npx -y skills add Gentleman-Programming/engram --skill tui-quality --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/tui-quality

Context preview

The summary Claude sees to decide when to auto-load this skill.

Bubbletea/Lipgloss quality rules for Engram TUI. Trigger: Changes in model, update, view, navigation, or rendering.

SKILL.md

tui-quality.SKILL.md
name: engram-tui-quality
description: >
  Bubbletea/Lipgloss quality rules for Engram TUI.
  Trigger: Changes in model, update, view, navigation, or rendering.
license: Apache-2.0
metadata:
  author: gentleman-programming
  version: "1.0"

When to Use

Use this skill when:

  • Adding screens or menu options
  • Changing key bindings or navigation flows
  • Updating list rendering and detail views

---

UX Rules

1. Keyboard behavior must be consistent across screens. 2. Empty/loading/error states must be explicit and readable. 3. Long lists require clear truncation/scroll cues. 4. Back navigation should preserve context predictably.

---

Test Rules

  • Add `update` tests for new key transitions.
  • Add `view` tests for new rendering branches.
  • Add `model` tests for async commands/data-loading paths.

No TUI behavior change ships without deterministic tests.

Ships withgentleman-programming-engram

Persistent memory system for AI coding agents. Agent-agnostic Go binary with SQLite + FTS5, MCP server, HTTP API, CLI, and TUI.

Get the whole plugin
Stats
5,941
Stars
629
Forks
Active
Maintenance
Go
Language
MIT
License
10d ago
Last commit
5mo ago
Created

Repo: Gentleman-Programming/engram