docs(readme): add skills CLI install path with per-skill examples

The pack has been installable via `npx skills add` all along (all 24
skills are indexed on skills.sh) but the README never mentioned it. Add
it as the fastest cross-agent path at the top of Quick Start, with
individual install examples for three signature skills.
This commit is contained in:
Addy Osmani
2026-07-06 13:21:46 -07:00
parent 8c65303053
commit 076af17226
+17
View File
@@ -42,6 +42,23 @@ Skills also activate automatically based on what you're doing — designing an A
## Quick Start
**Fastest path — any agent, one command.** The open [skills CLI](https://github.com/vercel-labs/skills) installs into 70+ agents (Claude Code, Cursor, Codex, Copilot, Cline, and more):
```bash
npx skills add addyosmani/agent-skills # install all 24 skills
npx skills add addyosmani/agent-skills --list # browse before installing
```
Or grab individual skills:
```bash
npx skills add addyosmani/agent-skills --skill code-review-and-quality # five-axis review before merge
npx skills add addyosmani/agent-skills --skill interview-me # requirements interrogation, one question at a time
npx skills add addyosmani/agent-skills --skill test-driven-development # red-green-refactor, enforced
```
Prefer a native integration? Pick your tool below.
<details>
<summary><b>Claude Code (recommended)</b></summary>