ancoder-skill-cli 0.10.0 → 0.10.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,7 +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
|
|
43
|
+
| `skill-cli generate <name> --desc "..."` | Generate a complete skill using Claude CLI with OMC autopilot (default) |
|
|
44
44
|
| `skill-cli install [--no-omc]` | Install ECC components into `~/.claude/` (includes OMC by default) |
|
|
45
45
|
| `skill-cli install --component omc` | Install only the bundled OMC multi-agent orchestration layer |
|
|
46
46
|
|
|
@@ -203,7 +203,7 @@ This mirrors OMC's principle: "Keep authoring and review as separate passes."
|
|
|
203
203
|
|
|
204
204
|
## oh-my-claudecode (OMC) Integration
|
|
205
205
|
|
|
206
|
-
skill-cli embeds the full [oh-my-claudecode](https://github.com/Yeachan-Heo/oh-my-claudecode) multi-agent orchestration bundle (synced from GitHub release **v4.
|
|
206
|
+
skill-cli embeds the full [oh-my-claudecode](https://github.com/Yeachan-Heo/oh-my-claudecode) multi-agent orchestration bundle (synced from GitHub release **v4.13.4**) and installs it into `~/.claude/omc/` by default. This gives any skill-cli user a single-command path to OMC's agents, skills, hooks, and runtime scripts without needing to clone the OMC repo or configure the plugin marketplace separately.
|
|
207
207
|
|
|
208
208
|
### What gets installed
|
|
209
209
|
|
|
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.10.
|
|
3
|
+
"version": "0.10.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"
|