35 DevOps & Infra prompts, curated and searchable. Browse all categories →
Converts agency agents into Cursor .mdc rule files, installable project-scoped via shell scripts.
Converts all 61 Agency agents into Cursor `.mdc` rule files. Rules are **project-scoped** — install them from your project root. ## Install ```bash # 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: ``` @f
Documents installing, activating, and regenerating 61 Agency agents as Antigravity skills with prefixed slugs.
Installs all 61 Agency agents as Antigravity skills. Each agent is prefixed with `agency-` to avoid conflicts with existing skills. ## Install ```bash ./scripts/install.sh --tool antigravity ``` This copies files from `integrations/antigravity/` to `~/.gemini/antigravity/skills/`. ## Activate a Skill In Antigravity, activate an agent by its slug: ``` Use the agency-frontend-developer skill t
Consolidates 61 agency agents into a CONVENTIONS.md file for Aider AI coding assistant integration.
All 61 Agency agents are consolidated into a single `CONVENTIONS.md` file. Aider reads this file automatically when it's present in your project root. ## Install ```bash # Run from your project root cd /your/project /path/to/agency-agents/scripts/install.sh --tool aider ``` ## Activate an Agent In your Aider session, reference the agent by name: ``` Use the Frontend Developer agent to refacto
Documents supported agentic coding tool integrations and install scripts for deploying agents across Claude, Copilot, Cursor, and more.
This directory contains The Agency integrations and converted formats for supported agentic coding tools. ## Supported Tools - **[Claude Code](#claude-code)** — `.md` agents, use the repo directly - **[GitHub Copilot](#github-copilot)** — `.md` agents, use the repo directly - **[Antigravity](#antigravity)** — `SKILL.md` per agent in `antigravity/` - **[Gemini CLI](#gemini-cli)** — extension + `S
A PR template for submitting or modifying AI agents with checklist and metadata fields.
## What does this PR do? <!-- Brief description of the change --> ## Agent Information (if adding/modifying an agent) - **Agent Name**: - **Category**: - **Specialty**: ## Checklist - [ ] Follows the agent template structure from CONTRIBUTING.md - [ ] Includes YAML frontmatter with `name`, `description`, `color` - [ ] Has concrete code/template examples (for new agents) - [ ] Tested in real s