refresh-agent-context
Installation
SKILL.md
Refresh Agent Context
Use this skill to keep the repo understandable for coding agents as the Turborepo evolves.
Goal
Detect drift between the actual workspace structure and the agent-facing docs, then update the smallest set of docs that restore a fast path into the correct app or package.
Prefer updating these files, in this order:
- root
AGENTS.md - root
README.md - app-level
apps/*/AGENTS.md - package docs only when they materially help route ownership or shared-code discovery
Related skills