af9368177b
- 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>
25 lines
1011 B
JSON
25 lines
1011 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
|
|
"name": "t3bootstrap-skills",
|
|
"version": "0.1.0",
|
|
"description": "Agent Skills für das T3Bootstrap-Ökosystem (TYPO3 v14): Site-Package-Setup auf den t3bootstrap/*- und wapplersystems/*-Extensions, minimal-invasive Template- und CSS-Overrides, Content-Element-Auswahl und Inhalts-Migration auf die b13/container-basierten t3bs_*-CEs (inkl. Flux-bs5 → Container-bs5 Migration). Ergänzt das typo3-skills-Plugin um T3Bootstrap-spezifische Workflows.",
|
|
"author": {
|
|
"name": "WapplerSystems",
|
|
"url": "https://wappler.systems"
|
|
},
|
|
"homepage": "https://git.wappler.systems/WapplerSystems/t3bootstrap-skills",
|
|
"repository": "https://git.wappler.systems/WapplerSystems/t3bootstrap-skills",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"typo3",
|
|
"typo3-v14",
|
|
"t3bootstrap",
|
|
"bootstrap5",
|
|
"site-package",
|
|
"content-elements",
|
|
"container",
|
|
"fluid",
|
|
"ddev"
|
|
],
|
|
"skills": "./.agents/skills/"
|
|
} |