Capture useful learnings from the current Codex session and propose concise updates to AGENTS.md files.
skillsy install jaesung-jung/foldericonmaker@revise-agents-mdReview the current session for learnings that would help future Codex sessions work more effectively in this codebase. Propose concise updates to the relevant AGENTS.md file, then edit only after user approval.
Identify reusable context discovered during this session:
Only keep information likely to recur. Skip one-off fixes, obvious facts, and generic engineering advice.
Find candidate instruction files:
find . -name "AGENTS.md" 2>/dev/null | head -50
Choose the narrowest appropriate file:
./AGENTS.md for repo-wide instructions shared by all future sessionsAGENTS.md for instructions that apply only to a package, module, or subdirectoryIf no AGENTS.md exists, propose creating one before editing.
Keep additions compact because AGENTS.md is prompt context.
Preferred format:
- `<command or pattern>` - <brief project-specific guidance>
Use a short section only when it improves scanability. Avoid long explanations.
For each proposed update, show:
### Update: ./AGENTS.md
**Why:** <one-line reason>
\```diff
+ <the addition - keep it brief>
\```
Ask whether the user wants to apply the proposed changes. Only edit files they approve.
When applying updates: