ccski 1.0.2 → 1.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.
Files changed (2) hide show
  1. package/README.md +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -50,7 +50,12 @@ Interactive pickers across install/enable/disable share the same layout, colors,
50
50
  - **openskills** — established the SKILL.md authoring pattern; we align with that spec for compatibility.
51
51
  - **universal-skills** — offers a curated, ready-to-use skill set; ccski focuses on management and transport, not bundling content.
52
52
 
53
- Key differences: ccski is a manager/server (no baked-in skill corpus), MCP-first, and optimized for multi-root discovery plus install/enable/disable ergonomics.
53
+ Key differences and what we fused:
54
+ - We blend **universal-skills’ MCP-first philosophy** with **openskills’ CLI ergonomics** so the same tool serves both agents and humans.
55
+ - ccski uniquely **scans skills shipped inside Claude Code plugins**, which universal-skills and openskills don’t cover.
56
+ - The `install` command accepts flexible sources (git URLs, marketplace, SKILL.md paths) and `-i` provides an interactive picker with a live one-shot command preview.
57
+
58
+ Bottom line: ccski is a manager/server (no baked-in corpus), MCP-first, multi-root-aware, with a friendlier install/enable/disable workflow.
54
59
 
55
60
  ## 4) Contributing & architecture at a glance
56
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccski",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Claude Code Skills Manager - CLI and MCP interface for managing skills across AI agents",
5
5
  "type": "module",
6
6
  "bin": {