init
Installation
SKILL.md
Init
Set up Agent Skills in the current project. This skill is idempotent — safe to re-run.
Announce at start: "Initializing Agent Skills in this project."
Steps
1. Check Prerequisites
Check that the Agent Validator CLI is installed. If missing, tell the user what to install and stop.
agent-validator— runagent-validator --version.- If not found: "Agent Validator CLI is required. Install with
npm install -g agent-validator, then runagent-validator initin your project, then re-run/codagent:init." - If found, extract the version number and verify it is ≥ 0.15. If too old: "agent-validator 0.15 or higher is required (found <version>). Upgrade with
npm install -g agent-validator@latest, then re-run/codagent:init."
- If not found: "Agent Validator CLI is required. Install with
Related skills