.claude/skills/load-context/SKILL.md
List and load saved context snapshots from previous sessions. Use at the start of a session to pick up where you left off, or to review what was happening in a past session.
npx skillsauth add henderni/minecraft-mega-knights load-contextInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Restore context from a previous session.
List available contexts: Read the contexts/ subdirectory inside your auto memory directory
If $ARGUMENTS is empty or "list": Just show the list and ask the user which one to load
If a specific context was named: Read that file and present its contents as a briefing:
After loading: Offer to delete old context files (keep last 10 max) to prevent clutter
testing
Capture learnings from the current session and update CLAUDE.md and MEMORY.md. Use after significant work sessions, architectural decisions, or when new patterns/conventions are established.
testing
Save a snapshot of the current working context (what you're doing, key decisions, open questions) to a file that can be loaded in a future session. Use before long breaks, when context is getting large, or before /clear.
development
Write and run tests for changed or specified code. Use when the user says /qa, asks for tests, or wants to validate recent changes. Runs the QA agent in a forked context.
tools
Scaffold a complete new Mega Knights item. Creates all required files: BP item JSON, item_texture.json registration, and lang entries in both packs. Use when the user wants to add a new tool, scroll, token, or other custom item to the add-on.