ancoder-skill-cli 0.5.2 → 0.5.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
CHANGED
|
@@ -40,6 +40,7 @@ go build -o bin/skill-cli .
|
|
|
40
40
|
| `skill-cli create <name> [--path <dir>]` | Create a skill scaffold with contract and smoke eval templates |
|
|
41
41
|
| `skill-cli test <path>` | Check that a skill has trigger docs, contract, and eval coverage |
|
|
42
42
|
| `skill-cli verify <path> [--suite smoke]` | Run a machine-readable verification suite end-to-end |
|
|
43
|
+
| `skill-cli generate <name> --desc "..."` | Generate a complete skill using Claude CLI (create → implement → verify) |
|
|
43
44
|
|
|
44
45
|
## Machine-Readable Skill Layout
|
|
45
46
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ancoder-skill-cli",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"description": "CLI for managing everything-claude-code (ECC) components — agents, skills, commands, rules, hooks, MCP configs. Single binary, all assets embedded.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"skill-cli": "bin/skill-cli.js"
|