typo3-typoscript-ref
SKILL.md
TYPO3 TypoScript, TSconfig and Fluid Reference
Version-aware local lookup with always-on best practices.
Usage
# Reference lookup
scripts/lookup.sh "stdWrap wrap"
# With Fluid context
scripts/lookup.sh "PAGEVIEW" --with-fluid
# Recipe for common tasks
scripts/lookup.sh --recipe page-setup
# Code review mode (adds deprecation warnings)
scripts/lookup.sh "FLUIDTEMPLATE" --review
# Deprecation list
scripts/lookup.sh --deprecations
# Review checklist
scripts/lookup.sh --checklist typoscript
# Project lint rules
scripts/lookup.sh --lint-rules
# Debug error message
scripts/lookup.sh --debug "The page is not configured"
# Update cache
scripts/lookup.sh --update
# Override version
scripts/lookup.sh "TEXT" --version 12
Rules
- ALWAYS run lookup.sh before writing TypoScript/TSconfig/Fluid code
- ALWAYS follow best practice annotations (required/deprecated/recommended/tip levels)
- ALWAYS check project lint rules before writing TypoScript (--lint-rules)
- When writing NEW code: use the most modern approach for the detected version
- When reviewing EXISTING code: flag deprecated and required-level annotation violations
- For combined TypoScript+Fluid tasks: use --with-fluid flag
- Never generate
config.no_cache = 1in production setups - Prefer DataProcessors over CONTENT cObject in Fluid-based templates
First Run
scripts/lookup.sh --update
Weekly Installs
2
Repository
netresearch/typ…ef-skillFirst Seen
2 days ago
Security Audits
Installed on
amp2
cline2
opencode2
cursor2
kimi-cli2
codex2