functions▌
16 indexed skills · max 10 per page
vueuse-functions
vueuse/skills · Frontend
Comprehensive guide for applying 200+ VueUse composables to Vue.js and Nuxt projects. \n \n Covers 14 functional categories: state management, DOM elements, browser APIs, sensors, networking, animations, components, watchers, reactivity, arrays, time utilities, and integrations with Firebase, Electron, RxJS, and more. \n Each composable includes an invocation rule (AUTO, EXTERNAL, or EXPLICIT_ONLY) to guide when and how to use it; consult detailed references for usage patterns and type declarati
azure-functions
aj-geddes/useful-ai-prompts · Cloud
Azure Functions enables serverless computing on Microsoft Azure. Build event-driven applications with automatic scaling, flexible bindings to various Azure services, and integrated monitoring through Application Insights.
azure-functions
davila7/claude-code-templates · Cloud
$21
gcp-cloud-functions
aj-geddes/useful-ai-prompts · Cloud
Google Cloud Functions enables event-driven serverless computing on Google Cloud Platform. Build functions with automatic scaling, integrated security, and seamless integration with Google Cloud services for rapid development.
vueuse-functions
uni-helper/skills · Frontend
This skill is a decision-and-implementation guide for VueUse composables in Vue.js / Nuxt projects. It maps requirements to the most suitable VueUse function, applies the correct usage pattern, and prefers composable-based solutions over bespoke code to keep implementations concise, maintainable, and performant.
sveltekit-remote-functions
spences10/svelte-skills-kit · Frontend
File naming: *.remote.ts for remote function files
finding-duplicate-functions
obra/superpowers-lab · Productivity
LLM-generated codebases accumulate semantic duplicates: functions that serve the same purpose but were implemented independently. Classical copy-paste detectors (jscpd) find syntactic duplicates but miss "same intent, different implementation."
functions
browserbase/skills · Productivity
Deploy serverless browser automation using the official bb CLI.
inngest-durable-functions
inngest/inngest-skills · Productivity
Master Inngest's durable execution model for building fault-tolerant, long-running workflows. This skill covers the complete lifecycle from triggers to error handling.
azure-functions
sickn33/antigravity-awesome-skills · Cloud
Expert patterns for Azure Functions development across .NET, Python, and Node.js runtimes. \n \n Covers three modern programming models: isolated worker model for .NET, Node.js v4 code-centric approach, and Python v2 decorator-based pattern \n Identifies critical anti-patterns including blocking async calls, creating new HttpClient per request, and using deprecated in-process model \n Provides sharp-edge guidance on async/await usage, Durable Functions orchestration, timeout configuration, Appli