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
18
.agents/skills/agent-tui/references/safety.md
Normal file
18
.agents/skills/agent-tui/references/safety.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Safety and Confirmation Prompts
|
||||
|
||||
Use this file when actions can mutate data or require credentials.
|
||||
|
||||
## Always Confirm
|
||||
- Destructive actions (delete, reset, overwrite, submit).
|
||||
- Actions against production or real user data.
|
||||
- Use of real credentials.
|
||||
|
||||
## Prompt Examples
|
||||
- "Is this a test environment, and is it safe to submit or delete data?"
|
||||
- "Do you want me to use live preview while running the test?"
|
||||
- "Can you provide test credentials or a fixture account?"
|
||||
|
||||
## Safe Defaults
|
||||
- Prefer dry-run or read-only flows when available.
|
||||
- Avoid submitting forms unless explicitly requested.
|
||||
- Avoid sharing secrets in logs or outputs.
|
||||
Loading…
Add table
Add a link
Reference in a new issue