This skill handles the full lifecycle of Agent Package Manager in your repository: initializing apm.yml, installing and updating packages, managing lockfiles, compiling agent context, and browsing MCP servers. It validates manifests before making changes, uses dry runs to preview risky updates, and warns you when packages get served from stale cache. The procedures walk through dependency resolution, script execution, runtime setup, and CI packaging workflows. One heads up: it enforces security scans at install time and respects organization policies that can block transitive dependencies, so you'll want to address flagged content rather than trying to bypass the checks. Best for teams managing shared agent configurations across multiple tools and needing reproducible builds.
npx skills add https://github.com/webmaxru/ai-native-dev --skill agent-package-manager