Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ AI coding agents need context to be useful: what standards to follow, what promp
```yaml
# apm.yml β€” ships with your project, like package.json
name: your project
version: 1.0.0
dependencies:
apm:
# Skills from any repository
Expand All @@ -44,7 +45,7 @@ apm install

**That's it.** Copilot, Claude, Cursor β€” every agent is configured with the right skills, prompts, and coding standards.

β†’ [View the full example project](https://github.com/microsoft/apm-project-sample)
β†’ [View the full example project](https://github.com/microsoft/apm-sample-package)

## Not Just Skills

Expand Down