agent-skill-manager 1.12.0 → 1.13.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 +4 -0
- package/dist/agent-skill-manager.js +150 -147
- package/dist/{chunk-dykgxxyr.js → chunk-b7betbzn.js} +1 -1
- package/dist/chunk-hkqn9wnw.js +12 -0
- package/dist/{chunk-f9v15smy.js → chunk-t50w9h6a.js} +46 -45
- package/package.json +1 -1
- package/dist/chunk-1nnaagv9.js +0 -12
- package/dist/chunk-7fa8jt74.js +0 -91
- package/dist/chunk-es13zqy2.js +0 -91
- package/dist/chunk-gdjc7mam.js +0 -91
- package/dist/chunk-j64gxcw7.js +0 -91
- package/dist/chunk-jfdmhdsr.js +0 -3
- package/dist/chunk-jqby9n90.js +0 -12
- package/dist/chunk-s73mfpjt.js +0 -91
- package/dist/chunk-vvzggdyd.js +0 -12
- package/dist/chunk-xkxs2gj3.js +0 -12
- package/dist/chunk-y008z8jw.js +0 -12
- package/dist/chunk-zdwywb64.js +0 -12
package/README.md
CHANGED
|
@@ -736,6 +736,8 @@ Every skill is a directory containing a `SKILL.md` file. The file starts with a
|
|
|
736
736
|
name: my-skill
|
|
737
737
|
description: "A short description of what this skill does"
|
|
738
738
|
license: "MIT"
|
|
739
|
+
compatibility: "Claude Code, Codex"
|
|
740
|
+
allowed-tools: Bash Read Grep Glob WebFetch
|
|
739
741
|
effort: medium
|
|
740
742
|
metadata:
|
|
741
743
|
version: 1.0.0
|
|
@@ -748,6 +750,8 @@ metadata:
|
|
|
748
750
|
| `name` | yes | Unique skill identifier (used in list/search) |
|
|
749
751
|
| `description` | yes | One-line summary shown in listings |
|
|
750
752
|
| `license` | no | SPDX license identifier (e.g., `MIT`, `Apache-2.0`) |
|
|
753
|
+
| `compatibility` | no | Comma-separated list of compatible AI agents |
|
|
754
|
+
| `allowed-tools` | no | Space or comma-delimited tool names the skill uses |
|
|
751
755
|
| `effort` | no | Effort level: `low`, `medium`, `high`, or `max` |
|
|
752
756
|
| `metadata.version` | no | Semver version string (defaults to `0.0.0`) |
|
|
753
757
|
| `metadata.creator` | no | Author name and optional email |
|