Loading...
Loading...
Found 1,316 Skills
Implement Tiptap extensions for Umbraco rich text editor using official docs
Implement health checks in Umbraco backoffice using official docs
Use when Vue 3 Composition API with reactive refs, computed, and composables. Use when building modern Vue 3 applications.
AI generation provenance and audit trail tracking. Records decision factors, data lineage, reasoning chains, confidence scoring, and cost tracking for AI-generated content.
Understand and use state management in Umbraco backoffice (foundational concept)
Implement menus in Umbraco backoffice using official docs
Unified trading system with auto-logging, bots, and performance analytics
Instructions for working with sql-embedder generated files. Use when editing or working with .sql.ts files that contain the comment "This file was generated by sql-embedder". NEVER edit these generated files directly—edit the source .sql file and regenerate instead.
Create and use Inngest middleware for cross-cutting concerns. Covers the middleware lifecycle, creating custom middleware, dependency injection, and built-in middleware for encryption and error tracking.
Automatically cache optimizer for React Data Fetching following React 18+ best practices
Use Set and Map for O(1) membership lookups instead of array.includes(). Apply when checking membership repeatedly or performing frequent lookups against a collection.
Diagnose and fix runtime issues, errors, and bugs through systematic reproduction, root cause analysis, and targeted fixes. Use for debugging production issues, test failures, performance problems, and any type of software defect.