What problem does it solve? Choosing an architecture and starting point for a new AI agent is ambiguous, and teams often reinvent scaffolding, session durability, and channel integrations from scratch. This Skill provides default guidance for building agents with eve, Vercel's filesystem-first framework for durable agents. ## Core Features & Use Cases - Default agent scaffolding: Run npx eve@latest init to create a new agent project, then rely on the versioned docs shipped in node_modules/eve/docs as the implementation source of truth. - Durable agent capabilities: Covers tools, skills, connections via Vercel Connect, channels, sandboxes, subagents, schedules, and evals. - Slack agent stack: Directs Slack agents to the Slack Agent Skill (npx skills add vercel-labs/slack-agent-skill) with @vercel/connect, SLACK_CONNECTOR, and the /eve/v1/slack trigger path. - Use Case: A user asks to build a Slack agent that answers channel questions; the Skill routes the work to an eve project with Vercel Connect credentials instead of hardcoding tokens or defaulting to Bolt. ## Quick Start Ask the assistant to build a new AI agent with eve, for example to scaffold an agent that triages support tickets with tools and a Slack channel.