feat: Add agent-tui and tui-explorer skills with comprehensive documentation and scripts
This commit is contained in:
parent
d5a143ee36
commit
6a3e1e0d5a
24 changed files with 708 additions and 0 deletions
17
.agents/skills/agent-tui/references/use-cases.md
Normal file
17
.agents/skills/agent-tui/references/use-cases.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Use Cases
|
||||
|
||||
Use this file when selecting a minimal command set for a task.
|
||||
|
||||
## Basic Automation Loop
|
||||
- Commands: `run` -> `screenshot` -> `press/type` -> `wait --assert` -> `kill --yes`.
|
||||
- Re-snapshot after each action.
|
||||
|
||||
## Form Entry
|
||||
- Commands: `run`, `screenshot --json`, `press Tab`, `type "value"`, `press Enter`, `wait "Success" --assert`.
|
||||
|
||||
## Stabilization Before Acting
|
||||
- Commands: `wait --stable`, `screenshot`, then `press/type`.
|
||||
|
||||
## Live Preview Support
|
||||
- Commands: `live start --open` -> `run` -> normal flow -> `live stop`.
|
||||
- `live stop` clears standalone preview state. If the preview is served by the daemon and the daemon should stop too, run `daemon stop --yes`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue