Skip to content
Merged
Changes from 1 commit
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
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ git clone <org/repo> && cd <repo>
apm install # every agent is configured
```

**Coming from `npx skills add`?** Drop-in:

```bash
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](https://microsoft.github.io/apm/reference/package-types/#skill-bundle).
Copy link

Copilot AI Apr 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link fragment .../reference/package-types/#skill-bundle looks inconsistent with the docs page: docs/src/content/docs/reference/package-types.md has headings ## Skill bundle (SKILL.md at root) and ## Skill collection (skills//SKILL.md) (the latter is the SKILL_BUNDLE/npx-style layout). As written, #skill-bundle is likely not a valid anchor and also points readers at the wrong section. Suggest linking to the package-types page without a fragment, or update the fragment (and/or link text) to target the Skill collection / SKILL_BUNDLE section and verify it matches the rendered site slug.

Suggested change
Same install gesture. You also get a [manifest, lockfile, and reproducibility](https://microsoft.github.io/apm/reference/package-types/#skill-bundle).
Same install gesture. You also get a [manifest, lockfile, and reproducibility](https://microsoft.github.io/apm/reference/package-types/).

Copilot uses AI. Check for mistakes.

## The three promises

### 1. Portable by manifest
Expand Down
Loading