This handles the creation of toolbar buttons and menus for Umbraco's Tiptap rich text editor. You get four kinds: simple buttons for toggling formatting, color pickers, dropdown menus for things like heading levels, and style menus for applying CSS classes. The skill fetches current Umbraco docs before generating anything, which matters since the extension system changes. Most implementations are just a manifest linking to a tiptap extension and an API class with an execute method, though you can override isActive and isDisabled for custom states. Useful when you need custom formatting controls beyond the defaults, or when you want a toolbar button that opens a modal for more complex operations like link insertion.
npx -y skills add umbraco/umbraco-cms-backoffice-skills --skill umbraco-tiptap-toolbar-extension --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
github/awesome-copilot
github/awesome-copilot