From typo3-skills
Analyzes, plans, and executes TYPO3 12.4 LTS to 13.4 LTS upgrades in Composer-based projects. Covers extension compatibility, Rector/Fractor migrations, deprecations, and platform requirements.
How this skill is triggered — by the user, by Claude, or both
Slash command
/typo3-skills:typo3-v12-to-v13-upgradeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to analyze, plan, and execute a TYPO3 12.4 LTS to TYPO3 13.4 LTS upgrade in Composer-based projects. Treat the upgrade as a staged change: stabilize TYPO3 12 first, remove blockers, then upgrade Composer constraints and migrate code/configuration in small steps.
Use this skill to analyze, plan, and execute a TYPO3 12.4 LTS to TYPO3 13.4 LTS upgrade in Composer-based projects. Treat the upgrade as a staged change: stabilize TYPO3 12 first, remove blockers, then upgrade Composer constraints and migrate code/configuration in small steps.
AGENTS.md and follow it. If it requires SequentialThinking, DDEV, Context7, Rector, Fractor, or browser checks, apply those rules before editing.If not specified, start with analyze, then ask before executing.
analyze: Inventory versions, extensions, Composer blockers, deprecations, and risks. Do not change code.plan: Produce a detailed migration plan with phases, commands, risks, rollback points, and acceptance criteria using the plan template.execute: Perform the upgrade incrementally. Run dry-runs first, inspect diffs, and verify after every phase.Use the following detailed resources located in this skill:
npx claudepluginhub starraider/typo3-skillsAnalyzes, plans, and executes TYPO3 11.5 to 12.4 LTS upgrades in Composer-based projects. Covers extension compatibility, Composer blockers, Rector/Fractor migrations, deprecations, and platform requirements.
Systematic framework for upgrading TYPO3 extensions to newer LTS versions (v11→v12→v13→v14). Uses Extension Scanner, Rector, Fractor, PHPStan for automated migrations and static analysis.
Step-by-step PHP version upgrade playbook covering 8.0 through 8.4+ with automated tooling. Guides users through auditing, running Rector, fixing deprecations, and testing.