script-kit-ai-testing
Installation
SKILL.md
Script Kit AI Testing
Two distinct AI interfaces exist. Know which you're testing.
Two AI Interfaces
1. AI Window (Separate Floating Window)
- Full chat app: sidebar with chat history, message bubbles, model dropdown, search, Cmd+K command bar
- Source:
src/ai/window/ - Opens via
openAistdin command or "Ask AI" built-in
2. Inline Chat Prompt (ChatPrompt in Main Window)
- Input at TOP, full-width message containers (not bubbles), conversation turns
- Source:
src/prompts/chat/ - Opens via Tab key with filter text, or SDK
chat()call