//! `webmaster skill` — Manage the Claude Code skill definition.
//!
//! Delegates to `agent_kit::skill::SkillConfig` for the actual install/check logic.
use Result;
use SkillConfig;
const BUNDLED_SKILL: &str = include_str!;
const VERSION: &str = env!;