Platforms
Platforms

Claude Code and OpenCode each get a self-contained runtime.

The installer detects the target platform from project markers and writes a complete, isolated runtime. Pick your platform below for the full bundle layout, hooks, plugins, and commands.

Platform
Status
Runtime shape
Claude Code
Primary runtime
.claude/ skills, agents, hooks, statusline, settings
OpenCode
Supported runtime
.opencode/ skills, agents, commands, plugins, runtime.json, AGENTS.md
Cursor
Future target
Not part of the current package runtime

Pick your platform#

  • Claude Code.claude/ skills, agents, hooks, runtime, and CLAUDE.md.
  • OpenCode.opencode/ skills, agents, plugins, runtime, and AGENTS.md.

Each platform is self-contained: OpenCode does not depend on any .claude/ files, and Claude Code does not depend on any .opencode/ files.

Detection#

PlatformMarkers
Claude Code.claude/, CLAUDE.md, .mcp.json
OpenCode.opencode/, AGENTS.md, opencode.json, opencode.jsonc

If both targets are detected, the installer offers a per-target choice. Empty marker files (e.g. opencode.json: {}) are valid project markers.

Future platforms#

Cursor is not a packaged runtime target in the current installer.