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.
Files changed (2) hide show
  1. package/README.md +0 -7
  2. 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?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "add-skill",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Install agent skills onto coding agents (OpenCode, Claude Code, Codex)",
5
5
  "type": "module",
6
6
  "bin": {