typo3-site-conformance
Installation
SKILL.md
TYPO3 Site / Project Conformance
Score and harden a deployable TYPO3 site distribution against the Netresearch
gold standard. This is the site/project counterpart to typo3-conformance
(which scopes to extensions).
When to use
- A repo with
composer.json"type": "project"and a root Compose file. - Reviewing container topology, Concourse CI, supply-chain gating, secret
handling, or TYPO3 site config (
config/system,config/sites). - Bootstrapping a new customer site from the gold skeleton.
Extension repos (ext_emconf.php, Classes/, TER) → use typo3-conformance.
Generic supply-chain hardening → enterprise-readiness; Docker/Compose →
docker-development; Concourse → concourse-ci.