Handles the server-side schema half of Umbraco property editors, defining how data gets validated and stored. The skill steers you toward built-in schemas like Umbraco.Plain.String or Umbraco.Plain.Json when possible, which covers most cases. It only generates custom C# schema classes when you need specialized validation or custom value converters for rendering. Pulls fresh docs from the official Umbraco site before implementation and includes a helpful reference table of built-in schema aliases. The honest take: most developers building custom property editors can skip the schema entirely and just reference a built-in one in their UI manifest, but this makes the custom path straightforward when you actually need it.
npx -y skills add umbraco/umbraco-cms-backoffice-skills --skill umbraco-property-editor-schema --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
github/awesome-copilot
github/awesome-copilot