A collection of specialized Claude agents and reusable skills for WordPress development, focusing on code review, accessibility, performance optimization, and security.
This repository contains Claude agents and skills designed to help with WordPress development tasks. Agents are autonomous assistants that can perform specific tasks, while skills are reusable knowledge bases that agents can reference.
File: agents/wordpress-code-reviewer.md
Expert WordPress code reviewer that automatically reviews WordPress code changes. Specializes in:
- WordPress coding standards compliance
- Security vulnerability detection (XSS, SQL injection, CSRF)
- Performance optimization
- Best practices validation
Use proactively after any WordPress theme, plugin, or core modification.
File: agents/wordpress-accessibility-specialist.md
Ensures WordPress sites meet accessibility standards (WCAG 2.1 AA/AAA). Expertise in:
- WCAG compliance analysis
- ARIA implementation
- Keyboard navigation
- Screen reader compatibility
- Accessible WordPress block patterns
File: agents/wordpress-performance-optimizer.md
Optimizes WordPress site performance through:
- Database query optimization
- Asset loading strategies
- Caching implementation
- Core Web Vitals improvement
- Performance auditing and recommendations
File: agents/gravity-forms-agent.md
Expert in Gravity Forms REST API v2 integration. Specializes in:
- Efficient data retrieval using
_field_idsand pagination - Cross-referencing data across multiple forms
- Frontend integration with caching strategies
- Performance optimization for API queries
- Best practices for WordPress REST API conventions
Skills are reusable knowledge bases that agents can reference during their work.
Location: skills/wordpress-security-patterns/
Comprehensive security patterns and code examples for:
- SQL injection prevention
- XSS escaping requirements
- CSRF/nonce verification
- Authentication & authorization
- Input sanitization
- File upload security
Location: skills/wordpress-accessibility-patterns/
Common accessibility patterns and implementations for WordPress development.
Location: skills/wordpress-site-speed-auditor/
Performance auditing tools and techniques for WordPress sites.
Location: skills/gravity-forms-api/
Comprehensive Gravity Forms REST API v2 documentation including:
- Endpoint reference and authentication
- Efficient query patterns with field filtering
- Pagination and caching strategies
- Cross-form data retrieval examples
These agents and skills are designed to work with Claude's agent framework. Reference them in your Claude configuration or invoke them programmatically based on your development workflow.
Contributions are welcome! When adding new agents or skills:
- Follow the existing file structure and naming conventions
- Include clear documentation of capabilities and use cases
- Reference existing skills where applicable
- Test thoroughly with WordPress codebases
MIT License - See LICENSE file for details