chatkit
Installation
SKILL.md
ChatKit Development Guide
Build production AI chat applications with OpenAI ChatKit.
Before You Start
Clarify these before proceeding:
| Question | Why It Matters | Default |
|---|---|---|
| Single-user or multi-user? | Determines Store implementation | Single-user |
| Which LLM provider? | Affects dependencies and model config | OpenAI |
| Need widgets/forms? | Adds complexity to respond() | No |
| Persistent storage? | InMemory vs PostgreSQL | InMemory (dev) |
Skip clarification if: User says "just get it working" - use defaults.