I’ve been working on a plugin for Claude Code that helps it understand OctoberCMS conventions and documentation. Sharing the first version here.
What it does
When using Claude Code for OctoberCMS development, this plugin gives Claude access to version-specific documentation and coding standards. It auto-detects which version you’re using (1.x through 4.x) and loads the relevant docs.
This is fantastic. Just installed the plugin this morning and I can already see Claude adhering much more to default October CMS patterns. This helps enormously with development. Thank you very much!!
New version adds 530+ solved topics from the OctoberCMS forum as a searchable
knowledge base.
The docs explain how each feature works. But real projects combine them, and
that’s where things get tricky — repeaters inside mixins, multisite with Static
Pages, mergeConfig with tabbed fields. The plugin now searches 530+ solved forum
topics alongside the official documentation.
Upgrade to v1.1.0
claude plugin marketplace update softappstudio
claude plugin update octobercms@softappstudio
/octobercms:setup
Claude finds the answer from the forum (answered by @daftspunk), cites the source,
and explains that mergeConfig uses a non-recursive merge — with the fix using
makeConfig and manually merging tabs[‘fields’].