Agent skill
codev
Codev project management CLI quick reference. Use when running codev commands to check correct syntax for init, adopt, update, and doctor.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/codev-cluesmith-codev
SKILL.md
codev - Project Management CLI
Commands
codev init [name] # Create a new codev project
codev init my-app -y # Non-interactive with defaults
codev adopt # Add codev to existing project (run from project root)
codev adopt -y # Skip conflict prompts
codev update # Update protocols, roles, skills from installed package
codev update --dry-run # Preview changes without applying
codev update --force # Force overwrite all framework files
codev doctor # Check system dependencies
What Each Command Does
codev init
Creates a new project directory with codev structure: specs/, plans/, reviews/, protocols, CLAUDE.md, AGENTS.md, .claude/skills/, af-config.json, .gitignore.
codev adopt
Adds codev to the current directory. Detects existing CLAUDE.md/AGENTS.md and creates .codev-new versions for merge if conflicts exist. Spawns Claude to merge automatically.
codev update
Updates framework files (protocols, roles, skills) from the installed @cluesmith/codev package. Never touches user data (specs, plans, reviews). If you've customized a framework file, creates a .codev-new version for manual merge.
codev doctor
Checks that all required dependencies are installed: Node.js (>=18), git (>=2.5), gh (authenticated), and at least one AI CLI (Claude, Gemini, or Codex).
Common Mistakes
- There is NO
codev towercommand — Tower is managed viaaf tower start/af tower stop codev initcreates a new directory — usecodev adoptfor existing projectscodev updateonly updates framework files — it will never overwrite your specs/plans/reviews- Always run
codev adoptandcodev updatefrom the project root directory
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?