interactiveai
Installation
SKILL.md
InteractiveAI
This skill helps you use InteractiveAI effectively across common workflows: instrumenting applications, migrating prompts, managing platform resources, and accessing documentation.
Core Principles
Follow these principles for ALL InteractiveAI work:
- Documentation First: NEVER implement from memory. Always fetch current docs before writing code. See the documentation section below.
- CLI and Schema Discovery First: Before changing InteractiveAI resources, discover the exact command shape with
iai --help,iai <command> --help, andiai <command> <subcommand> --help. For structured prompts, useiai <type> schemawhen available. - Best Practices by Use Case: Check the relevant reference file below before implementing.
- Default to Latest Prompt Fetches: When reading prompts or wiring prompt fetches, use the
latestversion unless the user explicitly asks for a different label or a fixed version. - Explicit Confirmation for Live Changes: Scaling services or replicas, or assigning the
productionlabel to a prompt version, changes live behavior. Do not do either unless the user explicitly confirms. - Use Latest InteractiveAI Versions: Unless the user specified otherwise or there is a good reason not to, use the latest InteractiveAI SDK and API versions.