eva
Plan, build, and ship code changes in cloud sandboxes
All Skills in This Repository (47)
Pure Emerald Level Indicatorscaveman-help
Display a quick-reference card for caveman modes, skills, and commands.
agent-browser
Control web interactions via a Bash CLI for browser automation tasks.
compress
Compress natural language memory notes into caveman format.
clerk-backend-api
Explore Clerk REST API endpoints and execute validated test requests.
write-a-prd
Convert stakeholder insights into a formal PRD for GitHub issues.
svg-animations
Animate SVG graphics with SMIL, CSS, and path-based sequences.
convex-setup-auth
Configure Convex authentication provider selection, backend wiring, frontend integration, and validation for local and production deployments.
how
Explore code to produce architectural explanations of codebase subsystems.
caveman-review
Generate terse one-line code review comments for PR diffs.
full-output-enforcement
Enforce complete, non-truncated code and text generation outputs.
design-taste-frontend-v1
Enforce deterministic typography, color, and layout rules for React/Next.js dashboards.
web-design-guidelines
Audits UI code files for Web Interface Guidelines conformance and reports findings in file:line format.
Frequently Asked Questions
FAQPage SchemaHow to install Eva?โผ
Run `npx skills add vvedantb/eva --all -g -y` in your terminal to install all skills in this suite globally.
What does Eva do?โผ
Eva runs coding sessions in cloud sandboxes where changes are planned, built, tested, and shipped as pull requests with screenshot and video proof. Work runs remotely and in parallel so you review finished diffs instead of watching agents type.
How do sandboxes work in Eva?โผ
Each session boots a prebuilt snapshot with your repo cloned, dependencies installed, and a dev server running. The agent can run shell commands, execute tests, drive a real browser, and open a pull request when done.
Which coding agents does Eva support?โผ
Sandbox snapshots ship with Claude Code, Codex, Cursor, and opencode CLIs preinstalled. Eva also exposes an MCP server so agents can call back mid-task to read documents or create tasks.
Can I self-host Eva?โผ
Yes. Eva is fully open source under MIT and self-hosted only, using Convex, Clerk, Vercel Sandbox, and a GitHub App you control.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core