CMS Cultivator¶
CMS Cultivator is a comprehensive Claude Code plugin providing 25 specialized commands for Drupal and WordPress development. Streamline PR workflows, ensure accessibility compliance, optimize performance, enhance security, and maintain documentation across your projects.
โจ Features¶
- ๐ 6 PR Workflow Commands - Streamline pull requests from commit to deployment
- โฟ 5 Accessibility Commands - Ensure WCAG 2.1 Level AA compliance
- โก 5 Performance Commands - Optimize Core Web Vitals and page speed
- ๐ 3 Security Commands - Scan for vulnerabilities and security issues
- ๐ 1 Documentation Command - Generate comprehensive project documentation
- ๐งช 3 Testing Commands - Create tests and analyze coverage
- ๐ 2 Code Quality Commands - Maintain standards and reduce technical debt
๐ Documentation¶
Section | Description |
---|---|
Getting Started | Installation and initial setup |
Quick Start | Common workflows and examples |
Commands | Complete command reference |
Kanopi Tools | Integration with Kanopi's DDEV add-ons |
๐ Quick Example¶
# Generate PR description from your changes
/pr-desc PROJ-123
# Run accessibility audit
/a11y-audit
# Analyze performance
/perf-analyze
# Check security
/security-scan
# Analyze code quality
/quality-analyze
๐ฏ Use Cases¶
For Developers¶
- Before committing:
/pr-commit-msg
- Generate proper commit messages - Before PR:
/pr-desc
- Generate comprehensive PR descriptions - During development:
/perf-analyze queries
- Catch performance issues early - During QA:
/a11y-audit
- Ensure accessibility compliance
For Tech Leads¶
- Code review:
/pr-review 123
- Get AI-assisted code review - Performance audits:
/perf-performance-audit
- Identify bottlenecks - Security audits:
/security-scan
- Comprehensive security scan
For Project Managers¶
- Stakeholder reports:
/perf-performance-report
- Executive-friendly reports - Compliance reports:
/a11y-report
- Accessibility documentation - Security reports:
/security-report
- Security posture and compliance
๐ Platform Support¶
Drupal Features¶
- Configuration change detection
- Custom module analysis
- Hook implementation detection
- Entity and field change tracking
- Database update detection
- Drupal caching analysis
- Drush command generation
WordPress Features¶
- Theme and functions.php analysis
- Gutenberg block accessibility
- ACF field group detection
- Custom post type analysis
- WP_Query optimization
- Object cache analysis
- WP-CLI command generation
Kanopi Projects¶
CMS Cultivator integrates seamlessly with Kanopi's DDEV add-ons:
- Composer Scripts - Quality checks, testing, and code standards
- DDEV Commands - Theme builds, database management, testing tools
- Multi-platform - Works with both Drupal and WordPress starters
๐ Requirements¶
- Claude Code CLI
- Git
- GitHub CLI (
gh
) for PR creation commands - Optional: Lighthouse, WebPageTest for performance analysis
๐ค Contributing¶
This plugin is maintained by Kanopi Studios. For issues, feature requests, or contributions, please visit our GitHub repository.
๐ License¶
MIT License - see LICENSE file for details.
๐ก Next Steps¶
- Install the plugin - Get started in minutes
- Try Quick Start examples - Learn common workflows
- Explore Commands - Discover all 25 commands
- Integrate Kanopi Tools - Use with DDEV add-ons
Total Commands: 25 (6 PR + 5 A11y + 5 Perf + 3 Security + 1 Docs + 3 Testing + 2 Quality)