Skip to content

Installation

  • Claude Code with plugin manager support
  • Node.js 20 or later

Install the AgentV marketplace and plugin:

Terminal window
npx allagents plugin marketplace add EntityProcess/agentv
npx allagents plugin install agentv-dev@agentv

npx 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 agentv CLI availability
  • install agentv if needed
  • run agentv init
  • verify setup artifacts

If you are not using Claude plugins:

Terminal window
npm install -g agentv
agentv init

Verify the CLI:

Terminal window
agentv --version

After setup, you should have:

  • .agentv/config.yaml
  • .agentv/targets.yaml
  • .env.example
Terminal window
test -f .env.example
test -f .agentv/config.yaml
test -f .agentv/targets.yaml

Plugin installed but setup skill does not run

Section titled “Plugin installed but setup skill does not run”

Reinstall and retry:

Terminal window
npx allagents plugin marketplace add EntityProcess/agentv
npx allagents plugin install agentv-dev@agentv

Then ask Claude:

Set up AgentV in this repo.

Run:

Terminal window
agentv init