Converts all 61 Agency agents into Cursor .mdc rule files. Rules are
project-scoped — install them from your project root.
# Run from your project root
cd /your/project
/path/to/agency-agents/scripts/install.sh --tool cursorThis creates .cursor/rules/<agent-slug>.mdc files in your project.
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
---./scripts/convert.sh --tool cursor