brain
Installation
SKILL.md
Brain — Agent Memory
Initialization
When the <skill> tag loads this file, it includes a location attribute with the
absolute path to this SKILL.md. Use that to derive the init script path:
bash "/absolute/path/to/skills/brain/scripts/brain-init.sh"
Replace /absolute/path/to/skills/brain with the skill directory shown in the
<skill> tag's location attribute (strip the /SKILL.md suffix).
After Init
- Write
.memory/main.md— the project roadmap (see below). - Make your first commit when you reach a meaningful milestone.