Agent skill
session-management
Use when loading, saving, or reflecting on session context - provides structured workflows for session lifecycle management and reflection outputs.
Install this agent skill to your Project
npx add-skill https://github.com/NickCrew/Claude-Cortex/tree/main/skills/session-management
SKILL.md
Session Management
Overview
Manage session lifecycle: load context, save checkpoints, and reflect on progress with consistent reporting.
When to Use
- Loading project context or checkpoints
- Saving session context or learnings
- Reflecting on task completion and validation
Avoid when:
- The task is not session-related
Quick Reference
| Task | Load reference |
|---|---|
| Load session | skills/session-management/references/load.md |
| Save session | skills/session-management/references/save.md |
| Reflect on session | skills/session-management/references/reflect.md |
Workflow
- Select the session operation.
- Load the matching reference.
- Execute the operation and capture outputs.
- Provide a summary and next steps.
Output
- Session status summary
- Saved context or reflection notes
Common Mistakes
- Saving without capturing key changes
- Reflecting without validation evidence
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
claude-consult
Consult Claude specialist agents during implementation for codebase understanding, pattern checking, security review, debugging help, and more. Use this skill whenever you're unsure about conventions, stuck on a failure, or need expert input before writing code. Does not replace the formal review gates in agent-loops — this is for mid-implementation consultation.
doc-quality-review
Assess documentation quality across readability, consistency, audience fit, and prose clarity. Produces a scored review with actionable findings. This skill should be used before releases, during doc reviews, or when documentation feels unclear or inconsistent.
event-driven-architecture
Event-driven architecture patterns with event sourcing, CQRS, and message-driven communication. Use when designing distributed systems, microservices communication, or systems requiring eventual consistency and scalability.
prompt-engineering
Optimize prompts for LLMs and AI systems with structured techniques, evaluation patterns, and synthetic test data generation. Use when building AI features, improving agent performance, or crafting system prompts.
compliance-audit
Regulatory compliance auditing across GDPR, HIPAA, PCI DSS, SOC 2, and ISO frameworks with automated evidence collection and gap analysis. Use when conducting compliance assessments, preparing for certifications, or implementing regulatory controls.
react-performance-optimization
React performance optimization patterns using memoization, code splitting, and efficient rendering strategies. Use when optimizing slow React applications, reducing bundle size, or improving user experience with large datasets.
Didn't find tool you were looking for?