paulund/ai v2.0.0 - writing, PHP, and WordPress plugins
Version 2.0.0 of the paulund/ai Claude Code plugin collection adds three new plugins and extends the commit-push-PR workflow with pre-push checklists.
What changed
Three new plugins ship in this release:
Writing plugin covers technical writing with humanizer support, style references, and guidance for producing clear documentation that doesn't read like it was written by a language model. It's aimed at developers who want consistent, natural-sounding output when generating docs, articles, or release notes through Claude.
PHP plugin covers PHP 8.3+ best practices: strict types, DTOs and Value Objects, custom exceptions, readonly properties, and PSR standards. If you work on PHP codebases and want Claude to follow modern conventions rather than reaching for older patterns, this plugin gives it the context it needs.
WordPress plugin covers WordPress theme and plugin development, including Gutenberg blocks, hooks, and filters. The documentation is comprehensive enough to be useful for both classic theme work and the block editor.
The existing git plugin also gets an update: the commit-push-PR workflow now includes backend and frontend checklist steps before any push, so Claude verifies quality gates are passed rather than pushing straight away.
Why it matters
The plugin collection acts as a shared context layer across Claude Code sessions. Installing a plugin means you don't have to re-explain project conventions in every session or include lengthy system prompts. This release fills in three gaps that were previously missing: a PHP-specific plugin for Laravel and general PHP projects, a writing plugin for anyone generating documentation or content, and WordPress support for theme and plugin work.
The PHP plugin is particularly useful if you've found Claude defaulting to older PHP patterns. Pointing it at PHP 8.3+ conventions with DTOs and strict types changes the quality of generated code meaningfully.
How to upgrade
If you've already added the paulund/ai marketplace, update and reinstall the plugins you use:
/plugin update paulund/ai
/plugin install php@paulund-ai
/plugin install writing@paulund-ai
/plugin install wordpress@paulund-ai
No breaking changes to existing plugins in this release.