vercel-marketing-team-eve-template

Deploys a team of specialized marketing agents on the eve framework with Notion, Resend, and Typefully integrations.

10|1|Updated May 16, 2026
One-click install
npx skills add https://github.com/reason-machines/marketing-skills --skill vercel-marketing-team-eve-template-reason-machines
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: vercel-marketing-team-eve-template
Source: https://github.com/reason-machines/marketing-skills/tree/main/skills/vercel-marketing-team-eve-template
Command: npx skills add https://github.com/reason-machines/marketing-skills --skill vercel-marketing-team-eve-template-reason-machines

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires eve, @ai-sdk/openai, @vercel/blob, zod, @modelcontextprotocol/server-notion, @modelcontextprotocol/server-typefully.

What problem does it solve? Coordinating content, social, email, SEO, and product marketing work across disconnected tools requires constant context switching and manual delegation. This Skill sets up a lead AI agent that routes marketing requests to five specialized subagents sharing a common brand context document. ## Core Features & Use Cases - Specialist Delegation: A lead agent routes requests to product-marketer, content-marketer, social-media-coordinator, seo, and email subagents, each with its own instructions and tools. - Shared Brand Context: All specialists read a common positioning and messaging document stored in Vercel Blob, plus per-user preferences. - Platform Integrations: Connects to Notion for publishing, Typefully for social drafts, Resend for email campaigns, and Slack for conversational access with human-in-the-loop approval for irreversible actions. - Use Case: Ask the team to write a blog post about a new feature; the lead briefs the content-marketer, which researches, drafts in Notion, edits in passes, and returns the published page link. ## Quick Start Set up the eve marketing team template by deploying it to Vercel and connecting Notion, Resend, Slack, and Typefully.

Frequently Asked Questions about vercel-marketing-team-eve-template

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy the eve marketing team template to Vercel?▼

Clone the repository, run npm install, and deploy with the one-click Vercel button or vercel deploy. The deployment provisions Notion, Resend, and Slack connectors plus a Vercel Blob store, and prompts for a Typefully API key.

How do I add a new specialist agent to the eve marketing team?▼

Create a directory under subagents/ containing an agent.ts with a description field, an instructions.md defining behavior, and a tools/ folder. The lead agent routes to it based on the description matching the task domain.

Does the eve marketing team work with Notion and Resend?▼

Yes, it integrates with Notion via an MCP server connection for page creation and with Resend via per-user OAuth for email campaigns. Resend requires a verified sending domain and at least one segment configured in the Resend dashboard.

Which actions require human approval in the eve marketing team?▼

Irreversible actions require approval, including sending Resend broadcasts or emails, deleting Resend resources, publishing or deleting Typefully drafts, and moving Notion pages. Drafting actions like creating Notion pages do not require approval.

Why is the lead agent not routing to a specialist?▼

Routing fails when the specialist directory is missing under subagents/, the agent.ts lacks a description field, or the directory name does not match the description's domain. Verify all three conditions to restore delegation.