Must be used at the start of any non-trivial task involving code changes, debugging, repo exploration, file inspection, or environment/tooling investigation to surface stored guidance before analysis or tool use.
This skill loads relevant stored Evolve entities into the current turn before substantive work begins.
Use this skill first whenever the task involves:
Skip only for trivial conversational requests with no local context.
Before any non-trivial local work, you must complete the recall workflow below. Reading this SKILL.md alone does not satisfy the skill.
Do not proceed to other analysis or tool use until all steps below are complete.
.evolve/entities/ for guidance relevant to the current task.Before moving on, produce an explicit completion note in your reasoning or user update using one of these forms:
Recall complete: searched .evolve/entities/, read <files>, applicable guidance: <summary>Recall complete: searched .evolve/entities/, no relevant entities found.evolve/entities/.The skill is not complete if any of the following are true:
SKILL.md.evolve/entities/~/.codex/config.toml with [features] codex_hooks = true, the Codex UserPromptSubmit hook runs before the prompt is sent..evolve/entities/.Entities are stored as markdown files in .evolve/entities/, nested by type:
.evolve/entities/
guideline/
use-context-managers-for-file-operations.md
cache-api-responses-locally.md
Each file uses markdown with YAML frontmatter:
---