learn-to-agents
Installation
SKILL.md
Learn To AGENTS.md
Capture reusable project knowledge in AGENTS.md files so future coding agents avoid rediscovering it. Treat AGENTS.md as cross-agent operational guidance: concise, scoped, and actionable.
What Belongs
Add learnings that are durable and non-obvious:
- Commands that must run from a specific directory or with non-obvious flags.
- File relationships, generated assets, or modules that must change together.
- API, SDK, CLI, or platform quirks verified during the session.
- Debugging breakthroughs where the visible error was misleading.
- Architectural constraints, import boundaries, data ownership rules, or release/deploy gotchas.
- Project-specific test, build, lint, i18n, or CI behavior not already documented.
Do not add: