·typo3-datahandler
</>

typo3-datahandler

dirnbauer/webconsulting-skills

Expert guidance on manipulating TYPO3 records via the DataHandler, ensuring transactional safety, PSR-14 event handling, and reference index integrity.

15Installs·3Trend·@dirnbauer

Installation

$npx skills add https://github.com/dirnbauer/webconsulting-skills --skill typo3-datahandler

SKILL.md

Compatibility: TYPO3 v13.x and v14.x (v14 preferred) All code examples in this skill are designed to work on both TYPO3 v13 and v14.

NEVER use raw SQL (INSERT, UPDATE, DELETE) for pages, ttcontent, or any TCA-configured table.

Use a unique string starting with NEW as the UID:

Expert guidance on manipulating TYPO3 records via the DataHandler, ensuring transactional safety, PSR-14 event handling, and reference index integrity. Source: dirnbauer/webconsulting-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/dirnbauer/webconsulting-skills --skill typo3-datahandler
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is typo3-datahandler?

Expert guidance on manipulating TYPO3 records via the DataHandler, ensuring transactional safety, PSR-14 event handling, and reference index integrity. Source: dirnbauer/webconsulting-skills.

How do I install typo3-datahandler?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dirnbauer/webconsulting-skills --skill typo3-datahandler Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/dirnbauer/webconsulting-skills