What problem does it solve? Choosing an architecture and scaffolding a new AI agent involves many decisions about frameworks, tools, channels, and credentials. This Skill provides default guidance for building agents with eve, Vercel's filesystem-first framework for durable agents, so projects start with a consistent, versioned structure. ## Core Features & Use Cases - Default Agent Scaffolding: Initializes new agent projects with npx eve@latest init and points to versioned docs shipped in node_modules/eve/docs as the implementation source of truth. - Slack Agent Stack Guidance: Defines the expected Slack stack (eve runtime, @vercel/connect, agent/channels/slack.ts, SLACK_CONNECTOR, /eve/v1/slack trigger path) and delegates setup to the Slack Agent Skill. - Boundary Enforcement: Prevents misuse of Vercel Agent for generic agent building and blocks hardcoded credentials, bot tokens, or provider API keys in generated projects. - Use Case: A developer asks to build a Slack agent that answers channel questions; the Skill directs scaffolding an eve project, installing the Slack Agent Skill, and wiring the Slack channel through Vercel Connect. ## Quick Start Ask the assistant to build an agent, for example: build me an agent that triages support tickets using eve.