Total 44,609 skills
Showing 12 of 44609 skills
Implement authentication providers for Umbraco backoffice using official docs
Implement kinds in Umbraco backoffice using official docs
Implement sections in Umbraco backoffice using official docs
Web page archiving and retrieval from cached/deleted sources. Use when accessing unavailable pages, preserving web content, creating legal evidence archives, or building redundant archival workflows. Covers Wayback Machine, Archive.today, ArchiveBox, and evidence preservation tools.
Run Umbraco backoffice with mocked APIs for visual extension testing
Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures commits follow the standard format for automated tooling, changelog generation, and semantic versioning.
Helps Claude Code understand Sui blockchain keypair and cryptography operations, providing guidelines and examples for key generation, signing, verification, address derivation, and multi-signature scheme support. Use when working with cryptography in Sui development or when the user mentions keypairs, cryptography, signing, or verification.
Use umb-input-manifest to pick registered extensions in Umbraco backoffice
Understand and use routing in Umbraco backoffice (foundational concept)
Converts an image to a different format (PNG, JPG, WebP). Use when you need to change image formats, optimize for web, or prepare images for specific applications.
Extends an image canvas by adding padding on all sides with a solid background color. Use when you need to add borders, margins, or expand the canvas area around an image.
Implement Tiptap toolbar extensions for Umbraco rich text editor using official docs