Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Claude Code plugin for Sitecore, Umbraco, and Optimizely CMS development — scaffolding, content modeling, accessibility scanning, security audits, best practices, and code generation
npx claudepluginhub twofoldtech-dakota/plugin-cms-toolkit --plugin plugin-cms-toolkitWCAG 2.2 AA accessibility scanner for Sitecore, Umbraco, and Optimizely CMS projects. Scans Razor views, React/Next.js components, JSX templates, and content type definitions for accessibility violations. Use when asked to: scan for accessibility issues, run an accessibility audit, check WCAG compliance, find a11y problems, or audit templates for accessibility. Triggers on "accessibility", "a11y", "WCAG", "screen reader", "aria".
Auto-detects the CMS platform (Sitecore, Umbraco, or Optimizely) in the current project by scanning project files, dependencies, and configuration. Invoked automatically when working in a CMS project.
Designs content architectures for Sitecore, Umbraco, and Optimizely CMS projects. Helps plan content type hierarchies, field structures, and relationships following CMS-specific best practices. Usage - /plugin-cms-toolkit:content-model
Optimizely CMS 12 and CMS SaaS expertise. Provides best practices for content types, blocks, pages, Visual Builder, Graph API, REST API, experimentation integration, and .NET/headless development patterns. Auto-invoked when working in Optimizely projects.
Scaffolds CMS components, content types, controllers, and page types for Sitecore, Umbraco, or Optimizely. Detects the CMS platform automatically and generates platform-specific code. Usage - /plugin-cms-toolkit:scaffold component HeroBlock
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
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.
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
Headless CMS design patterns for content modeling, page structure, media management, and multi-site theming. Covers content types with EF Core JSON columns, taxonomies, navigation, responsive images, CDN delivery, and design tokens. 15 skills, 2 agents, 12 user-invocable skills for comprehensive CMS architecture guidance.
Agent skills for Contentful apps, APIs, migrations, and personalization
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.
Complete skill set for Umbraco backoffice customization - 57 skills covering Foundation concepts, Extension Types, Property Editors, Rich Text, Backend integration, and Setup tools
Analyze Optimizely CMS/Content Cloud projects for architecture, security, content modeling, and performance patterns
Sitecore XP AWS-to-Azure migration planning assistant. Guides architects through structured discovery, cross-reference analysis, phased estimation, and client-ready deliverable generation.
Analyze Umbraco 14-16 projects for architecture, security, and backoffice patterns
Analyze Optimizely Experimentation and Web implementations for A/B testing, feature flags, and JavaScript SDK patterns
Analyze Sitecore 10.x projects for Helix compliance, security, and performance
Sitecore, Umbraco, and Optimizely expertise baked into Claude Code — scaffolding, content modeling, accessibility scanning, security audits, code review, and best practices enforcement for agency teams.
# Add the marketplace source
/plugin marketplace add twofoldtech-dakota/plugin-cms-toolkit
# Install the plugin
/plugin install plugin-cms-toolkit@twofoldtech-plugins
No configuration needed. The plugin auto-detects your CMS platform from project files.
Open a Sitecore, Umbraco, or Optimizely project and start working — the toolkit activates automatically.
| Component | Name | What It Does |
|---|---|---|
| Skill | /plugin-cms-toolkit:scaffold | Generates components, content types, controllers, and pages |
| Skill | /plugin-cms-toolkit:content-model | Designs and audits content architectures |
| Skill | /plugin-cms-toolkit:a11y | WCAG 2.2 AA accessibility scanner |
| Skill | /plugin-cms-toolkit:security | OWASP Top 10 + CMS security audit + dependency CVE scan |
| Skill | cms-detect | Auto-detects your CMS platform (runs in background) |
| Skill | sitecore | Deep Sitecore XM Cloud / XP expertise (auto-invoked) |
| Skill | umbraco | Deep Umbraco v14–17 expertise (auto-invoked) |
| Skill | optimizely | Deep Optimizely CMS 12 / SaaS expertise (auto-invoked) |
| Agent | cms-reviewer | CMS-specific code review with anti-pattern detection |
| Hook | Pattern enforcement | Catches hardcoded GUIDs, secrets, N+1 queries on every edit |
Generate platform-specific, production-ready code that matches your project's existing conventions:
/plugin-cms-toolkit:scaffold component HeroBanner
/plugin-cms-toolkit:scaffold content-type ArticlePage
/plugin-cms-toolkit:scaffold controller Search
/plugin-cms-toolkit:scaffold page LandingPage
The scaffold skill:
Plan content architectures interactively or from a description:
/plugin-cms-toolkit:content-model blog with categories and authors
Outputs a visual content type diagram with field mappings, then generates /plugin-cms-toolkit:scaffold commands to build it:
[Page Type] Article Page
├── Tab: Content
│ ├── Title (short text, required)
│ ├── Hero Image (image, required)
│ ├── Body (rich text)
│ └── Author (content reference → Author)
├── Tab: SEO (inherited from SEO Base)
│ ├── Meta Title (short text)
│ └── Meta Description (text area)
└── Tab: Settings
└── Hide from Navigation (boolean)
Audit an existing content model for issues:
/plugin-cms-toolkit:content-model audit
Run a WCAG 2.2 AA audit against your CMS templates, components, and content type definitions:
/plugin-cms-toolkit:a11y # Full scan
/plugin-cms-toolkit:a11y views # Razor views and templates only
/plugin-cms-toolkit:a11y components # React/Next.js components only
/plugin-cms-toolkit:a11y content-types # Content model accessibility only
Checks for missing alt text, ARIA violations, keyboard traps, heading hierarchy, contrast patterns, focus management, and CMS-specific issues like image fields without alt text companions.
Audit your CMS project for OWASP Top 10 vulnerabilities, CMS-specific security issues, and dependency CVEs:
/plugin-cms-toolkit:security # Full audit (code + deps + config)
/plugin-cms-toolkit:security code # Source code analysis only
/plugin-cms-toolkit:security deps # Dependency vulnerability scan only
/plugin-cms-toolkit:security config # Configuration review only
Scans for injection, broken access control, exposed secrets, insecure deserialization, missing auth, and runs dotnet list package --vulnerable / npm audit for known CVEs.
Three platform skills activate automatically when you're working in a CMS project. They provide:
The cms-reviewer agent checks for CMS-specific issues across all three platforms: