priv/skills/arrowcircle-jido-skills/skills/jido-memory/SKILL.md
Builder-oriented guidance for the upstream `jido_memory` package. Use when Codex needs to add memory spaces, retrieval flows, summarization or recall hooks, or review memory boundaries in Jido applications that also use `jido`, `jido_ai`, and external storage backends.
npx skillsauth add agentjido/agentjido_xyz jido-memoryInstall 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_memory is the upstream Hex package name.
Use this skill when an agent needs to remember, recall, summarize, or retrieve prior context over time.
Good triggers:
Read references/builder-notes.md before implementing when the task touches memory scope, retrieval strategy, or external storage boundaries.
jido_ai docs only as conceptual support for AI-facing memory behavior; keep package-specific implementation grounded in jido_memory.jido_memory.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.