Development

TYPO3 DDEV

Set up and manage TYPO3 development environments using DDEV. Includes DDEV configuration, local development workflows, container management, database handling, and integration with TYPO3-specific tooling.

Latest release v1.19.1

Install

Pick whichever fits your project — they all reach the same skill.

  1. Claude Code via this marketplace
    /plugin install typo3-ddev@netresearch-claude-code-marketplace
  2. npx any Agent Skills CLI
    npx skills add https://github.com/netresearch/typo3-ddev-skill --skill typo3-ddev

    Universal Agent Skills CLI from skills.sh — works across Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI and 30+ more agents.

  3. composer require PHP project, as a package
    composer require netresearch/typo3-ddev-skill

    Requires netresearch/composer-agent-skill-plugin — resolves Agent Skills as Composer dependencies in PHP projects, auto-discovers skills, generates AGENTS.md.

  4. composer skills:add PHP project, direct source
    composer skills:add github:netresearch/typo3-ddev-skill

    Provided by netresearch/composer-agent-skill-plugin — pins skill repos directly without going through Packagist, locks them in composer.skills.lock.

What you can do with it

  • ✅ Detects TYPO3 extension projects automatically
  • ✅ Extracts extension metadata (key, package name, namespace)
  • ✅ Generates complete DDEV configuration
  • ✅ Creates multi-version TYPO3 testing environment (11.5, 12.4, 13.4 LTS)
  • ✅ Provides backend and frontend access with preconfigured credentials
  • ✅ Includes custom DDEV commands for easy TYPO3 installation

What it expects in your project

  • DDEV installed
  • Docker running
  • A TYPO3 extension project (with ext_emconf.php or composer.json)
  • A skills-compatible AI agent (Claude Code, Cursor, Windsurf, GitHub Copilot, etc.)

Tags

  • development
  • typo3