-
Notifications
You must be signed in to change notification settings - Fork 0
Host Adapters
github-actions[bot] edited this page Jun 11, 2026
·
2 revisions
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:
- Per-Host Paths — the destination table per primitive × host.
- Compatibility — which primitive kinds each host supports.
- Antigravity Limitations — the host-gap register.