What problem does it solve? Agents often grep the codebase first and miss hard-won context about why code exists, what failed before, and what prior agents learned. This Skill enforces a recall-before-grep doctrine so agents check Legion's shared memory before searching code. ## Core Features & Use Cases - Recall Before Grep: Runs legion recall for your own reflections, then legion consult across all agents, before falling back to grep or glob. - Reflection Capture: Records new learnings with legion reflect, focusing on the why behind decisions rather than what the code already shows. - Knowledge Ranking: Boosts useful reflections with legion boost so they surface higher for the next agent. - Use Case: While debugging an auth token issue, the agent first recalls that a prior session learned refresh tokens live in httpOnly cookies, avoiding a redundant codebase investigation. ## Quick Start Before searching the codebase for why something works a certain way, run legion recall with the current repo and your problem context, then consult other agents if needed.