load
Installation
SKILL.md
Session Load
Load project context from Serena MCP memory.
<essential_principles>
- All context loading uses Serena MCP tools exclusively (no agent-specific tools)
- Follow cross-references found in loaded memories ("MUST read", "also read")
</essential_principles>
Step 1: Activate
- Call
check_onboarding_performed - If not onboarded: call
onboarding - Call
list_memoriesto discover all memory keys
Step 2: Read Memories
If memories exist:
- Read all
CRITICAL_*memories - Follow cross-references: if any loaded memory says "MUST read", "also read", or "see also" — read those keys
- Read the most recent
session_*memory (by date in key name)
If no memories exist:
- Note this is a first session — suggest running
/saveat end of session
Step 3: Report
Present to the user:
## Session Loaded
- **Project**: [name]
- **Memories Loaded**: [count] ([list of keys])
- **Key Context**: [1-2 sentence summary of project state]
- **Previous Session**: [summary from session_* memory, or "None"]
- **Status**: Ready
Related skills