Umbraco-CMS
AI-assisted development workflows for the Umbraco .NET CMS codebase
All Skills in This Repository (16)
Pure Emerald Level Indicatorsumb-bump-version
Update version strings in JSON and lock files across project files.
umb-review
Analyze pull requests for code quality, architectural compliance, and breaking changes.
general-create-kind
Automate creation of standardized extension kinds for back-office modules.
general-create-condition
Create configurable extension conditions using TypeScript and extension manifests.
general-add-value-summary
Creates visual summaries of feature values in collection views.
general-create-package
Generate standardized Umbraco CMS package structures with folders and files.
general-add-value-type
Generate type-safe constants and extend the global value type registry.
general-create-extension-type
Create and register new backoffice extension types for Umbraco CMS.
general-add-localization
Add translatable localization keys to backoffice UI components.
general-deprecate-api
Deprecate public API elements with runtime warnings and versioning policies.
core-add-module
Automate core module creation and integration with manifest and build configuration.
umb-release-notes
Improves auto-generated GitHub release notes for Umbraco CMS by reconciling labelled PRs and recategorizing entries.
Frequently Asked Questions
FAQPage SchemaHow to install Umbraco-CMS skills?โผ
Run `npx skills add umbraco/Umbraco-CMS --all -g -y` in your terminal to install all skills in this suite globally.
What can AI agents do in the Umbraco CMS repo?โผ
Agents can bump versions, update NuGet dependencies, regenerate the OpenAPI spec and backoffice client, clean up release notes, and run structured PR reviews against Umbraco's coding standards.
Can AI scaffold new Umbraco backoffice features?โผ
Yes. Dedicated skills create packages, workspaces, repositories, extension types, conditions, and localization entries following the exact conventions of the backoffice TypeScript codebase.
Does the PR review skill check for breaking changes?โผ
Yes. It validates obsolete patterns, constructor preservation, and the two-major-version deprecation rule, and flags breaking changes for both the .NET backend and TypeScript frontend.
Do I need to know Umbraco internals to use these skills?โผ
No. The skills encode Umbraco's architecture rules and file conventions, so the agent applies them automatically when you describe the task in plain English.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core