docs: drop the redundant --skill flag from the install command - #201
Conversation
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>
|
Warning Review limit reached
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 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 configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
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. Comment |
commit: |
npx skills add prisma/composerand the documented--skill prisma-composerform install the same thing: the skills CLI's discovery scans theskills/layout only,skills-contrib/sits outside it by design, so exactly one skill is ever found (verified againstdiscoverSkillsin vercel-labs/skillssrc/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 watcheswebsite/**).Verification: the diff is five identical one-line deletions of
--skill prisma-composer.🤖 Generated with Claude Code