Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By Starraider
Develop and maintain TYPO3 CMS projects with automated assistance for site configuration, extension building, frontend styling (Tailwind CSS), analytics integration (GA4, GTM, AdSense), SEO, and visual regression testing with Playwright.
npx claudepluginhub starraider/typo3-skillsUse when adding AdSense for Search (AFS) to a site, configuring AFS in the AdSense console, integrating AFS into TYPO3, optimizing search ad revenue, or troubleshooting AFS. Covers AFS sign-up prerequisites, search styles, code placement, parameter tuning, Related Search, Shopping ads, responsive design, and policy compliance.
Implement and optimize Google AdSense on websites, including site approval, AdSense code placement, Auto ads, manual ad units, ads.txt, GA4 linking, blocking controls, experiments, and publisher-policy-safe monetization. Use when the user wants to add or troubleshoot AdSense, prepare a site for AdSense review, configure the AdSense UI for stronger revenue, or produce exact step-by-step AdSense setup instructions that stay aligned with privacy and compliance requirements.
Implement Google Analytics 4 on websites, configure privacy-compliant Google tag or GTM measurement, define GA4 events and key events, link AdSense revenue reporting, and provide exact Google Analytics UI steps. Use when the user wants to add or troubleshoot GA4, wire analytics into a website, track registrations/newsletter/lead goals, connect AdSense reporting, or keep Analytics aligned with consent/CMP requirements and data-protection law.
Implement Google's consent management platform for websites that use AdSense, Ad Manager, Google Ads, Google Analytics 4, or Google Tag Manager/gtag.js. Use when the user asks to set up Google CMP / Privacy & messaging / Funding Choices, configure Consent Mode v2, meet the Google-certified CMP + TCF requirement for EEA/UK/Switzerland traffic, or maximize Google ad revenue while staying privacy-compliant.
Implement Google Tag Manager on websites, including web-container installation, Google tag setup, consent-aware GTM architecture, triggers/variables/tags, preview and publish workflows, and exact Tag Manager UI instructions. Use when the agent needs to add or repair GTM, migrate from direct gtag.js to GTM, centralize Google tags, wire privacy-compliant GA4 or Google Ads tagging through GTM, compare client-side vs server-side tagging, or keep GTM aligned with GDPR, ePrivacy, UK, Swiss, and U.S. state privacy requirements.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
No description provided.
Production-ready skills and agents for Craft CMS 5 development. Plugin development (elements, services, controllers, migrations, events, testing, headless, configuration), site development (content modeling, Twig templates, atomic design, multi-site, 22 plugin references), and Garnish JS UI toolkit (modals, HUDs, drag-sort, menus, selection, accessibility). 8 skills, 5 specialized agents with explicit build-verify gates, project scaffolding.
Agent Skills and specialist agents for Drupal and WordPress. PR workflows, accessibility / performance / security / quality audits, design-to-code (Figma → blocks/paragraphs), FRD generation with story points, CSV export, strategist UX audits, PM workflows (triage, meeting prep, heartbeats, QA), Drupal.org contribution, and Drupal/Pantheon DevOps. Skills use MCP servers (Teamwork, Slack, Gmail, Fathom, CoWork, GitHub) directly from the main session.
Production-ready skills for managing Webflow CMS content, auditing site health, optimizing assets, and safely publishing changes
Drupal development workflow with live autopilot: 19 skills, 4 agents, 10 commands, behavioral evals, session analysis, and Magic Loop Autopilot for task classification and drift detection.
Sveltia CMS Git-backed content management (Decap/Netlify CMS successor). 5x smaller bundle (300 KB), GraphQL performance, solves 260+ issues. Use for static sites (Hugo, Jekyll, 11ty, Gatsby, Astro, Next.js), blogs, docs, i18n, or encountering OAuth errors, TOML/YAML issues, CORS problems, content listing errors.
A collection of reusable Agent Skills for TYPO3 projects. Each skill teaches an AI coding agent how to perform a specific TYPO3-related task — from building Extbase plugins and Content Blocks to configuring CSP, route enhancers, Playwright VRT, Tailwind v4, or Google integrations.
Skills are project-agnostic: generic placeholders (my-site-package, Vendor\MySitePackage\, config/sites/<site-id>, …) are resolved by the LLM at runtime. No manual find-and-replace needed.
typo3-skills/
├── .claude-plugin/plugin.json # Plugin metadata
├── skills/ # All skills
│ └── <skill-name>/
│ ├── SKILL.md # Skill definition
│ ├── agents/openai.yaml # Agent interface
│ ├── references/ # Deep-dive patterns
│ ├── assets/ # Templates, configs
│ └── scripts/ # Helper scripts
├── .github/workflows/
│ ├── validate.yml # Reusable validation
│ └── release.yml # Tag-triggered release
├── composer.json # PHP distribution
├── README.md
├── LICENSE-MIT # Code (MIT)
└── LICENSE-CC-BY-SA-4.0 # Content (CC-BY-SA-4.0)
/plugin marketplace add skom/typo3-skills
composer require skom/typo3-skills
npx skills add https://github.com/Starraider/typo3-skills --skill <skill>
Download a release from GitHub and extract to ~/.claude/skills/typo3-skills/.
| Skill | Purpose |
|---|---|
| typo3-site-config-sets | TYPO3 v14 site-handling config — config/sites/<site-id>/ vs Site Sets in Configuration/Sets/, typed site settings. |
| typo3-typoscript-conditions | Frontend TypoScript conditions for TYPO3 v14 — page IDs, rootlines, site identifiers, languages, versions, FE/BE users & groups. |
| typo3-favicon-manifest | Favicon, app icon, site.webmanifest / browserconfig.xml delivery in TYPO3 v14, route-enhancer mapping. |
| typo3-fluid-patterns | Fluid templates: Layouts → Pages → Partials → Atoms, CMS-first content, colPos propagation, responsive images, WCAG 2.1 AA, progressive-enhancement JS. |
| typo3-menu-dataprocessor | Navigation menus in TYPO3 v13+ — menu and language-menu DataProcessors, main menus, breadcrumbs, language switchers, sitemaps. |
| typo3-language-menu | Language switcher with browser-preference auto-redirect and persistent cookie-based choice. |
| typo3-route-enhancers | Site-config routeEnhancers — Extbase plugin arguments, detail pages, filters, pagination, aliases, cHash-sensitive parameters. |
| typo3-xml-sitemap | TYPO3 v14 XML sitemaps with EXT:seo — multi-language, page sitemaps, custom record sitemaps, PageType route enhancer, hreflang links. |
| typo3-rich-snippets | Schema.org structured data (JSON-LD/Microdata/RDFa) via Fluid and TypoScript for SEO-ready rich results. |
| typo3-csp | Content Security Policies in TYPO3 v12–v14 — report-only iteration, violation analysis, site & extension csp.yaml, full enforcement. |