Claude Code
Delivers the Kit into Claude Code (native or plugin — pick the plugin path explicitly). Skills, agents, slash commands, rules, hooks, and status line can be active at project or user scope.
How adapters deliver Kits into coding agents — not a full parity matrix.
Model
Coding assistants do not share one file layout, tool set, or lifecycle model. A runtime adapter converts a Kit into surfaces that assistant can discover and use. Without an equivalent, AgentKit may keep supporting content, drop with a warning, or report unsupported.
Invocation
Syntax and supported surfaces vary by runtime.
| Runtime | Syntax | Examples |
|---|---|---|
| Claude Code | /ak:<skill> | /ak:cook /ak:plan |
| Cursor | /ak:<skill> | /ak:cook /ak:plan |
| Codex | $ak:<skill> | $ak:cook $ak:plan |
Expectations
Delivers the Kit into Claude Code (native or plugin — pick the plugin path explicitly). Skills, agents, slash commands, rules, hooks, and status line can be active at project or user scope.
Delivers the Kit into Codex: skill discovery and agent dispatch. Hook support is partial — some groups drop or narrow. No status line. Command files may stay supporting content.
Delivers the Kit into Cursor: skills, agents, rules, hooks. Live install, update, and invocation can be incomplete across setups — do not infer Claude Code parity.
Delivers the Kit into Grok. Skills and agents follow what Grok actually exposes — do not assume Claude Code hook, status line, or slash-command coverage.
Delivers the Kit into Pi at project scope. Not for global install from the remote registry.
Delivers the Kit into Oh My Pi at project and machine (user/global) scope. Separate from Pi — do not treat them as one runtime.
Delivers the Kit into DeepSeek Harness from kits already on the machine. Does not fetch kits from the remote registry.
Portable targets
Some coding agents can still read or discover AgentKit skills through standard skill folders. Loading a skill does not prove adapter install/update, Hooks, status line, or command parity.
Do not infer install/update/invocation parity just because a skill appears in the agent. Check the install summary and real behavior on your runtime.