AgentKit · Adapters

AgentKit Runtime Support

How adapters deliver Kits into coding agents — not a full parity matrix.

Model

An adapter is a compatibility boundary

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

Confirmed invocation syntax

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

Each runtime has its own reality

claude icon

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.

openai icon

Codex

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.

cursor icon

Cursor

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.

grok icon

Grok

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.

Pi

Pi

Delivers the Kit into Pi at project scope. Not for global install from the remote registry.

Oh My Pi

Oh My Pi

Delivers the Kit into Oh My Pi at project and machine (user/global) scope. Separate from Pi — do not treat them as one runtime.

deepseek icon

DeepSeek Harness

Delivers the Kit into DeepSeek Harness from kits already on the machine. Does not fetch kits from the remote registry.

Portable targets

Other runtimes may still load AgentKit skills

Not a native harness

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.

opencode icon OpenCode cline icon Cline

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.

Next