typo3-docs
Originally fromdirnbauer/webconsulting-skills
Installation
SKILL.md
TYPO3 Documentation Skill
Create and maintain TYPO3 extension documentation per docs.typo3.org standards.
Core Workflow
- Run extraction first to find gaps:
scripts/extract-all.sh /path/to/extension scripts/analyze-docs.sh /path/to/extension - Consult the matching reference
- Use TYPO3 directives, not plain text
- Validate:
scripts/validate_docs.sh /path/to/extension - Render:
scripts/render_docs.sh /path/to/extension
Critical: For "show docs", render and display HTML, not raw RST.