Init
APM is the Agent Package Manager. A registry and management tool for Skills, Workflows, and Agent Apps.
npx -y skills add orthogonalhq/apm --skill initAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
APM skill resolution. Defines how @skill references resolve to installed SKILL.md files.
SKILL.md
0.6 KB, as published. Nobody here has run it
Skill resolution
@skill:<scope>/<name> resolves to .skills/<scope>/<name>/SKILL.md.
Read and follow the skill's instructions when relevant to the current task.
If the file does not exist, continue without it.
Skills
| When | Load |
|---|---|
| Find, discover, or browse skills | @skill:apm/search |
| Install, add, or set up a skill | @skill:apm/install |
| Uninstall, remove, or delete a skill | @skill:apm/uninstall |