diff --git a/README.md b/README.md index f21045c99..cb1f6d94c 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,15 @@ git clone && cd 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-collection-skillsnameskillmd). + ## The three promises ### 1. Portable by manifest diff --git a/uv.lock b/uv.lock index d485a7175..e649597cb 100644 --- a/uv.lock +++ b/uv.lock @@ -179,7 +179,7 @@ wheels = [ [[package]] name = "apm-cli" -version = "0.9.3" +version = "0.9.4" source = { editable = "." } dependencies = [ { name = "click" },