claudeers.
// Claude Plugins

cms-cultivator

A comprehensive Claude Code plugin providing specialized slash commands for Drupal and WordPress development.

// Claude Plugins[ cli ][ api ][ desktop ][ web ][ mobile ][ claude ]#claude#ai-skills#claude-code#claude-code-plugin#claude-plugin#pluginsGPL-2.0$open-sourceupdated about 1 hour ago

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up cms-cultivator (git-clone project) into my current project.
Found on https://claudeers.com/cms-cultivator
Repo: https://github.com/kanopi/cms-cultivator
Homepage/docs: https://kanopi.github.io/cms-cultivator/
Detected install method: git-clone → git clone https://github.com/kanopi/cms-cultivator
Category: plugins. Platforms: cli, api, desktop, web, mobile.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
unknown; community-verified: false. Confirm the source before running anything.
// or clone
git clone https://github.com/kanopi/cms-cultivator

// compatibility

Platformscli, api, desktop, web, mobile
Operating systems
AI compatibilityclaude
LicenseGPL-2.0
Pricingopen-source
LanguageShell

CMS Cultivator

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/

What changed in 2.0? CMS Cultivator now focuses on CMS development workflows. Delivery Record moved to its own public library: kanopi/delivery-record. Audit, DevOps, and PM capabilities moved to separate internal Kanopi libraries. The final 1.x release remains available as a tagged reference.


Quick Start

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 — Local development

git clone https://github.com/kanopi/cms-cultivator
claude --plugin-dir /path/to/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.


Key Features

PR Workflows

Generate commit messages, PR descriptions, changelogs, and review code.

Skills:

  • commit-message-generator - Generate conventional commit messages
  • pr-create - Create PR with generated description
  • pr-review - AI-assisted code review
  • pr-release - Generate release PR with changelog

Testing & Code Quality

Standards compliance, test generation, and coverage analysis.

Skills:

  • code-standards-checker - Coding standards compliance (PHPCS, ESLint)
  • test-scaffolding - Generate test scaffolding
  • coverage-analyzer - Analyze test coverage gaps
  • test-plan-generator - Create comprehensive QA test plans

Design-to-Code

Figma → WordPress blocks, Drupal paragraphs with browser validation.

Skills:

  • design-analyzer - Extract technical specs from design references
  • design-to-wp-block - Create WordPress block pattern
  • design-to-drupal-paragraph - Create Drupal paragraph type
  • responsive-styling - Mobile-first responsive CSS/SCSS (WCAG AA)
  • browser-validator - Validate implementation in Chrome
  • drupal-sdc-twig - Best practices for Drupal Single Directory Components (Twig)

Development Workflow

Running the local site, parallel work with git worktrees, and safe changes to Composer-managed dependencies.

Skills:

  • ddev-workflow - Run a Kanopi DDEV site day to day (init, database pulls, front-end build, e2e suites)
  • ddev-docker-cleanup - Reclaim DDEV/Docker disk and memory safely, protecting every project's database
  • worktree-manager - Create, list, and tear down git worktrees (Kanopi branch conventions, DDEV isolation)
  • composer-patch-generator - Generate and maintain CI-safe patches for Composer packages (cweagans/composer-patches)

Drupal.org Contribution

Create issues and merge requests on drupal.org from your local environment.

Skills:

  • drupal-contribute - Full contribution workflow (issue + merge request)
  • drupal-issue - Create, update, and comment on drupal.org issues
  • drupal-mr - Create merge requests via git.drupalcode.org
  • drupal-cleanup - List and clean up cloned drupal.org repositories
  • drupalorg-contribution-helper - Quick help with drupal.org git workflows
  • drupalorg-issue-helper - Quick help with drupal.org issue templates

WordPress

  • wp-add-skills - Install official WordPress agent-skills

Documentation

API docs, user guides, developer documentation, changelogs.

Skill:

  • documentation-generator - Generate comprehensive documentation

See docs site for complete skill reference and usage examples.


Architecture

Specialist Agents

