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
4
.agents/skills/agent-tui/agents/openai.yaml
Normal file
4
.agents/skills/agent-tui/agents/openai.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
interface:
|
||||
display_name: "Agent TUI"
|
||||
short_description: "Automate terminal UIs with agent-tui workflows"
|
||||
default_prompt: "Automate a TUI by running the app, taking fresh screenshots after each action, using press/type/scroll, waiting with --assert or --stable, and cleaning up with kill --yes. Ask for the command, expected UI text, inputs, and whether live preview is desired."
|
||||
Loading…
Add table
Add a link
Reference in a new issue