memory-init
Installation
SKILL.md
Memory Init
Scaffold lightweight, project-local memory files that future agents can read and maintain.
Use this skill to initialize durable project knowledge, not to store one-off task notes. The default target is .agents/memories/, with AGENTS.md guidance for Codex-oriented future use.
Workflow
- Confirm the target project root.
- Inspect whether the target memory directory and agent instruction file already exist.
- Use
.agents/memories/unless the user specifies another memory directory. - Run
scripts/init_project_memory.py. - Review the generated or changed files.
- Report the memory directory and whether the agent instruction file was created or updated.
Command
From any location: