6459 results (50.8ms) page 3 / 323
aj-geddes / useful-ai-prompts-azure-functions exact

Create serverless functions on Azure with triggers, bindings, authentication, and monitoring. Use for event-driven computing without managing infrastructure.

waynesutton / convexskills-convex-functions exact

Writing queries, mutations, actions, and HTTP actions with proper argument validation, error handling, internal functions, and runtime considerations

charlietlamb / ferix-convex-functions exact

Writing queries, mutations, actions, and HTTP actions with proper argument validation, error handling, internal functions, and runtime considerations

itsmostafa / aws-agent-skills-step-functions exact

AWS Step Functions workflow orchestration with state machines. Use when designing workflows, implementing error handling, configuring parallel execution, integrating with AWS services, or...

samhvw8 / dot-claude-refactoring-expert exact

Systematic code refactoring following Martin Fowler's catalog. Methodologies: characterization tests, Red-Green-Refactor, incremental transformation. Capabilities: SOLID compliance, DRY cleanup,...

aj-geddes / useful-ai-prompts-gcp-cloud-functions exact

Deploy serverless functions on Google Cloud Platform with triggers, IAM roles, environment variables, and monitoring. Use for event-driven computing on GCP.

onewave-ai / claude-skills-workout-program-designer exact

Custom training plans by goal (strength, cardio, flexibility). Progressive overload programming, rest day optimization, home vs gym adaptations, deload weeks.

aj-geddes / useful-ai-prompts-aws-lambda-functions exact

Create and deploy serverless functions using AWS Lambda with event sources, permissions, layers, and environment configuration. Use for event-driven computing without managing servers.

RefoundAI / lenny-skills-cross-functional-collaboration exact

Help users work effectively across functions. Use when someone is navigating PM-engineering relationships, resolving cross-team conflicts, building product trios, or improving handoffs between...

jeninh / ampskills-dotfile-writing-roc-lang exact

Writes Roc code with strong static types, helpful compiler errors, and functional programming. Use when the user wants Roc code, mentions Roc, functional programming with types, or needs .roc...

Sfedfcv / redesigned-pancake exact

Skip to content github / docs Code Issues 80 Pull requests 35 Discussions Actions Projects 2 Security Insights Merge branch 'main' into 1862-Add-Travis-CI-migration-table ...

whatiskadudoing / fp-ts-skills-fp-refactor exact

Comprehensive guide for refactoring imperative TypeScript code to fp-ts functional patterns

whatiskadudoing / fp-ts-skills-fp-ts-do-notation exact

Master Do notation in fp-ts to write readable, sequential functional code without callback hell. Covers bind, apS, let, bindTo and real-world patterns.

whatiskadudoing / fp-ts-skills-fp-ts-task-either exact

Functional async patterns using TaskEither for type-safe error handling in TypeScript

Mdshobu / liberty-house-club-whitepaper exact

# Liberty House Club **A Parallel Binance Chain to Enable Smart Contracts** _NOTE: This document is under development. Please check regularly for updates!_ ## Table of Contents -...

whatiskadudoing / fp-ts-skills-fp-ts-option-and-either exact

Functional error handling and nullable value management using fp-ts Option and Either types