@gobing-ai/superskill 0.2.18 → 0.3.0

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
@@ -49,6 +49,7 @@ Full walkthrough: [Quick start guide](docs/help/quick_start.md).
49
49
  | Agent | Skills | Commands | Subagents | Hooks |
50
50
  |-------|:------:|:--------:|:---------:|:-----:|
51
51
  | Claude Code | ✓ | ✓ | ✓ | ✓ |
52
+ | Grok Build | ✓ | ✓ | ✓ | ✓ |
52
53
  | Codex | ✓ | ✓ | ✓ | — |
53
54
  | Pi | ✓ | ✓ | ✓ | — |
54
55
  | omp | ✓ | ✓ | ✓ | — |
@@ -58,6 +59,8 @@ Full walkthrough: [Quick start guide](docs/help/quick_start.md).
58
59
  | Hermes | ✓ | ✓ | — | ✓ |
59
60
  | OpenClaw | ✓ | — | — | — |
60
61
 
62
+ Grok installs the **native Claude-format plugin** (`--targets grok`): slash form is `/plugin:command` (e.g. `/sp:dev-idea`). Adapted skills under `~/.agents` (from Codex/Pi installs) may still appear as `/plugin-command` in Grok — prefer the colon form for plugin commands.
63
+
61
64
  See [entity locations](docs/help/entity_locations.md) for the exact install directories per agent.
62
65
 
63
66
  > Agents that don't natively support some entity types still get them. `superskill install` adapts commands and subagents as Skills 2.0 skill directories for targets that lack them — so every agent receives the full plugin surface, regardless of native feature set.