@buiducnhat/agent-skills 0.5.0 → 0.5.1

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/package.json +1 -1
  2. package/README.md +0 -32
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buiducnhat/agent-skills",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Install AI agent workflow skills for coding assistants",
5
5
  "type": "module",
6
6
  "bin": {
package/README.md DELETED
@@ -1,32 +0,0 @@
1
- # @buiducnhat/agent-skills
2
-
3
- ## Quick start
4
-
5
- ### Run with npx
6
-
7
- ```bash
8
- npx @buiducnhat/agent-skills
9
- ```
10
-
11
- ### Select agents non-interactively
12
-
13
- ```bash
14
- npx @buiducnhat/agent-skills --agents claude,cursor,copilot
15
- ```
16
-
17
- ## CLI options
18
-
19
- - `--agents <list>`: comma-separated agent IDs (also enables non-interactive mode)
20
- - `--non-interactive`: skip prompts and use defaults
21
- - `-h, --help`: show help
22
- - `-v, --version`: show version
23
-
24
- ## Requirements
25
-
26
- - Node.js `>=18`
27
- - `git` available in your environment
28
-
29
- ## Repository
30
-
31
- - Source: https://github.com/buiducnhat/agent-skills
32
- - Issues: https://github.com/buiducnhat/agent-skills/issues