skill-organizer 0.0.2 → 0.0.3
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 +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,19 @@ Agent-first install and onboarding instructions are documented in [`../../AGENTS
|
|
|
10
10
|
npm i -g skill-organizer
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
+
Then verify:
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
skill-organizer --version
|
|
17
|
+
```
|
|
18
|
+
|
|
13
19
|
## Notes
|
|
14
20
|
|
|
15
21
|
- The install script downloads a release artifact for your current OS and architecture.
|
|
22
|
+
- The package version must match an existing GitHub release and its uploaded assets.
|
|
16
23
|
- Installs with `--ignore-scripts` are not supported.
|
|
24
|
+
|
|
25
|
+
## Troubleshooting
|
|
26
|
+
|
|
27
|
+
- If install fails with a download error, verify the matching version exists in GitHub Releases.
|
|
28
|
+
- If the binary is missing after install, reinstall without `--ignore-scripts`.
|
package/package.json
CHANGED