ai-coding-agents-terminal-ui
FeaturedDesigns terminal-first coding-agent UX: REPL, prompt input, status lines, keybindings, display modes. Use when shaping TUI rendering, history, or background-task navigation.
AI & Automation 80 stars
17 forks Updated 1 weeks ago MIT
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# AI Coding Agents Terminal UI
Use this skill to design or review the terminal-first user experience of a coding-agent runtime: REPL structure, prompt input, message rendering, command queues, virtualized history, interrupt behavior, notifications, and background-task navigation.
This skill is for terminal interaction patterns, not generic desktop app UX.
## ASCII Flow
```text
runtime events
|
v
host-owned REPL state
transcript + prompt input + command queue + background tasks + overlays
|
v
render pipeline
message model + virtualized history + notifications + task surfaces
|
v
input state machine
idle | editing | running | search | overlay | teammate view | remote/viewer
|
v
runtime action
submit, interrupt, foreground task, kill task, search, rewind, resume
```
## Quick Reference
| Question | Read | Outcome |
|----------|------|---------|
| How should the REPL, prompt, and history work? | [`references/repl-message-input-and-history.md`](references/repl-message-input-and-history.md) | Message model, prompt queue, input behavior, interrupt handling |
| How should background work and large histories render? | [`references/background-work-notifications-and-virtualization.md`](references/background-work-notifications-and-virtualization.md) | Background-task UX, notifications, virtual scroll, and teammate navigation |
| What are the input states and keybindings for background navigation? | [`references/input-state-machine.md`](references/input-state-...
Details
- Author
- vasilyu1983
- Repository
- vasilyu1983/AI-Agents-public
- Created
- 9 months ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
ai-coding-agents-tasks
Designs background task systems for coding-agent runtimes. Use when implementing task lists, worker tasks, background execution, cancellation, or teammate task coordination.
80 Updated 1 weeks ago
vasilyu1983 AI & Automation Featured
ai-coding-agents-remote-runtime
Designs remote execution and bridge runtimes for coding agents. Use when implementing remote sessions, local-UI remote-execution, reconnect logic, or permission bridging.
80 Updated 1 weeks ago
vasilyu1983 AI & Automation Featured
ai-coding-agents-command-runtime
Designs slash-command runtimes for coding-agent CLIs. Use when modeling command registries, lazy loading, aliases, forked commands, or remote-safe dispatch.
80 Updated 1 weeks ago
vasilyu1983