Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
netresearch avatar

Typo3 Typoscript Ref

  • 43 installs
  • 2 repo stars
  • Updated August 3, 2026
  • netresearch/typo3-typoscript-ref-skill

Helps with ai & agent building tasks.

About

typo3-typoscript-ref is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • typo3-typoscript-ref
  • AI & Agent Building
  • AI-coding skill

Typo3 Typoscript Ref by the numbers

  • 43 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #7,921 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/netresearch/typo3-typoscript-ref-skill --skill typo3-typoscript-ref

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs43
repo stars2
Last updatedAugust 3, 2026
Repositorynetresearch/typo3-typoscript-ref-skill

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

TYPO3 TypoScript, TSconfig and Fluid Reference

Version-aware local lookup with always-on best practices.

Usage

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

Rules

1. ALWAYS run lookup.sh before writing or reviewing TypoScript/TSconfig/Fluid code 2. ALWAYS follow best practice annotations (required/deprecated/recommended/tip) 3. ALWAYS check project lint rules (--lint-rules) before writing TypoScript 4. When writing NEW code: use the most modern approach for the detected version 5. When reviewing EXISTING code: flag deprecated patterns, check --deprecations for the project's version 6. For combined TypoScript+Fluid tasks: use --with-fluid flag 7. Never generate config.no_cache = 1 in production setups 8. Prefer DataProcessors over CONTENT cObject in Fluid-based templates

Version-Specific Guidance

  • v12: Use FLUIDTEMPLATE, sys_template static includes, constants.typoscript
  • v13: Prefer PAGEVIEW for new page templates, introduce Site Sets, use settings.definitions.yaml
  • v14: Site Sets mandatory, PAGEVIEW is the standard for page rendering (FLUIDTEMPLATE is legacy, not officially deprecated), @import mandatory (INCLUDE_TYPOSCRIPT removed), getTSFE() conditions removed, prefer PKG: over EXT: resource paths

When 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).

Review Workflow

When reviewing TypoScript/TSconfig/Fluid code:

1. Run --checklist for the file type (typoscript, tsconfig, or fluid) 2. Run --deprecations filtered to project version 3. Cross-reference references/review/common-mistakes.md for known pitfalls 4. Check references/review/security.md for Fluid XSS patterns (f:format.raw, f:sanitize.html) 5. Check references/review/performance.md for COA_INT/USER_INT overuse 6. Use --review flag on keyword lookups to append deprecation context

Reference Index

NeedReference
TypoScript patterns, Fluid best practicesreferences/patterns.md
Debugging errorsreferences/debugging.md
Deprecation listsreferences/review/deprecations.md
Security (XSS, escaping)references/review/security.md
Performance (caching, INT objects)references/review/performance.md
Common mistakesreferences/review/common-mistakes.md
Migration v12-v13references/review/migration-v12-to-v13.md
Migration v13-v14references/review/migration-v13-to-v14.md
Topic index (lookup.sh)references/topic-index.md

First Run

scripts/lookup.sh --update

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.