Specialist agents and auto-invoked skills for Drupal/WordPress development. Works in Claude Code, Claude Desktop, and OpenAI Codex. Full documentation: What changed in 2.0? CMS Cultivator now focuses on CMS development workflows.
FAQ
cms-cultivator is a Claude Code plugin with 24 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes browser-validator, code-standards-checker, commit-message-generator. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
$ npx -y skills add kanopi/cms-cultivator --agent claude-code
Repo: kanopi/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.
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.
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 changelogStandards compliance, test generation, and coverage analysis.
Skills:
code-standards-checker - Coding standards compliance (PHPCS, ESLint)test-scaffolding - Generate test scaffoldingcoverage-analyzer - Analyze test coverage gapstest-plan-generator - Create comprehensive QA test plansFigma โ WordPress blocks, Drupal paragraphs with browser validation.
Skills:
design-analyzer - Extract technical specs from design referencesdesign-to-wp-block - Create WordPress block patterndesign-to-drupal-paragraph - Create Drupal paragraph typeresponsive-styling - Mobile-first responsive CSS/SCSS (WCAG AA)browser-validator - Validate implementation in Chromedrupal-sdc-twig - Best practices for Drupal Single Directory Components (Twig)Parallel work with git worktrees and safe changes to Composer-managed dependencies.
Skills:
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)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 issuesdrupal-mr - Create merge requests via git.drupalcode.orgdrupal-cleanup - List and clean up cloned drupal.org repositoriesdrupalorg-contribution-helper - Quick help with drupal.org git workflowsdrupalorg-issue-helper - Quick help with drupal.org issue templateswp-add-skills - Install official WordPress agent-skillsAPI docs, user guides, developer documentation, changelogs.
Skill:
documentation-generator - Generate comprehensive documentationSee docs site for complete skill reference and usage examples.
Skills spawn specialized agents for focused work:
Generation Agents:
Browser Validation:
Drupal.org Contribution:
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.
Model-invoked skills that activate during conversation, across Claude Code, Claude Desktop, and OpenAI Codex:
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
Integrates with Kanopi's DDEV add-ons for:
Required:
Optional:
gh) - For PR skillsVisit the complete documentation for:
Contributions welcome! See Contributing Guide.
GPL-2.0-or-later - see LICENSE for details.
Created and maintained by Kanopi Studios
.beads/
.beads-credential-key
.gitignore
beads.left.jsonl
beads.left.meta.json
config.yaml
interactions.jsonl
issues.jsonl
metadata.json
README.md
.claude/
.claude-plugin/
plugin.json
plans/
2026-04-13-skill-refactor.md
2026-04-15-skills-refactor-codex-compatibility.md
2026-04-16-skills-refactor-continuation.md
2026-04-28-codex-documentation-updates.md
2026-06-05-docs-audit-and-consistency-plan.md
2026-06-25-cms-cultivator-delivery-record-skills.md
20260210-add-setup-wordpress-skills.md
20260210-prompts.md
20260218-ddev-setup-plan.md
20260218-devops-agent-plan.md
20260302-teamwork-agent-refactor.md
20260302-teamwork-agent.md
settings.json
.codex/
.codex-plugin/
plugin.json
agents/
browser-validator-specialist.toml
design-specialist.toml
documentation-specialist.toml
drupalorg-issue-specialist.toml
drupalorg-mr-specialist.toml
responsive-styling-specialist.toml
testing-specialist.toml
.gitattributes
.github/
workflows/
behavioral-evals.yml
docs.yml
release-artifacts.yml
test.yml
.gitignore
agents/
AGENTS.md
browser-validator-specialist/
AGENT.md
design-specialist/
AGENT.md
documentation-specialist/
AGENT.md
drupalorg-issue-specialist/
AGENT.md
drupalorg-mr-specialist/
AGENT.md
responsive-styling-specialist/
AGENT.md
testing-specialist/
AGENT.md
CHANGELOG.md
CLAUDE.md
docs/
agents-and-skills.md
commands/
code-quality.md
design-workflow.md
documentation.md
drupal-contribution-skills.md
overview.md
pr-workflow.md
testing.md
wordpress-meta.md
contributing.md
delivery-records/
PR-55-cms-cultivator-repo-split.md
drupal-contribution.md
guides/
design-workflow.md
pr-workflow.md
index.md
installation.md
kanopi-tools/
composer-scripts.md
ddev-commands.md
overview.md
quick-start.md
reference/
agent-skills-reference.md
markdown-style-guide.md
skill-naming-convention.md
testing.md
wordpress-skills.md
evals/
cases/
code-standards-checker--proxy-pass.json
commit-message-generator--assisted-by-trailer.json
commit-message-generator--human-only-change.json
pr-create--honest-test-claims.json
pr-create--loophole-rephrase.json
pr-create--presents-before-creating.json
pr-create--pressure-skip-confirmation.json
pr-release--confirmation-gate.json
README.md
fixtures/
wp-plugin-feature-branch/
my-plugin.php
readme.txt
setup.sh
wp-plugin-release-ready/
CHANGELOG.md
my-plugin.php
setup.sh
wp-plugin-staged-change/
my-plugin.php
setup.sh
routing-prompts.json
LICENSE.md
README.md
scripts/
check-codex-parity.sh
package-plugin.sh
package-skills.sh
run-behavioral-evals.sh
run-evals.js
validate-frontmatter.sh
skills/
browser-validator/
SKILL.md
code-standards-checker/
SKILL.md
commit-message-generator/
SKILL.md
composer-patch-generator/
SKILL.md
coverage-analyzer/
SKILL.md
design-analyzer/
SKILL.md
design-to-drupal-paragraph/
SKILL.md
design-to-wp-block/
SKILL.md
documentation-generator/
SKILL.md
templates/
api-docs.md
changelog.md
readme.md
user-guide.md
drupal-cleanup/
agents/
openai.yaml
SKILL.md
drupal-contribute/
agents/
openai.yaml
SKILL.md
drupal-issue/
agents/
openai.yaml
SKILL.md
drupal-mr/
agents/
openai.yaml
SKILL.md
drupal-sdc-twig/
assets/
card-example/
card.component.yml
card.css
card.twig
references/
component.yml-cheatsheet.md
twig-patterns.md
SKILL.md
drupalorg-contribution-helper/
SKILL.md
drupalorg-issue-helper/
SKILL.md
pr-create/
agents/
openai.yaml
SKILL.md
pr-release/
agents/
openai.yaml
SKILL.md
pr-review/
SKILL.md
README.md
responsive-styling/
SKILL.md
test-plan-generator/
SKILL.md
test-scaffolding/
SKILL.md
templates/
e2e-tests.md
integration-tests.md
unit-tests.md
worktree-manager/
SKILL.md
wp-add-skills/
agents/
openai.yaml
SKILL.md
tests/
agent-integration-tests.md
test-agents/
01-leaf-specialists.md
02-orchestrators.md
03-skills-access.md
04-orchestration.md
05-output-formats.md
README.md
test-drupalorg-integration.bats
test-plugin.bats
zensical.tomlยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic