Specialized AI agents for automated development workflows.
- ← Back to README
- AGENTS.md - Root-level AI operations overview
- Custom Instructions - Main Copilot configuration
- Instructions - Auto-applied coding standards (30+ files)
- Prompts - Task templates (29 prompts)
- Chat Modes - Interactive workflows (20 modes)
- CLAUDE.md - Claude optimization and best practices
- GEMINI.md - Gemini optimization and best practices
- WordPress Packages - Complete package reference
- Testing Guide - E2E testing with Playwright
- Coding Standards - Style guides and conventions
Agents are specialized AI assistants designed for specific development tasks. They combine:
- Domain expertise and context
- Predefined workflows and best practices
- Automated task execution capabilities
Agents focused on WCAG 2.2 AA compliance and accessibility best practices.
| Agent | Purpose | Best Used With | Complexity |
|---|---|---|---|
| a11y-checker | Automated accessibility scanning | Claude, Gemini | Simple |
| a11y-reviewer | Manual accessibility review workflows | Claude | Medium |
| accessibility-auditor | Comprehensive WCAG 2.2 AA audits | Claude | Complex |
Agents for WordPress block development, architecture, and validation.
| Agent | Purpose | Best Used With | Output Type |
|---|---|---|---|
| block-architect | Block architecture design and planning | Claude | Architecture docs |
| block-pattern-validator | Validate block patterns for compliance | Gemini | Validation report |
| block-patterns-planner | Plan block pattern strategy | Claude | Planning docs |
| block_audit | Audit block code quality | Claude, Gemini | Audit report |
Agents for continuous integration, deployment, and code quality enforcement.
| Agent | Purpose | Best Used With | Integrations |
|---|---|---|---|
| cicd-engineer | CI/CD pipeline management | Gemini | GitHub Actions |
| code-governor | Code quality enforcement and governance | Claude | PHPCS, ESLint |
Agents are automatically discovered by GitHub Copilot when:
- Files use the
.agent.mdextension - Located in
.github/agents/directory - Follow the agent format structure
---
description: 'Brief agent description'
mode: 'agent'
---
# Agent Name
## Role
Agent's purpose and specialization.
## Core Responsibilities
- Task 1
- Task 2
## Implementation Guidelines
- Best practices
- Code patterns- AGENTS.md - Complete usage guide with examples
- Custom Instructions - When agents auto-apply
- CLAUDE.md - Claude-optimized agent workflows
- GEMINI.md - Gemini-optimized agent workflows
- Chat Modes - Interactive guided workflows
- Prompts - Quick one-shot task templates
- Instructions - Auto-applied coding standards
- WordPress Packages - Package reference
- Testing Guide - E2E testing
- Coding Standards - Style guides
Accessibility: a11y-checker, a11y-reviewer, accessibility-auditor Block Development: block-architect, block-pattern-validator, block-patterns-planner, block_audit CI/CD: cicd-engineer Code Quality: code-governor
For complete agent list with descriptions, see sections below.