From ariadne-core
Route to the right Ariadne Core skill by name. Triggers: run the install skill, run the deploy skill, run the build skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ariadne-core:ariadne-core-routerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill routes to the right place. It does NOT present content itself —
This skill routes to the right place. It does NOT present content itself — it loads the appropriate skill and hands off.
Before routing, figure out what's available:
Glob for the SKILL.md and hand off completely:
**/ariadne-core-install/SKILL.md**/ariadne-core-deploy/SKILL.md**/ariadne-core-build/SKILL.md**/ariadne-core-walkthrough/SKILL.md**/ariadne-document-intelligence/SKILL.md**/ariadne-core-walkthrough/SKILL.md| Skill | Runtime | What it does |
|---|---|---|
| ariadne-core-walkthrough | Cowork | Visual walkthrough with illustrations |
| ariadne-core-install | Claude Code / terminal agent | Deploy and connect |
| ariadne-core-deploy | Claude Code / terminal agent | Platform-specific deployment |
| ariadne-document-intelligence | Any | Best practices for using the tools |
| ariadne-core-build | Claude Code / terminal agent | Developing on the codebase |
Do NOT try to present onboarding content yourself. You are a router. Load the onboarding skill and let it handle the presentation. The onboarding skill has its own pacing rules, image management, and audience routing — duplicating that here will break things.
The onboarding skill is now dynamic (v2.0). It opens with a prewired
five-beat starter deck and then composes the rest of the presentation on the
fly from an image manifest (docs/assets/image_manifest.yaml) and a project
knowledge graph (docs/project_knowledge_graph.yaml). Hand off to it as
early as possible — do not try to pre-classify the user into a developer /
agent-builder / evaluator bucket before handoff. The presenter figures that
out itself from the conversation.
npx claudepluginhub denson/ariadne-coreCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.