Installation
Prerequisites
Section titled “Prerequisites”- Claude Code with plugin manager support
- Node.js 20 or later
Canonical Setup (Claude Plugin Manager)
Section titled “Canonical Setup (Claude Plugin Manager)”Install the AgentV marketplace and plugin:
npx allagents plugin marketplace add EntityProcess/agentvnpx allagents plugin install agentv-dev@agentvnpx allagents is command-surface compatible with claude and copilot.
Then ask Claude to bootstrap AgentV in your current repository:
Set up AgentV in this repo.The onboarding skill will:
- verify
agentvCLI availability - install
agentvif needed - run
agentv init - verify setup artifacts
CLI-Only Setup (Fallback)
Section titled “CLI-Only Setup (Fallback)”If you are not using Claude plugins:
npm install -g agentvagentv initVerify the CLI:
agentv --versionVerify 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.yamlTroubleshooting
Section titled “Troubleshooting”Plugin installed but setup skill does not run
Section titled “Plugin installed but setup skill does not run”Reinstall and retry:
npx allagents plugin marketplace add EntityProcess/agentvnpx allagents plugin install agentv-dev@agentvThen ask Claude:
Set up AgentV in this repo.Recover setup manually
Section titled “Recover setup manually”Run:
agentv init