Skip to content

docs: drop the redundant --skill flag from the install command - #201

Merged
wmadden merged 1 commit into
mainfrom
docs/simplify-skills-install
Aug 4, 2026
Merged

docs: drop the redundant --skill flag from the install command#201
wmadden merged 1 commit into
mainfrom
docs/simplify-skills-install

Conversation

@wmadden-electric

Copy link
Copy Markdown
Contributor

npx skills add prisma/composer and the documented --skill prisma-composer form install the same thing: the skills CLI's discovery scans the skills/ layout only, skills-contrib/ sits outside it by design, so exactly one skill is ever found (verified against discoverSkills in vercel-labs/skills src/skills.ts — the root scan stays at depth 1 and the recursive fallback fires only when nothing was found). The flag selected from a set of one and made readers wonder why.

Scope: the five occurrences across README.md (×2), docs/guides/getting-started.md, skills/README.md, and the site template. No behaviour changes; the site redeploys on merge (its workflow watches website/**).

Verification: the diff is five identical one-line deletions of --skill prisma-composer.

🤖 Generated with Claude Code

The skills CLI's discovery only scans the skills/ layout; skills-contrib/
is outside it by design, so a bare `npx skills add prisma/composer` finds
exactly one skill and installs the same thing. The flag selected from a
set of one.

Signed-off-by: willbot <w.a.madden+machine@gmail.com>
Signed-off-by: Will Madden <madden@prisma.io>
@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@wmadden-electric, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 2 seconds

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: c9f10d30-b374-446a-8171-b1bc929cac33

📥 Commits

Reviewing files that changed from the base of the PR and between 3449f3e and 78bb7c1.

📒 Files selected for processing (4)
  • README.md
  • docs/guides/getting-started.md
  • skills/README.md
  • website/src/template.ts

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@pkg-pr-new

pkg-pr-new Bot commented Aug 3, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@prisma/composer@201
npm i https://pkg.pr.new/@prisma/composer-prisma-cloud@201

commit: 78bb7c1

@wmadden
wmadden merged commit ec391cd into main Aug 4, 2026
18 of 19 checks passed
@wmadden
wmadden deleted the docs/simplify-skills-install branch August 4, 2026 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants