Documentation

Agentver is the only way to manage AI agents & skills - whether you live in the terminal, a desktop app, or the browser. Git-native version control for skills, plugins, configs, scripts, and prompts across 43+ agents.

What is Agentver?

Think of Agentver as the GitHub for AI agents. Instead of managing code repositories, you manage agent skills - the instructions, configurations, and workflows that make AI coding agents useful. Everything is stored in Git, versioned with semantic tags, and secured with cryptographic integrity checks.

Key concepts

  • Skills— Agent instructions and workflows (SKILL.md entry point)
  • Agent Configs- Configuration overrides for specific agents (.cursorrules, CLAUDE.md, etc.)
  • Plugins— External tools and MCP integrations
  • Scripts— Executable automation (Node.js, Bun, Python, Bash)
  • Prompts— Reusable prompt templates with variable substitution

Quick start

terminal
$ bun add -g @agentver/cli
$ agentver install github.com/acme/deploy-checker
$ agentver list