What problem does it solve?
This Skill eliminates the tedious, error-prone manual setup of Codagent Agent Skills in development projects, ensuring all required prerequisites and validator configurations are correctly in place before use.
Core Features & Use Cases
- Prerequisite Validation: Automatically checks if the agent-validator CLI is installed and meets the minimum version requirement of 0.15 or higher.
- Config Verification: Confirms the required .validator/config.yml file exists in the project root to enable downstream workflow skills.
- Idempotent Operation: Safe to re-run at any time without overwriting existing project configuration, making it ideal for both new and existing projects.
- Use Case: A developer starting a new feature branch can run this skill once to confirm their project is properly configured for agent-assisted planning, implementation, and PR workflows before beginning work.
Quick Start
Use the init skill to initialize Codagent Agent Skills in your active project and confirm all required prerequisites are satisfied.