What problem does it solve? Creating a new expert agent for Kimi Code requires coordinating many pieces: YAML frontmatter with tools and skills, mandatory workflow sections, executable hook scripts, and marketplace.json registration. Missing any one of these means the agent silently fails to load or behaves incorrectly. ## Core Features & Use Cases - Three creation flows: Create a brand-new domain expert, adapt an existing agent to a new stack (e.g., Next.js to React), or update an agent's skills and hooks. - Structured references: Detailed guides for architecture, frontmatter fields, required sections, hook configuration, and marketplace registration, plus copy-paste templates for agent files and bash validation scripts. - Built-in validation workflow: Delegates research to explore-codebase and research-expert agents in parallel, then runs a sniper validation pass against a checklist (English-only content, complete frontmatter, executable hooks, marketplace registration). - Use Case: You need a Laravel expert agent. The skill walks you through copying the template, filling in frontmatter (model, tools, skills like solid-php), writing a validate-php-solid.sh hook script, and registering the plugin in marketplace.json. ## Quick Start Ask the agent to create a new expert agent for your framework, specifying the stack name and the skills it should reference.