Skills spawn specialized agents for focused work:

Generation Agents:

  • design-specialist, responsive-styling-specialist, documentation-specialist, testing-specialist

Browser Validation:

  • browser-validator-specialist

Code Review:

  • pr-review-specialist

Drupal.org Contribution:

  • drupalorg-issue-specialist, drupalorg-mr-specialist

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. The one exception: pr-review self spawns pr-review-specialist so the review runs in a fresh context.

Agent Skills

Model-invoked skills that activate during conversation, across Claude Code, Claude Desktop, and OpenAI Codex:

  • PR & development workflow: commit-message-generator, pr-create, pr-review, pr-release, ddev-workflow, ddev-docker-cleanup, worktree-manager, composer-patch-generator
  • Testing & code quality: code-standards-checker, test-scaffolding, test-plan-generator, coverage-analyzer, documentation-generator
  • Design-to-code: design-analyzer, design-to-wp-block, design-to-drupal-paragraph, responsive-styling, browser-validator, drupal-sdc-twig
  • Drupal.org contribution: drupal-contribute, drupal-issue, drupal-mr, drupal-cleanup, drupalorg-contribution-helper, drupalorg-issue-helper
  • WordPress: wp-add-skills

How It Works

pr-create skill (main session)
    ├─→ Analyzes git changes
    ├─→ Reviews test coverage inline
    ├─→ Checks security concerns inline
    ├─→ Checks accessibility concerns inline
    ↓
Unified PR description → user approval → gh pr create

design-to-wp-block skill (main session)
    ├─→ Spawns design-specialist (extract specs, generate block pattern)
    ├─→ Spawns responsive-styling-specialist (mobile-first CSS)
    ├─→ Spawns browser-validator-specialist (real-browser validation)
    ↓
Validated block pattern + annotated screenshots

Kanopi Integration

Integrates with Kanopi's DDEV add-ons for:

  • Composer scripts (code-check, phpstan, rector)
  • DDEV commands (theme-build, cypress-run, critical-run)
  • Drupal and WordPress project standards

Requirements

Required:

  • Claude Code CLI or OpenAI Codex
  • Git

Optional:

  • GitHub CLI (gh) - For PR skills
  • DDEV - For Kanopi projects
  • Chrome browser - For design validation skills

Learn More

Visit the complete documentation for:

  • Detailed skill reference with examples
  • Agent and skill descriptions
  • Platform-specific features (Drupal/WordPress)
  • Kanopi integration guides
  • Best practices and troubleshooting

Contributing

Contributions welcome! See Contributing Guide.


License

GPL-2.0-or-later - see LICENSE for details.


Support


Created and maintained by Kanopi Studios

// faq

What is cms-cultivator?

A comprehensive Claude Code plugin providing specialized slash commands for Drupal and WordPress development.. It is open-source on GitHub.

Is cms-cultivator free to use?

cms-cultivator is open-source under the GPL-2.0 license, so it is free to use.

What category does cms-cultivator belong to?

cms-cultivator is listed under plugins in the Claudeers registry of Claude-compatible tools.

0 views
17 stars
unclaimed
updated about 1 hour ago

// embed badge

cms-cultivator on Claudeers
[![Claudeers](https://claudeers.com/api/badge/cms-cultivator.svg)](https://claudeers.com/cms-cultivator)

// retro hit counter

cms-cultivator hit counter
[![Hits](https://claudeers.com/api/counter/cms-cultivator.svg)](https://claudeers.com/cms-cultivator)

// reviews

// guestbook

0/500

// related in Claude Plugins

🔓

A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.

// pluginsmultica-ai/203,096[ claude ]
🔓

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explainin…

// pluginsanthropics/Python141,574[ claude ]
🔓

"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/

// pluginsHKUDS/Python47,363Apache-2.0[ claude ]
🔓

financial-services — a Claude ecosystem project on GitHub.

// pluginsanthropics/Python34,276Apache-2.0[ claude ]
→ see how cms-cultivator connects across the ecosystem