Typo3 Update

🌐Community
by dirnbauer · vlatest · Repository

This skill automatically updates your Typo3 installation, ensuring you're running the latest version and benefiting from security patches & improvements.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add typo3-update npx -- -y @trustedskills/typo3-update
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "typo3-update": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/typo3-update"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to manage TYPO3 CMS installations by handling updates, patches, and version migrations. It automates the process of applying security fixes and new features while ensuring system stability during transitions.

When to use it

  • Security Maintenance: Automatically apply critical security patches to production TYPO3 instances without manual intervention.
  • Version Upgrades: Execute major or minor version upgrades (e.g., from v10 to v12) with automated dependency checks.
  • Extension Updates: Synchronize installed extensions to their latest compatible versions alongside core updates.
  • Pre-Migration Checks: Validate system readiness before applying changes to minimize downtime risks.

Key capabilities

  • Detects available TYPO3 core and extension updates
  • Validates compatibility between current setup and target versions
  • Executes update procedures with rollback safeguards
  • Generates detailed logs of applied changes and system status

Example prompts

  • "Check if my TYPO3 instance has pending security updates and apply them."
  • "Plan a migration path from TYPO3 v10 to v12, including required extension updates."
  • "Update all installed TYPO3 extensions to their latest stable versions."

Tips & gotchas

Ensure you have full backup access before running update operations, as automated processes may fail if dependencies are missing. Always review generated logs post-update to confirm successful completion and address any warnings regarding deprecated features or compatibility issues.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
dirnbauer
Installs
33

🌐 Community

Passed automated security scans.