home/categories/frontend/umbraco-umbraco-cms-src-umbraco-web-ui-client-claude-skills-general-create-kind-skill-md
frontenddevelopment
general-create-kind
Create a new extension kind — a reusable default implementation for an extension type. Use when multiple extensions of the same type share the same element/API implementation and only differ in configuration. Kinds reduce boilerplate by providing pre-built defaults that extensions customize via meta.
maintainer
umbraco
更新于 3/27/2026
星标
5156
分支
2880
quick start
Installation and usage
Create a new extension kind — a reusable default implementation for an extension type. Use when multiple extensions of the same type share the same element/API implementation and only differ in configuration. Kinds reduce boilerplate by providing pre-built defaults that extensions customize via meta.
安装
$ install --globalskills.sh
使用
安装后,您可以通过在终端运行以下命令来使用此技能:
skills use general-create-kind