Loading...
Loading...
Found 1,471 Skills
Axios - promise-based HTTP client for browser and Node.js USE WHEN: user mentions "Axios", "HTTP requests", "API calls", "interceptors", "Axios instance", asks about "how to make HTTP calls", "configure Axios", "add auth header", "handle HTTP errors" DO NOT USE FOR: Fetch API - use `http-clients` instead; ky/ofetch - use `http-clients` instead; GraphQL clients - use `graphql-codegen` instead; tRPC - use `trpc` instead
Used when you need to render HTML files into images, including reading HTML files, performing rendering, and saving the generated images to local files.
ALWAYS use when working with Angular Components, component architecture, @Component decorator, inputs, outputs, or component design patterns.
Vue 3 Options API style (data(), methods, this context). Each reference shows Options API solution only.
Guide for using Recent Data (topics, resources, pages). Use when working with recently accessed items, implementing recent lists, or accessing session store recent data. Triggers on recent data usage or implementation tasks.
Guides the user through calling Rust backend functions from the Tauri frontend using the invoke function, defining commands with the
Supabase database migrations, type generation, edge function management, and best practices for this project
Implement entity actions in Umbraco backoffice using official docs
Implement Tiptap extensions for Umbraco rich text editor using official docs
Build clean, modern React components that apply common best practices and avoid common pitfalls like unnecessary state management or useEffect usage
[Docs] Autonomous subagent variant of documentation. Use when creating or updating technical documentation, API documentation, or inline code documentation.
Audit and refactor code for clarity, maintainability, and correctness. Use when the user asks to refactor, clean up code, reduce complexity, fix code smells, or improve code quality.