Files
t3bootstrap-skills/.claude-plugin/marketplace.json
T
wappler af9368177b Initial t3bootstrap-skills plugin: three skills for T3Bootstrap on TYPO3 v14
- t3bootstrap-site-package: composer + site sets + when to add a local extension
- t3bootstrap-overrides: 4-layer override surface (Settings → SCSS → Fluid → DataProcessor)
- t3bootstrap-content-elements: 23 t3bs_* CE catalog + migration matrix (HTML/WP/Joomla/older TYPO3) + Flux-bs5 upgrade wizard

Mirrors the structure of wapplersystems/typo3-skills (.claude-plugin/{plugin.json,marketplace.json}, .agents/skills/<name>/{SKILL.md,agents/openai.yaml}).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-15 09:58:33 +02:00

18 lines
628 B
JSON

{
"$schema": "https://json.schemastore.org/claude-code-marketplace.json",
"name": "wapplersystems-t3bootstrap",
"description": "T3Bootstrap-spezifische Agent Skills für Claude Code (Schwester-Marketplace zu wapplersystems/typo3-skills)",
"owner": {
"name": "WapplerSystems",
"email": "info@wappler.systems"
},
"plugins": [
{
"name": "t3bootstrap-skills",
"source": "./",
"description": "Skills für Setup, Override und Content-Migration auf dem T3Bootstrap-Stack (TYPO3 v14)",
"category": "typo3",
"tags": ["typo3", "t3bootstrap", "bootstrap5", "fluid", "ddev"]
}
]
}