/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.
$ npx -y skills add vercel/eve --skill eve --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/eve
Context preview
The summary Claude sees to decide when to auto-load this skill.
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.
SKILL.md
eve.SKILL.mdname: eve description: 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.
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:
node_modules/eve/docs/
Start with `node_modules/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, install it (`npm install eve`) or scaffold a new agent with `npx eve init <agent-name>`, then read the bundled docs.
Repo: vercel/eve

