This handles the full lifecycle of Agent Package Manager in your repository: initializing manifests, installing skills and MCP servers from GitHub or local paths, managing lockfiles for reproducible builds, compiling agent context into instruction files like AGENTS.md, and packing bundles for CI or air-gapped distribution. You'd reach for it when setting up apm.yml, auditing dependencies with dry runs, or troubleshooting stale cache issues after updates. The workflow is methodical and inspection-heavy, which makes sense given how easy it is to break agent configs with vague package references or self-referencing dependencies. If your team already has agent tooling in place, it respects that boundary instead of steamrolling your setup.
npx skills add https://github.com/webmaxru/enonic-agent-skills --skill agent-package-manager