| name | 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
Bundled docs
The complete documentation ships inside the eve package. Do not rely on this
skill for framework guidance — read the bundled docs, which match the
installed version exactly:
node_modules/eve/docs/
Start with node_modules/eve/docs/README.md. Done when you have identified
the guide pages for every slot you will touch in this task.
If eve is not installed yet, install it (npm install eve) or scaffold with
npx eve init <agent-name>, then read the bundled docs before writing code.