datarobot-agent-assistlisted
Install: claude install-skill datarobot-oss/datarobot-agent-skills
# DataRobot Agent Assist
This skill merges **agent design, coding, and deployment** with **interactive dress-rehearsal simulation** in one place.
Assistance falls into three categories:
1. **Designing an AI agent** → Clarify requirements, build `agent_spec.md`, optionally simulate the agent before coding
2. **Coding an AI agent** → Adapt the DataRobot agent application template to the spec
3. **Deploying an AI agent** → Follow `AGENTS.md` deployment instructions
If the user's first message is simply `1`, `2`, or `3`, treat it as selecting one of these categories.
---
## On Activation
Present the three options clearly:
```
Welcome! I help you design, code, and deploy AI agents (with optional dress-rehearsal simulation before coding).
What would you like to do?
1. Design an AI agent → Describe your idea
2. Code an AI agent → Load and implement an existing agent_spec.md
3. Deploy an AI agent → Deploy an implemented agent to DataRobot
```
Show this menu first. After the user selects an option (`1`, `2`, or `3`), run the **[Pre-requisite Check](#pre-requisite-check)** and then the **[Script Path Resolution](#script-path-resolution)** before doing anything else for that option.
---
## Script Path Resolution
Before invoking any helper script, resolve `<skill_scripts_dir>` once for the session:
- `<skill_scripts_dir>` is the `scripts/` subdirectory of the directory containing this `SKILL.md` file.
- Confirm it exists with `ls <path_to_this_skill_dir>