add-skill 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,14 +7,7 @@ Supports [OpenCode](https://opencode.ai), [Claude Code](https://claude.ai/code),
|
|
|
7
7
|
## Quick Start
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
# Install a skill interactively
|
|
11
10
|
npx add-skill vercel-labs/agent-skills
|
|
12
|
-
|
|
13
|
-
# Install a specific skill
|
|
14
|
-
npx add-skill vercel-labs/agent-skills --skill frontend-design
|
|
15
|
-
|
|
16
|
-
# Install globally (available in all projects)
|
|
17
|
-
npx add-skill vercel-labs/agent-skills --skill skill-creator -g
|
|
18
11
|
```
|
|
19
12
|
|
|
20
13
|
## What are Agent Skills?
|