1//! Agent Kit — toolkit for CLI tools integrating with AI agent loops. 2//! 3//! Provides shared infrastructure for: 4//! - Skill management (install/check/uninstall SKILL.md files) 5//! - Agent environment detection (Claude Code, OpenCode, etc.) 6 7pub mod skill;