What problem does it solve? Useful context discovered during a coding session—commands, conventions, environment quirks—is lost when the session ends, forcing the agent to rediscover it next time. This Skill reviews the current session and proposes concise, scoped additions to the right agent-instruction file. ## Core Features & Use Cases - Session Reflection: Identifies missing context such as bash commands, code style patterns, testing approaches, and tool preferences encountered during the session. - Scoped File Routing: Discovers AGENTS.md, CLAUDE.md, and local variants, dedupes symlinked files via realpath, and classifies each learning as project-shared, project-local, or user-global. - Approval-Gated Edits: Drafts one-line additions with reasons, shows them grouped by target file as diffs, and applies only user-approved changes to the canonical realpath. - Use Case: After a debugging session where you learned the project requires pnpm test -- --run instead of npm test, invoke the skill to record that command in the project's AGENTS.md so future sessions use it directly. ## Quick Start Ask the agent to review this session and capture anything it learned into the appropriate AGENTS.md or CLAUDE.md file.