This one handles custom file upload previews in the Umbraco backoffice when you need something beyond the default thumbnail behavior. You define which MIME types to target (PDFs, audio files, whatever), then build a Lit element that renders your preview during the upload flow. The skill pulls fresh docs from the official Umbraco site and generates both the manifest and element implementation. Honestly most useful when you're dealing with specific file types that need context before they hit the media library, like showing waveforms for audio or custom icons for proprietary formats. It implements the UmbFileUploadPreviewElement interface and manages object URLs properly so you don't leak memory.
npx -y skills add umbraco/umbraco-cms-backoffice-skills --skill umbraco-file-upload-preview --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
github/awesome-copilot
github/awesome-copilot