basercms
baserCMS plugin, theme, and version migration development guides
All Skills in This Repository (5)
Pure Emerald Level Indicatorsphp-migration
Diagnose baserCMS PHP upgrade warnings and deprecations across PHP 8.2, 8.4, and 8.5.
basercms-plugin-migration
Analyze baserCMS plugin migration issues from version 5.2 to 5.3.
basercms-unittest
Run and diagnose baserCMS PHPUnit tests in a Docker container.
cakephp-migration
Diagnose and fix CakePHP 5.0 to 5.2 upgrade regressions in baserCMS.
basercms-core-plugin-convert
Convert standalone baserCMS plugins into monorepo core plugins.
Frequently Asked Questions
FAQPage SchemaHow to install baserCMS skills?▼
Run `npx skills add baserproject/basercms --all -g -y` in your terminal to install all skills in this collection globally.
How to migrate a baserCMS 4 site to baserCMS 5?▼
The basercms4-to-5-upgrade skill provides a full step-by-step checklist covering backups, database conversion with BcDbMigrator, theme and plugin conversion, and final verification.
How to fix PHP 8.5 deprecation warnings in baserCMS?▼
The php-migration skill catalogs every known PHP 8.2, 8.4, and 8.5 deprecation pattern with exact before-and-after code fixes and grep commands to find affected files.
How to run baserCMS unit tests in Docker?▼
The basercms-unittest skill explains how to run full or filtered PHPUnit suites inside Docker containers, aggregate failures by root cause, and set up standalone plugin test environments.
Do these skills work with Claude Code?▼
Yes. The AGENTS.md file and all SKILL.md units follow the standard agent skill format and load directly in Claude Code and compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core