← ClaudeAtlas

target-memory-bootstraplisted

Create the target repository's local memory skeleton after repo init. Use from repo-init-scan during first substantial plugin use, when `memories/repo` is missing, or when MEDIUM/LARGE work needs persistent recovery state. Do not store active project memory in the plugin package.
funky-eyes/best-copilot · ★ 10 · AI & Automation · score 79
Install: claude install-skill funky-eyes/best-copilot
# Target Memory Bootstrap Use this skill to create durable, target-local memory routing files. The generated memory starts empty and project-neutral; later tasks fill it with verified target repository facts. ## Boundary - Write into the target repository, never into the installed plugin package or plugin cache. - Create missing files only. Do not overwrite existing target memory. - Do not copy this plugin repository's current work, decisions, examples, `memories/**`, or `spec/**` as active target memory. - Memory is for recovery state, verified decisions, and compact facts. It is not for long logs, secrets, or raw chat transcripts. ## Files Create these paths when absent: - `memories/README.md` - `memories/repo/INDEX.md` - `memories/repo/current-workstreams.md` - `memories/repo/project-state.md` - `memories/repo/workflow-rules.md` - `memories/repo/decisions.md` - `memories/repo/logs/README.md` - `memories/repo/archive/deprecated-decisions.md` ## `memories/README.md` ```markdown # Repository Memory This directory stores target-local AI memory for this repository. Memory helps future sessions resume verified work without rereading every file. It does not override current repository files, command output, system instructions, or explicit user instructions. ## Layout - `repo/INDEX.md`: routing table. - `repo/current-workstreams.md`: active work and next resume action. - `repo/project-state.md`: compact current state and constraints. - `repo/workflow-rules.md`: memory