All context loading uses Serena MCP tools exclusively (no agent-specific tools)
Follow cross-references found in loaded memories ("MUST read", "also read")
Step 1: Activate
Call check_onboarding_performed
If not onboarded: call onboarding
Call list_memories to 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 /save at 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
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: laststance-skills-load3description: Session Load4---56# Session Load78Load project context from Serena MCP memory.910<essential_principles>1112- All context loading uses Serena MCP tools exclusively (no agent-specific tools)13- Follow cross-references found in loaded memories ("MUST read", "also read")1415</essential_principles>1617## Step 1: Activate18191. Call `check_onboarding_performed`202. If not onboarded: call `onboarding`213. Call `list_memories` to discover all memory keys2223## Step 2: Read Memories2425**If memories exist:**26274. Read all `CRITICAL_*` memories285. Follow cross-references: if any loaded memory says "MUST read", "also read", or "see also" — read those keys296. Read the most recent `session_*` memory (by date in key name)3031**If no memories exist:**32334. Note this is a first session — suggest running `/save` at end of session3435## Step 3: Report3637Present to the user:3839```40## Session Loaded4142- **Project**: [name]43- **Memories Loaded**: [count] ([list of keys])44- **Key Context**: [1-2 sentence summary of project state]45- **Previous Session**: [summary from session_* memory, or "None"]46- **Status**: Ready47```4849---50> Converted and distributed by [TomeVault](https://tomevault.io/claim/laststance) — claim your Tome and manage your conversions.51<!-- tomevault:4.0:skill_md:2026-04-13 -->
Run npx skillmds@latest add tomevault-io/laststance-skills-load in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Session Load It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.