build-and-verify
Work from the project directory. Once eve is installed, the full docs are bundled with the installed package and match its version exactly. In most installs,…
eve is a filesystem-first framework for durable backend AI agents. The agent is a directory of files that eve compiles and runs: its instructions, tools, connections, and channels. Work through this with the user.
$ npx -y skills add vercel/eve --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/intro-setupContext preview
What this command does when you run it.
eve is a filesystem-first framework for durable backend AI agents. The agent is a directory of files that eve compiles and runs: its instructions, tools, connections, and channels. Work through this with the user.
Repo: vercel/eve
Work from the project directory. Once eve is installed, the full docs are bundled with the installed package and match its version exactly. In most installs,…
If the user's intent is not already clear, ask the questions one at a time, use the coding harness's prompt tools when available, and do not guess.
The project at `{{workingDirectory}}` is already scaffolded. Work with the user to complete it, running the commands below from that directory.
First settle the target: a new project, or the agent added to an existing directory? For a new project, propose a name and ask the user to confirm it; for an…
Reach for Vercel Connect for both channels and connections rather than hand-managing tokens. It is the path to a working setup out of the box. See…