AI Config, Templates, and Skills
Generate and maintain agent instruction files with marker-safe updates.
What AI Config Does
AI Config composes templates, skills, and project memory into instruction files for Claude, Codex, Cursor, Copilot, and Windsurf.
Templates
core is always included. Optional templates are strict and review.
Skills
Built-in P0 skills: go, typescript-strict, react-nextjs, and api-design.
Using MCP
{
"targets": ["all"],
"templates": ["core", "strict"],
"skills": ["go", "api-design"],
"dry_run": true
}Using CLI
terminal
cv scaffold -p <slug> --skills go,api-design --targets claude
Using Dashboard
Open /dashboard/ai-config, choose targets/templates/skills, preview generated files, and download the zip.
Marker-based Updates
Existing files are updated only inside <!-- veriova:start --> to <!-- veriova:end -->. Content outside markers is preserved.