A universal connector backed by scripts/ingest-memory.mjs. Project-scoped only.
Resolve the memory directory (then pass it explicitly)
Claude: per-project memory at ~/.claude/projects/<encoded-project-path>/memory/ — inherently
project-scoped; always eligible.
Codex: eligible ONLY if a project-scoped memory store exists (e.g. a per-project CODEX_HOME).
The global ~/.codex/memories/ and the Chronicle store are never ingested (the script
hard-refuses them).
Hand the source note + proposed cursor back to lisa-wiki-ingest.
Rules
Secrets are redacted; sensitivity is at least internal.
If no project-scoped memory exists, ingest nothing rather than reaching for global memory.
Writes only its source note + handoff meta; the kernel advances state.
1---2name: lisa-wiki-connector-memory3description: Ingest the agent's…4---56# lisa-wiki-connector-memory78A universal connector backed by `scripts/ingest-memory.mjs`. **Project-scoped only.**910## Resolve the memory directory (then pass it explicitly)11- **Claude**: per-project memory at `~/.claude/projects/<encoded-project-path>/memory/` — inherently12 project-scoped; always eligible.13- **Codex**: eligible ONLY if a project-scoped memory store exists (e.g. a per-project `CODEX_HOME`).14 The global `~/.codex/memories/` and the Chronicle store are **never** ingested (the script15 hard-refuses them).1617## Flow18```19node "${PLUGIN_ROOT}/scripts/ingest-memory.mjs" --memory-dir <project-scoped-dir> \20 --config wiki/lisa-wiki.config.json --source-dir wiki/sources/memory \21 --state wiki/state/memory/memory.json --emit-meta wiki/state/handoff/memory-<runId>.json22```23Hand the source note + proposed cursor back to `lisa-wiki-ingest`.2425## Rules26- Secrets are redacted; sensitivity is at least `internal`.27- If no project-scoped memory exists, ingest nothing rather than reaching for global memory.28- Writes only its source note + handoff meta; the kernel advances state.
Run npx skillmds@latest add codyswanngt/lisa-wiki-connector-memory in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Ingest the agent's… It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
codyswanngt (@codyswanngt) published this skill. Their other Agent Skills are listed on their SkillMD profile.