Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion skills/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/src/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export function landingPage(guides: readonly Guide[]): string {
<section class="hero">
<h1>The <span class="hl">fastest</span>, <span class="hl">most reliable</span> way to <span class="hl">build an app</span> with your agent.</h1>
<p>Start from scratch and deploy the whole thing — services, databases, and the wiring between them — to Prisma Cloud in minutes.</p>
<div class="install"><span class="prompt">$</span> npx skills add prisma/composer --skill prisma-composer</div>
<div class="install"><span class="prompt">$</span> npx skills add prisma/composer</div>
<p class="sub">Start here. Your agent arrives knowing the whole API and the building blocks it can snap together — then you describe what you want.</p>
</section>
<div class="why">
Expand Down
Loading