Installation
Prerequisites
Section titled “Prerequisites”- Node.js 20 or later
Canonical Setup
Section titled “Canonical Setup”Install the AgentV CLI:
npm install -g agentvThen load the onboarding skill and follow the instructions:
agentv skills get agentv-onboardingPaste the output to your AI agent and ask it to set up AgentV in your repository.
Skills
Section titled “Skills”AgentV ships skill content inside the CLI package, version-matched to the binary. No separate plugin install required.
agentv skills list # list available skillsagentv skills get agentv-bench # load a specific skillagentv skills get agentv-bench --full # include references and templatesagentv skills get agentv-bench --json # machine-readable outputagentv skills get --all # load all skillsVerify Workspace Files
Section titled “Verify Workspace Files”After setup, you should have:
.agentv/config.yaml.agentv/targets.yaml.env.example
test -f .env.exampletest -f .agentv/config.yamltest -f .agentv/targets.yamlClaude Code Plugin (Optional)
Section titled “Claude Code Plugin (Optional)”For Claude Code users who prefer plugin-based skill discovery, the agentv-dev plugin
provides marketplace integration. Each plugin SKILL.md is a discovery stub that loads
the full skill content from the CLI:
npx allagents plugin marketplace add EntityProcess/agentvnpx allagents plugin install agentv-dev@agentvnpx allagents is command-surface compatible with claude and copilot.
Troubleshooting
Section titled “Troubleshooting”Skills directory not found
Section titled “Skills directory not found”Reinstall the CLI to ensure bundled skills are present:
npm install -g agentvagentv skills listRecover setup manually
Section titled “Recover setup manually”Run:
agentv init