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

Typo3 Vite

  • 10 installs
  • 1 repo stars
  • Updated July 30, 2026
  • netresearch/typo3-vite-skill

Helps with ai & agent building tasks.

About

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

  • typo3-vite
  • AI & Agent Building
  • AI-coding skill

Typo3 Vite by the numbers

  • 10 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #11,959 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-vite-skill --skill typo3-vite

Add your badge

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

Listed on Skillselion
Installs10
repo stars1
Last updatedJuly 30, 2026
Repositorynetresearch/typo3-vite-skill

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

TYPO3 Vite Skill

Vite 7 build configuration for TYPO3 v13 and v14 LTS sitepackage development with praetorius/vite-asset-collector. Current gold standard: v14.3 LTS (released 2026-04-21).

v14 context: TYPO3 v14.0 removed the core's built-in frontend CSS/JS concatenation and compression (Breaking #108055) and CSS comment/whitespace stripping (Breaking #107944). config.concatenateCss/compressCss/concatenateJs/compressJs no longer have any effect. An external build tool (Vite / webpack / esbuild) is required for production-grade asset handling on v14.

Key Concepts

Entrypoint-per-CE Pattern

Each content element gets its own Vite entrypoint (*.entry.ts) that imports its SCSS and TypeScript. This enables automatic code splitting -- only the CSS/JS needed for visible content elements is loaded.

Selective Bootstrap Imports

Never import Bootstrap as a whole. Import only the components you use (bootstrap/scss/grid, bootstrap/scss/buttons, etc.) to minimize CSS bundle size.

SVG Optimization

Custom SvgCopyOptimizePlugin processes SVGs from Resources/Private/Svg/ through SVGO and writes optimized files to Resources/Public/Svg/. Supports dev-mode file watching.

CSP Compliance

Assets loaded via <vite:asset> ViewHelper automatically get nonce attributes for Content Security Policy compliance. No inline <script> or <style> tags needed.

Technology Stack

LayerTechnology
BuildVite 7+ with praetorius/vite-asset-collector
CSSBootstrap 5.3+ (selective imports, custom theming)
PostCSSautoprefixer + cssnano (production)
SCSSModern Compiler API (api: 'modern-compiler')
SVGCustom SVGO plugin (SvgCopyOptimizePlugin)
CompressionGzip + Brotli (production)
Package Managernpm, pnpm, or yarn

References

  • references/vite-configuration.md -- Complete vite.config.ts, entrypoints, SVG plugin, CSP
  • references/scss-architecture.md -- SCSS folder structure, import chain, naming conventions, CSS units
  • references/bootstrap-theming.md -- Bootstrap variable customization per project

Related skills

This week in AI coding

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

unsubscribe anytime.