This repository uses APM to manage agent skills.
Before starting any task, verify that the skills listed in apm.yml are installed under
the apm_modules/ directory.
If apm_modules/ is missing or any skill package from apm.yml is not present, install them by running:
pip install apm-cli
apm installWhen creating new files:
- Always use LF (Unix-style) line endings, not CRLF (Windows-style)
- This repository uses
.gitattributesto enforce LF line endings - Ensures consistency across all platforms and avoids Git warnings