@hasna/skills 0.1.69 → 0.1.71
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/bin/index.js +825 -72
- package/bin/mcp.js +13 -3
- package/bin/server.js +12 -2
- package/bin/worker.js +8 -0
- package/dist/cli/commands/hydrate.d.ts +2 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +636 -2
- package/dist/lib/portable-snapshot-filter.d.ts +48 -0
- package/dist/lib/station-hydrate.d.ts +103 -0
- package/dist/lib/station-snapshot.d.ts +96 -0
- package/dist/sdk/index.js +8 -0
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -448,7 +448,7 @@ skills/ # Public skill contracts and local OSS skills
|
|
|
448
448
|
|
|
449
449
|
| Count | Value | Derived from |
|
|
450
450
|
|---|---|---|
|
|
451
|
-
| Catalog skills |
|
|
451
|
+
| Catalog skills | 87 | `SKILLS.length` (`src/lib/registry-data/`) |
|
|
452
452
|
| Categories | 17 | `CATEGORIES` (`src/lib/registry-types.ts`) |
|
|
453
453
|
| MCP tools | 37 | `tools/list` against a live `buildServer()` |
|
|
454
454
|
|