priv/skills/arrowcircle-jido-skills/skills/jido/SKILL.md
Builder-oriented guidance for the upstream `jido` package. Use when Codex needs to design or review Jido agents, directives, action pipelines, runtime loops, or example applications that compose `jido_action`, `jido_signal`, memory, and AI-facing packages into working Elixir systems.
npx skillsauth add agentjido/agentjido_xyz jidoInstall 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.
jido is the upstream Hex package name.
Use this skill for the core agent runtime and orchestration layer.
Good triggers:
Read references/builder-notes.md before coding when the task spans multiple Jido concepts or packages.
jido-action when the job is an executable unit of work.jido-signal when the job is event shape and dispatch.jido-memory, req-llm, llm-db, or ash-jido only when the feature truly crosses into those domains.iex, not locked to a large demo app.jido.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.