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 file install/check/uninstall compatibility via
skill::SkillConfig
Modules§
- audit_
common - Shared audit primitives for cross-cutting validation.
- detect
- Agent environment detection — identify which AI agent loop is active.
- skill
- Skill management — install/check/uninstall SKILL.md files for agent environments.