typo3-docs

Installation
SKILL.md

TYPO3 Documentation Skill

Create and maintain TYPO3 extension documentation per docs.typo3.org standards.

Core Workflow

  1. Run extraction first to find gaps:
    scripts/extract-all.sh /path/to/extension
    scripts/analyze-docs.sh /path/to/extension
    
  2. Consult the matching reference
  3. Use TYPO3 directives, not plain text
  4. Validate: scripts/validate_docs.sh /path/to/extension
  5. Render: scripts/render_docs.sh /path/to/extension

Critical: For "show docs", render and display HTML, not raw RST.

Element Selection Guide

Installs
66
GitHub Stars
7
First Seen
Jan 30, 2026
typo3-docs — netresearch/typo3-docs-skill