Skip to content

Commit 0479a9f

Browse files
docs: add APM ecosystem section to README
Adds a 'Works with APM' section explaining how agentrc-generated instructions integrate with APM for distribution, sharing, and governance across teams. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9ed9850 commit 0479a9f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,18 @@ Works with **GitHub** and **Azure DevOps**. Supports monorepos, multi-root VS Co
7171

7272
> For multi-agent support (Copilot + Claude + others), generate `AGENTS.md` with `--output AGENTS.md`. See [Custom instructions in VS Code](https://code.visualstudio.com/docs/copilot/customization/custom-instructions).
7373
74+
## Works with APM
75+
76+
[APM](https://github.com/microsoft/apm) (Agent Package Manager) distributes agent instructions, skills, and prompts across repos — like npm for AI agent configs.
77+
78+
AgentRC generates the content. APM distributes it:
79+
80+
- **In your project** — run `agentrc init` to generate instructions, then `apm install org/standards` to pull in shared agent packages from your team
81+
- **For your team** — create a dedicated APM package with your best instructions and skills, then teammates install it with `apm install`
82+
- **At scale**`apm audit` scans for security issues; `apm-policy.yml` enforces org standards across all repos
83+
84+
The `.instructions.md` format is shared by both tools — no conversion needed when moving instructions into APM packages.
85+
7486
## Documentation
7587

7688
| | |

0 commit comments

Comments
 (0)