eve

SkillProductivity

Your AI can create, edit, and debug backend AI agents built with the eve framework. An eve project is organized as a set of plain files, and this skill works across all of its parts. That includes agent instructions, skills, tools, connections, channels, sandboxes, subagents, schedules, and evals.

Available today. Use it from your connected AI after setup.

After adding it, tell your AI what you want to build or change in your eve project, or point it to the part that needs debugging.

Then ask your AI: use the eve skill

What your AI can do with it

  • Create new eve agent projects
  • Edit agent instructions, skills, and tools
  • Debug problems in existing eve projects
  • Update connections, channels, and sandboxes
  • Add subagents, schedules, and evals

What this skill tells your AI

The instructions your AI receives, as published by composiohq/composio in .agents/skills/eve/SKILL.md and read by ahel’s review.

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.

See references/source-of-truth.md for the repo-local handoff boundary.

Signals

GitHub stars
30k
Forks
5k
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
eve-composiohq
Source
github.com/composiohq/composio