@ecology91/skills 0.1.0 → 0.1.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.
- package/README.md +1 -1
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ npx skills@latest add ecology9191/skills -a opencode
|
|
|
20
20
|
2. Or install the published npm package directly:
|
|
21
21
|
|
|
22
22
|
```bash
|
|
23
|
-
npx @ecology91/skills
|
|
23
|
+
npx --package @ecology91/skills ecology91-skills
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
3. For local development on this repo, link the checked-out skills into opencode's global skills directory:
|
package/package.json
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ecology91/skills",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "opencode agent skills for real engineering workflows.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"bin":
|
|
7
|
+
"bin": {
|
|
8
|
+
"ecology91-skills": "bin/install.mjs"
|
|
9
|
+
},
|
|
8
10
|
"files": [
|
|
9
11
|
"bin/",
|
|
10
12
|
"scripts/",
|