What problem does it solve? When switching AI tools, starting a new session, or handing a project to a teammate, all accumulated project understanding is lost and must be rebuilt from scratch. This Skill produces a single self-contained context document (00-context.md) covering project goals, architecture, progress, and next tasks so any new AI or team member can pick up work immediately. ## Core Features & Use Cases - Read mode (--read): Displays the existing context document without scanning or modifying anything, ideal for a new AI session taking over a project. - Update mode (--update): Scans keel documents, codebase structure, and git state to regenerate the context summary with current progress and pending tasks. - Realign mode (--realign): Upgrades the document structure to the current context.v1 spec without rescanning the project. - Use Case: After finishing a development phase in Claude Code, run the update mode, then paste the generated 00-context.md into a different AI tool so it instantly knows the architecture, completed tasks, and what to build next. ## Quick Start Ask the AI to run the onboard skill in update mode to scan the project and generate a context summary document for handoff.