system-init
Installation
SKILL.md
System Initialization
This skill handles the initialization of the agent's memory system. It ensures that the necessary directory structures, configuration files, and core context templates are in place.
Usage
Run this command at the start of a new project or when you need to reset/repair the memory system structure.
uv run python .fleet/context/scripts/memory_manager.py init
Actions Performed
- Hydrates Templates: Copies
core/*.template.mdto activecore/*.mdfiles if they don't exist. - Config Setup: Ensures
.chroma/config.yamlexists (creating from template if needed). - Recall Scratchpad: Creates
recall/current.mdfor the current session context.