What problem does it solve?
Building durable backend AI agents with the eve framework requires knowing its filesystem-first conventions for instructions, skills, tools, connections, channels, sandboxes, subagents, schedules, and evals, and this Skill routes you to the correct version-matched documentation before you write any code.
Core Features & Use Cases
- Documentation Routing: Directs you to the bundled docs at node_modules/eve/docs/README.md so guidance always matches the installed eve version.
- Project Scaffolding Guidance: Covers installing eve via npm and scaffolding new agents with npx eve init when the package is not yet present.
- Use Case: When editing an eve agent's subagent configuration or debugging a schedule, use this Skill to locate the exact guide in the bundled docs instead of relying on outdated or memorized framework knowledge.
Quick Start
Ask the assistant to help create or debug an eve agent project and have it read the bundled eve documentation first.