Help us improve
Share bugs, ideas, or general feedback.
From typo3-typoscript-ref
Use when writing, editing, reviewing or debugging TypoScript, TSconfig or Fluid templates in TYPO3 projects (v14.3 LTS is the current target). Also use for code reviews of .typoscript, .tsconfig and Fluid .html files, v13->v14 migration (INCLUDE_TYPOSCRIPT->@import, userFunc opt-in #108054, getTSFE() condition removed, updateReferenceIndex toggle removed, site.locale expression), Fluid 4->5 breaking changes, and when suggesting improvements or checking for deprecated patterns.
npx claudepluginhub netresearch/claude-code-marketplace --plugin typo3-typoscript-refHow this skill is triggered — by the user, by Claude, or both
Slash command
/typo3-typoscript-ref:typo3-typoscript-refThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Version-aware local lookup with always-on best practices.
evals/evals.jsonreferences/annotations.jsonreferences/debugging.mdreferences/patterns.mdreferences/recipes/ajax-endpoint.mdreferences/recipes/breadcrumb.mdreferences/recipes/content-elements.mdreferences/recipes/custom-content-element.mdreferences/recipes/error-pages.mdreferences/recipes/extbase-plugin.mdreferences/recipes/image-rendering.mdreferences/recipes/menu-setup.mdreferences/recipes/multi-language.mdreferences/recipes/page-setup.mdreferences/recipes/rte-config.mdreferences/recipes/site-sets.mdreferences/recipes/sitemap.mdreferences/recipes/structured-data.mdreferences/review/common-mistakes.mdreferences/review/deprecations.mdGuides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Breaks plans, specs, or PRDs into thin vertical-slice issues on the project issue tracker using tracer bullets. Useful for converting high-level work into grabbable implementation tickets.
Share bugs, ideas, or general feedback.
Version-aware local lookup with always-on best practices.
scripts/lookup.sh "stdWrap wrap" # Reference lookup
scripts/lookup.sh "PAGEVIEW" --with-fluid # With Fluid context
scripts/lookup.sh --recipe page-setup # Recipe for common tasks
scripts/lookup.sh "FLUIDTEMPLATE" --review # Adds deprecation warnings
scripts/lookup.sh --deprecations # Deprecation list
scripts/lookup.sh --checklist typoscript # Review checklist (typoscript|tsconfig|fluid)
scripts/lookup.sh --lint-rules # Project lint rules
scripts/lookup.sh --debug "The page is not configured" # Debug error
scripts/lookup.sh --update # Update cache
scripts/lookup.sh "TEXT" --version 12 # Override version
lookup.sh before writing or reviewing TypoScript/TSconfig/Fluid code--lint-rules) before writing TypoScript--deprecations for the project's version--with-fluid flagconfig.no_cache = 1 in production setupsWhen answering version-specific questions, always consult references/review/deprecations.md and the relevant migration guide (migration-v12-to-v13.md or migration-v13-to-v14.md).
When reviewing TypoScript/TSconfig/Fluid code:
--checklist for the file type (typoscript, tsconfig, or fluid)--deprecations filtered to project versionreferences/review/common-mistakes.md for known pitfallsreferences/review/security.md for Fluid XSS patterns (f:format.raw, f:sanitize.html)references/review/performance.md for COA_INT/USER_INT overuse--review flag on keyword lookups to append deprecation context| Need | Reference |
|---|---|
| TypoScript patterns, Fluid best practices | references/patterns.md |
| Debugging errors | references/debugging.md |
| Deprecation lists | references/review/deprecations.md |
| Security (XSS, escaping) | references/review/security.md |
| Performance (caching, INT objects) | references/review/performance.md |
| Common mistakes | references/review/common-mistakes.md |
| Migration v12-v13 | references/review/migration-v12-to-v13.md |
| Migration v13-v14 | references/review/migration-v13-to-v14.md |
| Topic index (lookup.sh) | references/topic-index.md |
scripts/lookup.sh --update