15 categories: design, engineering, game-development, marketing, paid-media, product, project-management, sales, spatial-computing, specialized, strategy, support, testing, examples, integrations. Each agent has frontmatter (name, description, color, emoji, vibe) and a detailed system prompt. Source: msitarzewski/agency-agents (MIT). These feed into our content pipeline: agent personas drive strategy and content generation through MixPost Enterprise, Bio.Host, and the wider Host UK toolkit via MCP. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
Cursor Integration
Converts all 61 Agency agents into Cursor .mdc rule files. Rules are
project-scoped — install them from your project root.
Install
# Run from your project root
cd /your/project
/path/to/agency-agents/scripts/install.sh --tool cursor
This creates .cursor/rules/<agent-slug>.mdc files in your project.
Activate a Rule
In Cursor, reference an agent in your prompt:
@frontend-developer Review this React component for performance issues.
Or enable a rule as always-on by editing its frontmatter:
---
description: Expert frontend developer...
globs: "**/*.tsx,**/*.ts"
alwaysApply: true
---
Regenerate
./scripts/convert.sh --tool cursor