ccski 2.2.1 → 2.3.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 CHANGED
@@ -55,15 +55,15 @@ MCP plugin config example (Codex/Cursor/Windsurf/VS Code):
55
55
 
56
56
  ### Core CLI commands
57
57
 
58
- | Command | Purpose |
59
- | --- | --- |
60
- | `ccski list` | List discovered skills (project, user, plugin) |
61
- | `ccski info <name>` | Show metadata and content preview |
62
- | `ccski install <source> [-i|--all|--path]` | Install from git/dir/marketplace/SKILL.md; interactive picker available |
63
- | `ccski enable [names...] [-i|--all]` | Enable skills (`.SKILL.md` -> `SKILL.md`) |
64
- | `ccski disable [names...] [-i|--all]` | Disable skills (`SKILL.md` -> `.SKILL.md`) |
65
- | `ccski validate <path>` | Validate SKILL.md or skill directory |
66
- | `ccski mcp` | Start MCP server (stdio/http/sse) |
58
+ | Command | Purpose |
59
+ | ----------------------------------------------- | ------------------------------------------------------------------------------ |
60
+ | `ccski list` | List discovered skills (project, user, plugin) |
61
+ | `ccski info <name>` | Show metadata and content preview |
62
+ | `ccski install <source> [-i\|--all\|--path]` | Install from git/dir/marketplace/SKILL.md; interactive picker available |
63
+ | `ccski enable [names...] [-i\|--all]` | Enable skills (`.SKILL.md` -> `SKILL.md`) |
64
+ | `ccski disable [names...] [-i\|--all]` | Disable skills (`SKILL.md` -> `.SKILL.md`) |
65
+ | `ccski validate <path>` | Validate SKILL.md or skill directory |
66
+ | `ccski mcp` | Start MCP server (stdio/http/sse) |
67
67
 
68
68
  ### Install examples
69
69
 
@@ -119,7 +119,7 @@ import type { Skill, SkillMetadata } from "ccski";
119
119
 
120
120
  ### Types
121
121
 
122
- - `SkillProvider`: `"claude" | "codex" | "file"`
122
+ - `SkillProvider`: built-ins `"agents" | "claude" | "codex" | "gemini" | "openclaw" | "file"` plus discovered `.<agent>/skills` providers
123
123
  - `SkillLocation`: `"user" | "project" | "plugin"`
124
124
  - `SkillFrontmatter`: required SKILL.md frontmatter shape (`name`, `description`, plus extra fields)
125
125
  - `SkillMetadata`: discovered skill summary (name/description/provider/location/path + bundled resources flags)