eve
Build durable backend AI agents with the eve framework. Use when creating, editing, or debugging an eve project — agent instructions, skills, tools, connections, channels, sandboxes, subagents, schedules, or evals.
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
git clone https://github.com/vercel/eve /tmp/eve && ln -s /tmp/eve/skills/eve ~/.claude/skills/eve
From README
eve eve is a filesystem-first framework for durable backend AI agents. An agent is a directory on disk — instructions, skills, tools, connections, channels, subagents, and schedules are all files — and eve compiles and runs it. Source of truth The complete documentation ships inside the eve package. Do not rely on this skill for guidance — always read the bundled docs, which match the installed version exactly: Start with nodemodules/eve/docs/README.md. It contains the full index and recommended reading order. Before writing any eve code, read the relevant guide there first. If eve is not installed yet, it (npm eve) or scaffold a new agent with npx eve init , then read the bundled docs.