| name | session-navigation |
| description | Session management and navigation between tasks |
Session Navigation Skill
Navigate and manage sessions efficiently.
When to Use
- Switching between tasks
- Session state management
- Context switching
- Multi-project workflows
What_You_MUST_Do>
- NAME sessions descriptively
- COMMIT before switching sessions
- SAVE current task state
- USE context labels for organization
- RESTORE context on switch
What_You_MUST_NOT_Do>
- DO NOT switch without saving state
- DO NOT use vague session names
- DO NOT forget to preserve file changes
- DO NOT lose tool outputs when switching
What This Skill Does
Session Management
listSessions()
switchSession(sessionId)
createSession(name, context)
exportSession(sessionId)
Context Preservation
- Save current task state
- Preserve file changes
- Remember tool outputs
- Restore on switch
Best Practices
- Name sessions descriptively
- Commit before switching
- Use context labels