diff --git a/README.md b/README.md
index 21277e23..6e7fee10 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Composer is built to be driven by an agent, so the first thing to do is give
your agent the skill:
```sh
-npx skills add prisma/composer --skill prisma-composer
+npx skills add prisma/composer
```
That's the whole setup. Your agent now knows the entire API and arrives
@@ -162,7 +162,7 @@ that name is how you (and your agent) find one. The ecosystem is new: the
first-party set above is the whole catalogue today, and it's growing.
The agent-facing version of the guides lives in [`skills/`](skills/) and
-installs with `npx skills add prisma/composer --skill prisma-composer`.
+installs with `npx skills add prisma/composer`.
## Design & internals
diff --git a/docs/guides/getting-started.md b/docs/guides/getting-started.md
index 1acfd50f..e64d449c 100644
--- a/docs/guides/getting-started.md
+++ b/docs/guides/getting-started.md
@@ -5,7 +5,7 @@
Composer is built to be driven by an agent, and this is the whole setup:
```sh
-npx skills add prisma/composer --skill prisma-composer
+npx skills add prisma/composer
```
Your agent now knows the entire API and arrives prepped with the building
diff --git a/skills/README.md b/skills/README.md
index f2c8ac3a..6d7492b7 100644
--- a/skills/README.md
+++ b/skills/README.md
@@ -16,7 +16,7 @@ enough for one skill; there is no router or per-topic cluster.
## Install
```bash
-npx skills add prisma/composer --skill prisma-composer
+npx skills add prisma/composer
```
The [`skills` CLI](https://npmjs.com/package/skills) installs it at the
diff --git a/website/src/template.ts b/website/src/template.ts
index 24576af2..d3817e0e 100644
--- a/website/src/template.ts
+++ b/website/src/template.ts
@@ -184,7 +184,7 @@ export function landingPage(guides: readonly Guide[]): string {
Start from scratch and deploy the whole thing — services, databases, and the wiring between them — to Prisma Cloud in minutes. Start here. Your agent arrives knowing the whole API and the building blocks it can snap together — then you describe what you want.The fastest, most reliable way to build an app with your agent.