An open-source, community-driven dependency manager for AI agents.
Think package.json, requirements.txt, or Cargo.toml — but for AI agent configuration.
GitHub Copilot | Claude Code | Grok Build | Cursor | OpenCode | Codex | Gemini | Windsurf | Kiro
Documentation · Quick Start · CLI Reference · Roadmap
Why APMPortable by manifest. Secure by default. Governed by policy. One file describes every agent's context; one command reproduces it everywhere; one policy controls what an org will allow.
AI coding agents need context to be useful — standards, prompts, skills, plugins — but today every developer sets this up manually. Nothing is portable nor reproducible. There's no manifest for it.
APM fixes this. Declare your project's agentic dependencies once in apm.yml, and every developer who clones your repo gets a fully configured agent setup in seconds — with transitive dependency resolution, just like npm or pip. It's also the first tool that lets you author plugins with a real dependency manager and export standard plugin.json packages.
# apm.yml — ships with your project name: your-project version: 1.0.0 dependencies: apm: # Skills from any repository - anthropics/skills/skills/frontend-design # Plugins - github/awesome-copilot/plugins/context-engineering # Specific agent primitives from any repository - github/awesome-copilot/agents/api-architect.agent.md # A full APM package with instructions, skills, prompts, hooks... - microsoft/apm-sample-package#v1.0.0 mcp: # MCP servers -- installed into every detected client - name: io.github.github/github-mcp-server transport: http # MCP transport name, not URL scheme -- connects over HTTPS
git clone <org/repo> && cd <repo> apm install # every agent is configured
Coming from npx skills add? Drop-in:
apm install vercel-labs/agent-skills # whole bundle, like npx skills add apm install vercel-labs/agent-skills --skill deploy-to-vercel # one skill, persisted to apm.yml
Same install gesture. You also get a manifest, lockfile, and reproducibility.
Zero-config Copilot:
apm compile -t copilot # writes .github/copilot-instructions.mdOne command, no configuration -- VS Code and GitHub Copilot read the file automatically. APM dogfoods this target on its own repository.
The three promises 1. Portable by manifestOne apm.yml describes every primitive your agents need — instructions, skills, prompts, agents, hooks, plugins, MCP servers — and apm install reproduces the exact same setup across every client on every machine. apm.lock.yaml pins the resolved tree the way package-lock.json does for npm.
plugin.jsonapm pack bundles your configuration as a zipped package or a standalone pluginAgent context is executable in effect — a prompt is a program for an LLM. APM treats it that way. Every install scans for hidden Unicode that can hijack agent behavior; the lockfile pins integrity hashes; transitive MCP servers are gated by trust prompts.
apm install blocks compromised packages before agents read them; apm audit runs the same checks on demandapm.lock records resolved sources and content hashes for full provenanceapm lock export --format cyclonedx|spdx emits a standard inventory of what reached disk, straight from the lockfile — provenance for procurement, not a compliance attestationapm audit rebuilds your agent context in scratch and diffs it against your working tree to catch hand-edits before they shipapm-policy.yml lets a security team say "these are the only sources, scopes, and primitives this org will allow" and have every apm install enforce it — with tighten-only inheritance from enterprise to org to repo, a published bypass contract, and audit-mode CI gates.
apm-policy.yml governs what gets installed; your agent harness governs what runs. The two planes do not overlap.
apm audit --ci into branch protectioncurl -sSL https://aka.ms/apm-unix | shirm https://aka.ms/apm-windows | iex
Native release binaries are published for macOS, Linux, and Windows x86_64. apm self-update reuses the matching platform installer.
# Homebrew brew install microsoft/apm/apm # pip pip install apm-cli
# Scoop scoop bucket add apm https://github.com/microsoft/scoop-apm scoop install apm # pip pip install apm-cli
Then start adding packages:
apm install microsoft/apm-sample-package#v1.0.0
Or install from a marketplace:
apm marketplace add github/awesome-copilot apm install azure-cloud-development@awesome-copilot
Or add an MCP server (wired into Copilot, Claude, Cursor, Codex, OpenCode, Gemini, Windsurf, and Kiro):
apm install --mcp io.github.github/github-mcp-server --transport http # connects over HTTPSSee the Getting Started guide for the full walkthrough.
Works with agentrcagentrc analyzes your codebase and generates tailored agent instructions — architecture, conventions, build commands — from real code, not templates.
Use agentrc to author high-quality instructions, then package them with APM to share across your org. The .instructions.md format is shared by both tools — no conversion needed when moving instructions into APM packages.
Created by @danielmeppiel. Maintained by @danielmeppiel and @sergio-sisternes-epam.
Built on open standards: AGENTS.md · Agent Skills · MCP
TrademarksThis project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | skill-scanner - Security Scanner for Agent Skills | 0 | 24.29 | 08-03-2026 |
| 2 | harbor - framework for running agent evaluations | 0 | 10 | 02-03-2026 |
| 3 | loki-mode - Multi-agent provider agnostic framework | 0 | 43.33 | 15-02-2026 |
| 4 | skills - Public repository for Agent Skills | 0 | 7.35 | 25-01-2026 |
| 5 | agentfield - Kubernetes for AI Agents | 0 | 10 | 19-03-2026 |
| 6 | dograh - Open Source Voice Agent Platform | 0 | 10 | 25-05-2026 |
| 7 | MediaManager - selfhosted media management system | 0 | 10 | 28-12-2025 |
| 8 | userharbor: Framework Agnostic User Management | 0 | 10 | 27-07-2026 |
| 9 | turnstone - orchestration for tool-using AI agents | 0 | 24.29 | 19-07-2026 |
| 10 | opc-skills - Agent Skills for Solopreneurs | 0 | 26.67 | 16-03-2026 |