eve

SkillProductivity

This skill gives your AI hands-on knowledge of the eve framework, which is used to build durable backend AI agents. Once added, your AI can create, edit, and debug eve projects on your behalf.

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

Add this skill, then ask your AI to create a new eve project or describe an existing one you want to edit or debug.

Then ask your AI: use the eve skill

What your AI can do with it

  • Create new backend AI agents using the eve framework
  • Edit agent instructions, skills, and tools
  • Set up connections and channels for an agent
  • Work with sandboxes, subagents, and schedules
  • Debug existing eve projects
  • Create and run evals for agents

What this skill tells your AI

The instructions your AI receives, as published by trycompai/crm 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.

Signals

GitHub stars
10k
Forks
1k
Last commit
Sep 2026

ahel review

  • K1binfo
    installs-packages

Automated review, not a security audit. Ruleset v1+k2.

Advanced
Catalog kind
skill
Gateway key
eve-trycompai
Source
github.com/trycompai/crm