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

  1. Confirm the target project root.
  2. Inspect whether the target memory directory and agent instruction file already exist.
  3. Use .agents/memories/ unless the user specifies another memory directory.
  4. Run scripts/init_project_memory.py.
  5. Review the generated or changed files.
  6. Report the memory directory and whether the agent instruction file was created or updated.

Command

From any location:

Installs
8
Repository
flc1125/skills
GitHub Stars
36
First Seen
May 12, 2026
memory-init — flc1125/skills