priv/skills/arrowcircle-jido-skills/skills/jido-skill-router/SKILL.md
Meta-skill for routing Jido ecosystem work to the right package skills. Use when Codex needs to choose between $jido, $jido-action, $jido-signal, $req-llm, $llm-db, $ash-jido, $jido-browser, $jido-memory, $jido-behaviortree, $jido-messaging, $jido-otel, or $jido-studio, or when a task spans several of them and needs a handoff order.
npx skillsauth add agentjido/agentjido_xyz jido-skill-routerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill as the entry point when the correct Jido package skill is unclear or when the work crosses package boundaries.
Read references/skill-manifest.yaml when the task needs a full routing map, related-skill lookup, or a machine-readable inventory of the current catalog.
$jido for agents, directives, runtime loops, and cross-package orchestration.$jido-action for executable units of work, action schemas, and action reviews.$jido-signal for signal contracts, event structure, and dispatch semantics.$llm-db for model catalogs, provider metadata, and capability or price-based model selection.$req-llm for provider calls, request shaping, streaming, and response normalization.$jido-browser for browser-backed automation and DOM-dependent workflows.$jido-memory for recall, summarization, retrieval, and memory policy.$jido-behaviortree for selectors, sequences, fallback paths, and explicit branching.$ash-jido for Ash-to-Jido boundaries, generated actions, and domain-context propagation.$jido-studio for operator tooling, workbench pages, and ecosystem demos.$jido-messaging for external transport adapters, delivery semantics, and broker boundaries.$jido-otel for tracing, spans, observability hooks, and OpenTelemetry integration.$llm-db -> $req-llm -> $jido for model-routed AI workflows.$jido-action -> $jido -> $jido-signal for action-driven agent flows.$ash-jido -> $jido-action -> $jido -> $jido-signal for Ash-triggered agents.$jido-browser -> $jido-action -> $jido for browser agents.$jido-signal -> $jido-messaging for external transport delivery.$jido -> $jido-otel for runtime observability.$jido -> $jido-memory when the workflow needs long-lived recall.$jido -> $jido-behaviortree when branching logic becomes a first-class concern.testing
Drafts concise release notes from a list of validated changes in the skills runtime demo.
development
Reviews changed files for correctness, safety, and test gaps in the skills runtime demo.
tools
Converts temperature and distance inputs for the deterministic multi-skill orchestration demo.
tools
Scaffolds a Jido plugin with signal routes, actions, and docs notes for workbench consumers.