vercel-labs/marketing-team-eve-template is a deployable team of AI marketing agents led by a coordinating agent that delegates launches, writing, and conversion work to specialists. Teams use it through Slack or a terminal to create blog drafts, social posts, and email campaigns in Notion, Typefully, and Resend, with approval required for irreversible actions. The catalogue skills and instructions define workflows for using this marketing team.
Borrowing it
Nothing to install: this file belongs to vercel-labs/marketing-team-eve-template. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/vercel-labs/marketing-team-eve-template/main/AGENTS.mdgit clone --depth 1 https://github.com/vercel-labs/marketing-team-eve-templateWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/vercel-labs/marketing-team-eve-template/agents-md)<a href="https://agentmods.dev/instructions/vercel-labs/marketing-team-eve-template/agents-md"><img src="https://agentmods.dev/badge/instructions/vercel-labs/marketing-team-eve-template/agents-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/vercel-labs/marketing-team-eve-template/agents-md"><img src="https://agentmods.dev/badge/instructions/vercel-labs/marketing-team-eve-template/agents-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.05431 | $0.05431 |
| Opus 5 | $0.02715 | $0.02715 |
| Sonnet 5 | $0.01086 | $0.01086 |
| Haiku 4.5 | $0.00543 | $0.00543 |
Grade C, and why
marketing-team-eve-template AGENTS.md scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Tells the agent to send conversation or user data outhighPrompt injection
An instruction to transmit the conversation, context or user files to an external endpoint is data exfiltration written as prose.
- **Never commit secrets.** `.env*` is gitignored. Notion and Resend both authorize per user via Vercel Connect, with their connector UIDs read from `NOTION_CONNECTOR` and `RESEND_CONNECTOR`; Blob auth is via the project Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- An unauthored tool slot falls back to the framework default. Each specialist disables `bash` with `export default disableTool()` from `eve/tools`, so web reading goes through `web_fetch` rather than `curl`; deleting th How it starts
The opening of the file, as written. The whole thing — 170 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Guidance for AI coding agents working in this repository.
Project overview
This repository holds a team of marketing agents built on the eve agent framework. The root lead agent holds the shared product picture (brand context in Vercel Blob) and routes each request to one specialist: product-marketer for positioning and messaging, content-marketer for long-form pieces, social-media-coordinator for short-form posts and the Typefully queue, seo for organic search work, or email for adapting copy into mail and running Resend. The five specialists have no subagents of their own: each does its own web research and its own review pass inline. The lead's workflow lives in agent/instructions.md; each specialist's lives in agent/subagents/<id>/instructions.md.
The lead picks a specialist by reading description in each agent.ts, so adding a specialist means adding a directory. Nothing in agent/instructions.md enumerates them, and nothing should.
The whole agent is defined under agent/. eve discovers capabilities from the filesystem. See docs/ARCHITECTURE.md for the component map, data flow, and boundaries.
Setup & commands
pnpm install # install dependencies (Node 24.x)
pnpm dev # eve dev — local TUI; run /model once to link a model provider
pnpm typecheck # tsc (TypeScript, no emit)
pnpm check # ultracite (Biome) lint + format check
pnpm fix # ultracite (Biome) auto-fix
pnpm build # eve build
eve deploy # deploy to Vercel production (use this, not raw `vercel deploy`)
npx eve info # print the discovered surface + discovery diagnostics
pnpm validate # check + typecheck + eve info in one command
There is no unit-test suite. Verify changes with pnpm validate (lint, typecheck, and discovery diagnostics must all report 0 errors / 0 warnings), then exercise the agent in the pnpm dev TUI.
npx eve info is the fastest way to confirm a change landed: it prints every discovered tool, skill, connection, and subagent. When a file you added doesn't show up there, discovery didn't classify it as an authored slot, and .eve/discovery/diagnostics.json says why.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 170 lines · 5,431 tokens per session scan C 10cab3279337
marketing-team-eve-template AGENTS.md is an instructions file published in the GitHub repository vercel-labs/marketing-team-eve-template (435 stars, last pushed 21d ago), licensed MIT. It adds 5,431 tokens to every session, about $0.0272 per session on Opus 5. A static security scan graded it C with 2 findings (tells the agent to send conversation or user data out, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.