mirror of
https://github.com/addyosmani/agent-skills.git
synced 2026-08-12 18:07:26 +02:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user