Skip to content

Host Adapters

github-actions[bot] edited this page Jun 11, 2026 · 2 revisions

Host adapters

The per-host surface mapping — how one authored primitive lands in each supported host.

crickets supports two hosts: Claude Code and Antigravity. A single authored primitive emits host-specific artifacts: a skill becomes .claude/skills/<name>/SKILL.md on Claude Code, while commands, agents, and hooks each route to their own per-host destination. Antigravity adds workflows and rules as native primitive kinds. Some host capabilities are absent on one side; those gaps are tracked explicitly rather than papered over.

Field-level detail lives in Reference:

See also

Architecture · Reference · Home

Clone this wiki locally