Agent skills for Buron, the agentic marketing platform. These are the same skills buron setup installs and the Buron MCP server serves.
Into any agent that supports the open Agent Skills standard (Claude Code, Cursor, Codex, GitHub Copilot, and 70+ others):
npx skills add buron-ai/skillsSkills land in your agent's directory (.claude/skills/ for Claude Code, .agents/skills/ for most others). Update later with npx skills update.
One install that adds both the skills and the Buron MCP server:
/plugin marketplace add buron-ai/skills
/plugin install buron@buron
The Buron MCP server gives your agent direct access to your team's ad data, dashboards, and knowledge files:
https://app.buron.ai/api/mcp
See the connection guides for Claude Code, Cursor, Codex, and GitHub Copilot.
| Skill | What it does |
|---|---|
launch |
Files a rich dump of what changed in this repo (PR, branch, shipment) as a Buron source. Buron's curator clusters sources into launches and writes the marketing brief. |
setup-google-ads-tracking |
Walks through diagnosing, reviewing, and implementing Google Ads + GA4 conversion tracking, producing a conversion spec Buron's agents read. |
automate-launch |
Sets up automatic launch filing: a recurring editor task or a CI workflow, so /launch runs without anyone remembering it. |
MIT