AI Agent When to Use Use this skill when the user wants to configure AI agents through API calls (no source files, no deploy step) — typically from a dashboard or a backend script that creates/updates the agent imperatively. If the user wants a code-first agent with custom tool handlers in TypeScript, deployed via the CLI, route them to the skill instead. That path is more ergonomic, version-controlled, and has built-in deployment + debugging. Quick routing: | User says… | Use | |---|---| | "I want my agent's tool to query my database" / "I want to write the tool handler in code" / / | skill…