Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By kanopi
Run Drupal and WordPress project workflows from Claude: accessibility, performance, security, and code quality audits; design-to-code conversion from Figma; PR and issue management; structured documentation and test generation; project management integrations with Teamwork, Slack, and GitHub.
npx claudepluginhub kanopi/claude-toolbox --plugin cms-cultivatorUse this agent when you need to check WCAG 2.1 Level AA compliance for Drupal or WordPress components. This agent should be used proactively after creating UI components, forms, or interactive elements, especially before committing changes or creating pull requests. It will validate semantic HTML, ARIA attributes, keyboard navigation, color contrast (4.5:1 minimum), and screen reader compatibility. Invoke when user mentions "accessibility", "a11y", "WCAG", "screen reader", "keyboard navigation", "color contrast", or asks "is this accessible?", "does this meet accessibility standards?", or requests a comprehensive accessibility audit.
Use this agent when you need to validate design implementations in real browsers for Drupal or WordPress projects. This agent should be used proactively after code generation, when users say "test this" or "validate", or before marking work complete. It will test responsive behavior at multiple breakpoints (320px, 768px, 1024px+), check WCAG AA accessibility compliance (contrast ratios, keyboard navigation, ARIA attributes), capture annotated screenshots at each breakpoint, validate interactions (hover, click, focus states), check console for errors, and generate detailed technical validation reports with file paths and specific remediation steps.
Use this agent when you need to analyze code quality, coding standards compliance, or technical debt for Drupal or WordPress projects. This agent should be used proactively after writing significant code changes, especially before committing changes or creating pull requests. It will check PHPCS/ESLint compliance, cyclomatic complexity, design patterns, SOLID principles, and identify code smells. Invoke when user mentions "code quality", "technical debt", "refactor", "PHPCS", "coding standards", "complexity", or asks "is this good code?", "does this meet standards?", or requests a code quality analysis.
Use this agent when you need to convert design references into production-ready CMS code for WordPress or Drupal projects. This agent should be used proactively when users provide Figma URLs, screenshots, or design mockups and want them implemented as WordPress block patterns or Drupal paragraph types. It generates CMS-specific code from design specifications and returns file paths. The invoking skill handles CSS generation and browser validation as separate steps. Invoke when user provides a Figma URL, shares design mockups or screenshots, mentions "design-to-code", "block pattern", "paragraph type", or asks to implement a design in WordPress or Drupal.
Use this agent when you need to generate or update comprehensive documentation for Drupal or WordPress projects. This agent should be used proactively after completing new features, before major releases, or when onboarding new team members. It will generate API docs (PHPDoc, JSDoc), user guides, developer documentation, README files, and changelogs following CMS-specific standards. Invoke when user mentions "documentation", "docs", "API docs", "README", "PHPDoc", "JSDoc", "changelog", or asks to document code, generate a developer guide, or write user-facing documentation.
Comprehensive WCAG 2.1 Level AA accessibility audit for Drupal and WordPress projects. Spawns accessibility-specialist for full site analysis. Invoke when user runs /audit-a11y, requests a full accessibility audit, needs a WCAG compliance report, or asks for comprehensive accessibility analysis across pages or modules. Supports --quick, --standard, --comprehensive depth modes and scope/format flags.
Automatically check specific elements or code for accessibility issues when user asks if something is accessible or mentions WCAG compliance. Performs focused accessibility checks on individual components, forms, or pages. Invoke when user asks "is this accessible?", "WCAG compliant?", or shows code/elements asking about accessibility.
Export audit findings from markdown report files to Teamwork-compatible CSV format for project management tools (Jira, Monday, Linear also supported). Auto-activates when user asks to "export audit to CSV", "create tasks from audit", or provides an audit report file and asks to export it. Invoke when user provides audit report filename and wants CSV output for project management import.
Generate client-facing executive summaries from existing audit report files. Transforms technical CMS Cultivator audit findings into non-technical stakeholder reports. Invoke when user asks to "generate a client report from this audit", "create an executive summary", "make a non-technical version of this audit", or "summarize audit findings for stakeholders". Requires an existing audit report file as input.
Automatically validate implementations in real browsers after code is written or when user says "test this". Uses Chrome DevTools MCP to test responsive breakpoints (320px, 768px, 1024px), check accessibility compliance (WCAG AA contrast, keyboard navigation, ARIA), validate interactions, and generate detailed technical reports with file paths and specific fixes.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Project health and permission management, dev sessions, team updates with feedback triage, GitHub releases, multi-model brains trust, git workflows, UX audits, responsive layout testing, and browser automation.
Drupal development workflow with live autopilot: 19 skills, 4 agents, 10 commands, behavioral evals, session analysis, and Magic Loop Autopilot for task classification and drift detection.
Production-ready skills for managing Webflow CMS content, auditing site health, optimizing assets, and safely publishing changes
Claude Code skill pack for Webflow (24 skills)
Give soul to your workflow. 58 AI-powered skills across 17 roles — PM, Dev, Backend, Frontend, QA, UX, Data, Detect, WordPress, Release, Security, DevOps, and Core. Spec-to-ship pipeline: scaffold, implement, test, secure, deploy. Features two-phase workflow with human approval, quality-reviewer agent, token optimization, and continuous improvement via LEARN.md system.
Expert WordPress diagnostics and site builder: structured investigations with intake questioning, site reconnaissance, parallel execution, findings verification, WordPress site generation as Local WP importable zips, and interactive modification sessions.
Developer analytics and productivity insights for Claude Code.
Automated training video creation from documentation with AI-generated scripts, terminal automation, and TTS narration. Generate beat-by-beat video scripts, automate screen recordings, create TTS audio, and merge into professional training videos for any project.
SessionStart hook that logs each Claude Code session to a JSONL file with git branch and parsed Teamwork task ID, plus a /tw-token-count command that aggregates ccusage token spend by task.
Specialist agents and auto-invoked skills for Drupal/WordPress development. Works in Claude Code, Claude Desktop, and OpenAI Codex.
Full documentation: https://kanopi.github.io/cms-cultivator/
Claude Code — Via Marketplace (Recommended)
# Add the Claude Toolbox marketplace
/plugin marketplace add kanopi/claude-toolbox
# Install CMS Cultivator
/plugin install cms-cultivator@claude-toolbox
Claude Code — Direct Install
/plugin install https://github.com/kanopi/cms-cultivator
OpenAI Codex — Via Marketplace
# Add the Kanopi marketplace
codex plugin marketplace add kanopi/claude-toolbox
# Open the plugin browser and install CMS Cultivator
codex/plugins
See Installation Guide for complete setup instructions.
Generate commit messages, PR descriptions, changelogs, and review code.
Skills:
commit-message-generator - Generate conventional commit messagespr-create - Create PR with generated descriptionpr-review - AI-assisted code reviewpr-release - Generate release PR with changelogCode standards, test coverage, accessibility, security audits.
Skills:
quality-audit - Technical debt and code qualitycode-standards-checker - Coding standards compliance (PHPCS, ESLint)test-scaffolding - Generate test scaffoldingcoverage-analyzer - Analyze test coverage gapstest-plan-generator - Create comprehensive QA test plansComprehensive performance, accessibility, and security audits with flexible argument modes.
Skills:
accessibility-audit - WCAG 2.1 Level AA compliancesecurity-audit - OWASP Top 10 vulnerability scanningperformance-audit - Core Web Vitals and optimizationquality-audit - Code quality and technical debtlive-site-audit - Comprehensive parallel audit (all specialists)audit-export - Export audit findings to CSV for project management toolsaudit-report - Generate client-facing executive summariesFigma → WordPress blocks, Drupal paragraphs with browser validation.
Skills:
design-to-wp-block - Create WordPress block patterndesign-to-drupal-paragraph - Create Drupal paragraph typebrowser-validator - Validate implementation in ChromeAPI docs, user guides, developer documentation, changelogs.
Skill:
documentation-generator - Generate comprehensive documentationGenerate Functional Requirements Documents, estimate work, and export task backlogs.
Skills:
frd-generator - Generate comprehensive Functional Requirements Documentsstory-point-estimator - Fibonacci-based story point estimation with hour conversionscsv-exporter - Convert FRD requirements into Teamwork-ready CSV backlogsAggregate context from Teamwork, Slack, Gmail, and Fathom for client communication and QA review. Requires connected MCP servers.
Skills:
client-request-triage - Review a client task, research solutions, and draft a reply (Teamwork + web search)pm-meeting-prep - Aggregate context for an upcoming check-in (Teamwork + Slack + Gmail + Fathom)project-heartbeat - Draft a client-facing project status update (Teamwork + Slack + Fathom)qa-review - Full QA validation of a multidev environment from a Teamwork task (Teamwork + CoWork browser automation)Strategist-focused discovery audits — not developer audits. Requires CoWork.
Skills:
strategist-site-audit - Audit a site against the 21 UX Laws (lawsofux.com), review content hierarchy, synthesise qualitative data, run Lighthouse, and produce a Project Knowledge Summary (Markdown) plus an iterable client-facing HTML Artifact (CoWork)See docs site for complete skill reference and usage examples.
Skills spawn specialized agents for focused, parallel work:
Review/Audit Agents:
Generation Agents:
Browser Validation:
PR workflows (pr-create, pr-review, pr-release, commit-message-generator) run directly from the main session without an orchestrator agent — each skill contains its complete workflow.