Expand description
Agent Kit โ shared infrastructure for CLI tools integrating with AI agent loops.
Provides:
- Agent environment detection (Claude Code, OpenCode, Codex, Cursor, Generic)
- Instruction file auditing (via
instruction-filescrate, behindauditfeature) - Hook-based event coordination between sessions (behind
hooksfeature)
Skill management has moved to the agent-skills crate.
Modulesยง
- audit_
common - Shared audit primitives for cross-cutting validation.
- detect
- Agent environment detection โ identify which AI agent loop is active.