typo3-typoscript-ref

Look up version-aware TypoScript, TSconfig, and Fluid references for TYPO3 v12–v14.

2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/netresearch/typo3-typoscript-ref-skill --skill typo3-typoscript-ref
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: typo3-typoscript-ref
Source: https://github.com/netresearch/typo3-typoscript-ref-skill/tree/main/skills/typo3-typoscript-ref
Command: npx skills add https://github.com/netresearch/typo3-typoscript-ref-skill --skill typo3-typoscript-ref

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

AI agents and developers often produce incorrect or outdated TypoScript, TSconfig, and Fluid templates because they rely on non-versioned documentation or forget TYPO3-specific best practices. This Skill centralizes version-aware reference material, deprecation annotations, migration notes, and recipes so agents and engineers can verify facts before editing or reviewing code.

Core Features & Use Cases

  • Version detection and mapping (auto-detect TYPO3 major version from composer files).
  • Local, cached documentation fetch and conversion with annotations for required/deprecated/recommended guidance.
  • Searchable topic index, Fluid support, recipes for common setups (page, menu, error pages), debugging guide, deprecation lists, and project lint-rule integration for code reviews.
  • Use Cases: writing new page templates with PAGEVIEW, auditing a project for deprecated TypoScript, generating migration hints (v12→v13→v14), and running checklist-driven code reviews.

Quick Start

Run the lookup script to search the local, version-aware TypoScript reference for a topic (for example: search for stdWrap wrap and include deprecation notes).

Frequently Asked Questions about typo3-typoscript-ref

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check deprecated TypoScript syntax when migrating TYPO3 to a newer version?

To check deprecated TypoScript during a TYPO3 migration, use version-aware reference lookup to identify deprecation annotations and generate migration hints for transitions like v12 to v13. This flags outdated syntax before code review.

What is the best way to lint TypoScript and TSconfig for version-specific errors?

Linting TypoScript and TSconfig for version-specific errors uses local cached documentation with required, deprecated, and recommended annotations. Project lint rule detection integrates these reference checks into code review workflows.

Does this TypoScript reference tool support Fluid templates and offline documentation?

Yes, this TypoScript reference tool supports Fluid templates and provides local cached documentation for offline access. It fetches and converts reference material with annotations for accurate writing and debugging without requiring a live internet connection.

How do I generate common TypoScript recipes for page setups and error pages?

Generating common TypoScript recipes for page setups, menus, and error pages uses the built-in recipe generation feature. It provides version-aware templates for standard TYPO3 configurations to ensure correct rendering structures.

Can I auto-detect the TYPO3 major version from composer files for code reviews?

Yes, you can auto-detect the TYPO3 major version from composer files. The Skill maps the detected version to its corresponding reference documentation, ensuring code reviews and deprecation checks apply the correct version-specific rules.

Why does my AI agent produce outdated TypoScript and how can I verify it offline?

AI agents produce outdated TypoScript when relying on non-versioned documentation. Verify it offline using a local searchable topic index with version-aware annotations, ensuring agents check facts against the correct TYPO3 standard before editing.