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.
npx skills add pproenca/dot-skills --skill terminal-uigit clone --depth 1 https://github.com/pproenca/dot-skillsWrote 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.
[](https://agentmods.dev/skills/pproenca/dot-skills/terminal-ui)<a href="https://agentmods.dev/skills/pproenca/dot-skills/terminal-ui"><img src="https://agentmods.dev/badge/skills/pproenca/dot-skills/terminal-ui.svg" alt="Measured on agentmods" height="20"></a>- Socket pass
- Snyk pass
- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00069 | $0.01269 |
| Opus 5 | $0.00034 | $0.00634 |
| Sonnet 5 | $0.00014 | $0.00254 |
| Haiku 4.5 | $0.00007 | $0.00127 |
Grade A, and why
terminal-ui 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 112 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DevEx Developer Experience TUI Best Practices
Comprehensive developer experience guide for building TypeScript terminal user interfaces using Ink (React for CLIs) and Clack prompts. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.
When to Apply
Reference these guidelines when:
- Building CLI tools with interactive prompts using @clack/prompts
- Creating React-based terminal UIs with Ink
- Handling keyboard input and user interactions
- Optimizing terminal rendering and preventing flicker
- Designing developer-friendly CLI experiences
Rule Categories by Priority
| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | Rendering & Output | CRITICAL | render- |
| 2 | Input & Keyboard | CRITICAL | input- |
| 3 | Component Patterns | HIGH | tuicomp- |
| 4 | State & Lifecycle | HIGH | tuistate- |
| 5 | Prompt Design | MEDIUM-HIGH | prompt- |
| 6 | UX & Feedback | MEDIUM | ux- |
| 7 | Configuration & CLI | MEDIUM | tuicfg- |
| 8 | Robustness & Compatibility | LOW-MEDIUM | robust- |
Quick Reference
1. Rendering & Output (CRITICAL)
render-single-write- Batch Terminal Output in Single Writerender-overwrite-dont-clear- Overwrite Content Instead of Clear and Redrawrender-synchronized-output- Use Synchronized Output Protocol for Animationsrender-60fps-baseline- Target 60fps for Smooth Animationrender-partial-updates- Update Only Changed Regionsrender-escape-sequence-batching- Defer ANSI Escape Code Generation to Final Output
2. Input & Keyboard (CRITICAL)
input-useinput-hook- Use useInput Hook for Keyboard Handlinginput-immediate-feedback- Provide Immediate Visual Feedback for Inputinput-modifier-keys- Handle Modifier Keys Correctlyinput-isactive-focus- Use isActive Option for Focus Managementinput-escape-routes- Always Provide Escape Routes
3. Component Patterns (HIGH)
What ships with it
47 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- AGENTS.md 8.3 KB
- assets/templates/_template.md 618 B
- metadata.json 943 B
- README.md 4.3 KB
- references/_sections.md 1.6 KB
- references/input-escape-routes.md 1.8 KB
- references/input-immediate-feedback.md 2.1 KB
- references/input-isactive-focus.md 2.1 KB
- references/input-modifier-keys.md 1.7 KB
- references/input-useinput-hook.md 1.6 KB
- references/prompt-cancellation.md 1.9 KB
- references/prompt-custom-render.md 2.0 KB
- references/prompt-group-flow.md 2.5 KB
- references/prompt-spinner-tasks.md 1.9 KB
- references/prompt-validation.md 2.1 KB
- references/render-60fps-baseline.md 1.6 KB
- references/render-escape-sequence-batching.md 1.8 KB
- references/render-overwrite-dont-clear.md 1.4 KB
- references/render-partial-updates.md 1.9 KB
- references/render-single-write.md 1.3 KB
- references/render-synchronized-output.md 1.4 KB
- references/robust-exit-codes.md 2.4 KB
- references/robust-graceful-degradation.md 2.7 KB
- references/robust-signal-handling.md 2.4 KB
- references/robust-terminal-restore.md 2.3 KB
- references/robust-tty-detection.md 2.2 KB
- references/tuicfg-env-vars.md 2.1 KB
- references/tuicfg-flags-over-args.md 2.2 KB
- references/tuicfg-help-system.md 2.6 KB
- references/tuicfg-json-output.md 2.4 KB
- references/tuicfg-sensible-defaults.md 2.1 KB
- references/tuicomp-border-styles.md 2.0 KB
- references/tuicomp-box-flexbox.md 1.6 KB
- references/tuicomp-measure-element.md 2.0 KB
- references/tuicomp-percentage-widths.md 1.9 KB
- references/tuicomp-static-for-logs.md 1.9 KB
- references/tuicomp-text-styling.md 1.5 KB
- references/tuistate-cleanup-effects.md 1.8 KB
- references/tuistate-functional-updates.md 2.0 KB
- references/tuistate-useapp-exit.md 1.8 KB
- references/tuistate-usecallback-stable.md 1.9 KB
- references/tuistate-usememo-expensive.md 2.4 KB
- references/ux-color-semantics.md 2.0 KB
- references/ux-error-messages.md 2.2 KB
- references/ux-intro-outro.md 2.0 KB
- references/ux-next-steps.md 2.0 KB
- references/ux-progress-indicators.md 2.2 KB
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.
- 8d ago First seen · 112 lines · 69 tokens per session scan A c5bfcea2e74e
terminal-ui is a skill published in the GitHub repository pproenca/dot-skills (203 stars, last pushed 23d ago), licensed MIT. It adds 69 tokens to every session and 1,269 once invoked, about $0.0003 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.
Other skills, from other repositories
visual-ralph
Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.
debug-optimize-lcp
Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…
repro-admin
Reproduce an EmDash admin UI bug. Attach a container, start the demo dev server, drive the admin with agent-browser using the dev-bypass session, and capture the reproduction as screenshots plus a replayable transcript.
create-site
Creates a new Power Pages code site (SPA) using React, Angular, Vue, or Astro. Guides through the full process from initial concept to deployed site: requirements discovery, scaffolding, component planning, design, implementation, validation, and deployment. Use when the user wants to create, build, or scaffold a new…
prototype-web
A clickable, high-fidelity web product prototype with navigation, a hero section, feature cards, steps, social proof, and optional pricing. It is designed to resemble a finished landing page while remaining a prototype.
menu-transitions-rtl
Animate react-horizontal-scrolling-menu scrolling and build right-to-left menus: noPolyfill defaults to true since v8, so transitionDuration (default 500), a custom-easing-function transitionBehavior, and per-call ScrollOptions { duration, boundary } on scrollToItem/scrollNext/scrollPrev are silently ignored unless…