← ClaudeAtlas

datarobot-agent-assistlisted

Use when the user wants to design, build, code, simulate, or deploy an AI agent (not a predictive model) to DataRobot; mentions agent_spec.md, dr-assist, datarobot-agent-assist, dress rehearsal, or the DataRobot agent template; wants to scaffold a LangGraph, CrewAI, LlamaIndex, NAT, or Base agent targeting DataRobot; wants to add an MCP server, backend API, or React frontend to a DataRobot agent application; or uses the DataRobot CLI (dr) to build or deploy an agentic custom application. Covers the full workflow: agent design, agent_spec.md authoring, dress-rehearsal simulation via the DataRobot LLM Gateway, template-based coding, and deployment.
datarobot-oss/datarobot-agent-skills · ★ 18 · AI & Automation · score 78
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>