.claude/skills/update-project-docs/SKILL.md
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.
npx skillsauth add henderni/minecraft-mega-knights update-project-docsInstall 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.
Review the current session and update project docs with new learnings.
CLAUDE.md (project root) — Committed project instructions for all contributors~/.claude/projects/-Users-nick-Repos-minecraft-mega-knights/memory/MEMORY.md — Private session memorygit diff and git status to see what was modified$ARGUMENTS
memory/debugging.md, memory/patterns.md)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.
tools
Scaffold a complete new Mega Knights entity. Creates all required files: BP behavior JSON, RP client entity JSON, lang entries in both packs, and optionally spawn rules for naturally-spawning enemies. Use when the user wants to add a new ally or enemy entity to the add-on.