From superclaude
Loads project context for a session, using Serena MCP for memory retrieval, checkpoint restoration, and cross-session persistence. Supports project, checkpoint, and dependency context loading.
How this command is triggered — by the user, by Claude, or both
Slash command
/superclaude:loadThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /sc:load - Project Context Loading ## Triggers - Session initialization and project context loading requests - Cross-session persistence and memory retrieval needs - Project activation and context management requirements - Session lifecycle management and checkpoint loading scenarios ## Usage ## Behavioral Flow 1. **Initialize**: Establish Serena MCP connection and session context management 2. **Discover**: Analyze project structure and identify context loading requirements 3. **Load**: Retrieve project memories, checkpoints, and cross-session persistence data 4. **Activate**: Establ...
/sc:load [target] [--type project|config|deps|checkpoint] [--refresh] [--analyze]
Key behaviors:
/sc:load
# Loads current directory project context with Serena memory integration
# Establishes session context and prepares for development workflow
/sc:load /path/to/project --type project --analyze
# Loads specific project with comprehensive analysis
# Activates project context and retrieves cross-session memories
/sc:load --type checkpoint --checkpoint session_123
# Restores specific checkpoint with session context
# Continues previous work session with full context preservation
/sc:load --type deps --refresh
# Loads dependency context with fresh analysis
# Updates project understanding and dependency mapping
Will:
Will Not:
14plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 14 plugins
npx claudepluginhub kazukinakai/superclaude_plugin/loadLoads project context for a session, using Serena MCP for memory retrieval, checkpoint restoration, and cross-session persistence. Supports project, checkpoint, and dependency context loading.
/sc-loadLoads project context with Serena MCP integration for session lifecycle management — activates projects, retrieves cross-session memories, and restores checkpoints.
/contextLoads anchored persistent memory for the current project, surfacing identity, recent decisions, and relevant entities from cross-tool context.
/contextManages AI conversation context: load project info from files like progress.md and CLAUDE.md, save current state, or show loaded context.
/primeLoads project context from .claude/context/ Markdown files in priority order, verifies file integrity and git status, supplements with README, and outputs readiness summary.
/continue-sessionLoads session context from SESSION.md, displays current phase, stage, progress, known issues, and next action. Checks for uncommitted changes and shows recent git history to help resume work efficiently.