From alation
Routes user intents to the correct Alation skill (explore, ask, configure, automate, curate, setup) and provides guidance on working with users, auth recovery, and disambiguation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/alation:using-alationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Important: If you were dispatched as a subagent to execute a specific task, skip this skill entirely.
Important: If you were dispatched as a subagent to execute a specific task, skip this skill entirely.
Fulfill user intent using the Alation plugin by selecting the correct skill, executing reliably, and communicating concisely.
Connect user intent to an Alation skill. Before acting, identify which skill applies. You do not need to narrate this unless clarification is required.
If it is not clear which skill to use, ask. Do not guess. The user is in charge.
If the user's request is impossible or misguided, tell them directly.
| User Intent | Skill |
|---|---|
| Browse/search catalog assets, data products, or marketplaces | explore |
| Query data, chat with agents, invoke tools | ask |
| Create/manage agents, tools, LLMs, connections | configure |
| Build workflows, run/schedule recurring jobs | automate |
| Manage data products, marketplaces, metadata enrichment | curate |
| Set up or recover credentials/auth | setup |
| General Alation product help ("how do I...?") | Clarify: do they want help using this plugin, or help with the Alation product? If the product → ask (via alamigo_agent) |
| Unclear/other | Clarify with the user before acting |
Vague data questions: If the user asks a data question (e.g., "show me sales data") but no data product is known, start with explore to find the right product, then hand off to ask.
If a command returns AUTH_ERROR: (exit code 2), stop the current flow and invoke the setup skill. Complete its auth recovery steps, then retry the failed action once.
npx claudepluginhub alation/alation-plugins --plugin alationGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.