Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
netresearch avatar

Typo3 Extension Upgrade

  • 58 installs
  • 9 repo stars
  • Updated August 2, 2026
  • netresearch/typo3-extension-upgrade-skill

Helps with ai & agent building tasks.

About

typo3-extension-upgrade is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • typo3-extension-upgrade
  • AI & Agent Building
  • AI-coding skill

Typo3 Extension Upgrade by the numbers

  • 58 all-time installs (skills.sh)
  • +2 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #6,517 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/netresearch/typo3-extension-upgrade-skill --skill typo3-extension-upgrade

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs58
repo stars9
Last updatedAugust 2, 2026
Repositorynetresearch/typo3-extension-upgrade-skill

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

TYPO3 Extension Upgrade Skill

Systematic framework for upgrading TYPO3 extensions to newer LTS versions. Extension code only -- NOT for project/core upgrades.

Upgrade Toolkit

ToolPurposeFiles
Extension ScannerDiagnose deprecated APIsTYPO3 Backend
RectorAutomated PHP migrations.php
FractorNon-PHP migrationsFlexForms, TypoScript, YAML, Fluid
PHPStanStatic analysis.php

Core Workflow

1. Complete planning phase (consult references/pre-upgrade.md) 2. Create feature branch (verify git is clean) 3. Update composer.json constraints for target version 4. Audit third-party dependencies for major version changes (consult references/third-party-dependency-upgrades.md) 5. Run rector process --dry-run then review and apply 6. Run fractor process --dry-run then review and apply 7. Run php-cs-fixer fix 8. Run phpstan analyse against each supported dependency version and fix errors 9. Run phpunit and fix tests 10. Test in target TYPO3 version(s) 11. Verify success criteria (consult references/verification.md)

When NOT to Apply Automatically

Do NOT blindly apply Rector/Fractor if dual-version compatibility is needed, tests are missing, changes are unclear, or complex APIs (DBAL, Extbase) are affected. Instead: apply specific rules manually, test between each change.

Third-Party Dependency Upgrades

When composer.json widens constraints to a new major version: enumerate API usages, cross-reference the new version's API, flag interface/concrete-only methods, verify mocks against all supported versions, use adapter pattern for signature differences, run PHPStan against each major version. See references/third-party-dependency-upgrades.md.

Quick Commands

rector process --dry-run && rector process        # PHP migrations
fractor process --dry-run && fractor process       # Non-PHP migrations
php-cs-fixer fix && phpstan analyse && phpunit     # Quality checks

Asset Templates

Config templates in assets/: rector.php, fractor.php, phpstan.neon, phpunit.xml, .php-cs-fixer.php

References

ReferenceUse when...
references/pre-upgrade.mdPlanning checklist, version audit, risk assessment
references/api-changes.mdChecking deprecated/removed APIs by TYPO3 version
references/api-traps.mdCross-version footguns: TCA restrictions, boot order, DI bypass
references/upgrade-v11-to-v12.mdUpgrading from TYPO3 v11 to v12
references/upgrade-v12-to-v13.mdUpgrading from TYPO3 v12 to v13
references/upgrade-v13-to-v14.mdUpgrading from TYPO3 v13 to v14
references/dual-compatibility.mdDual compatibility (v12 + v13)
references/real-world-patterns.mdReal-world migration examples
references/toolchain-output.mdRector/Fractor dry-run output
references/troubleshooting.mdRector broke code, PHPStan errors, test failures
references/third-party-dependency-upgrades.mdNon-TYPO3 dependencies (major version bumps, adapter patterns)
references/verification.mdSuccess criteria and real-world testing
references/multi-version-worktrees.mdPer-LTS worktree layout, backport workflow, cross-version CI matrix
references/audit-mode.mdAssessing/estimating: ticket only non-automatable findings

External Resources

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.