10113 results (107.2ms) page 58 / 506
waynesutton / convexskills-convex-file-storage exact

Complete file handling including upload flows, serving files via URL, storing generated files from actions, deletion, and accessing file metadata from system tables

salvo-rs / salvo-skills-salvo-path-syntax exact

Path parameter syntax guide for Salvo routing. Explains the `{}` syntax (v0.76+) vs deprecated `<>` syntax, with migration examples.

akires47 / agent-skills-dotnet-serialization exact

Choose the right serialization format for .NET applications. Prefer schema-based formats (Protobuf, MessagePack) over reflection-based (Newtonsoft.Json). Use System.Text.Json with AOT source...

pytorch / pytorch-metal-kernel exact

Write Metal/MPS kernels for PyTorch operators. Use when adding MPS device support to operators, implementing Metal shaders, or porting CUDA kernels to Apple Silicon. Covers native_functions.yaml...

Dicklesworthstone / agent-flywheel-clawdbot-skills-and-integrations-supabase exact

Manage Supabase projects, databases, migrations, Edge Functions, and storage using the `supabase` CLI.

Xiangyu-CAS / vision-skills-video-generation exact

Gemini video generation with Veo 3.1 via the Python SDK. Use when generating videos from text or images, using reference images, first/last frame interpolation, or video extension, and when tuning...

Mrc220 / agent-flywheel-clawdbot-skills-and-integrations-supabase exact

Manage Supabase projects, databases, migrations, Edge Functions, and storage using the `supabase` CLI.

kody-w / rapp-store-mcp-builder exact

Guide for creating high-quality Model Context Protocol (MCP) servers. Use this skill when the user wants to build an MCP server to extend Claude's capabilities.

manykarim / robotframework-agentskills-robotframework-restinstance-skill exact

Guide AI agents in creating REST API tests using RESTinstance library. Use when building API tests with JSON Schema validation, built-in assertions, response field validation, and OpenAPI spec integration.

cleodin / antigravity-awesome-skills-aws-serverless exact

Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM/CDK deployment, and cold start...

sickn33 / antigravity-awesome-skills-aws-serverless exact

Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM/CDK deployment, and cold start...

halay08 / fullstack-agent-skills-aws-serverless exact

Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM/CDK deployment, and cold start...

shishiv / gsd-aws-serverless exact

Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM/CDK deployment, and cold start...

ngxtm / devkit-aws-serverless exact

Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM/CDK deployment, and cold start...

404kidwiz / agent-skills-backup-aws-serverless exact

Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM/CDK deployment, and cold start...

automindtechnologie-jpg / ultimate-skill-md-aws-serverless exact

Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM/CDK deployment, and cold start...

michaelboeding / skills-feature-council exact

Multi-agent feature implementation. Spawns independent solver agents that each implement the feature from scratch, then synthesizes the best elements from each. Use when building complex features...

html 0.00
jaredlander / freshbooks-speed-html exact

Write semantic, accessible, performant HTML with modern best practices. Use when asked to (1) create HTML pages or documents, (2) write semantic markup, (3) improve accessibility, (4) optimize...

mapbox / mapbox-agent-skills-mapbox-web-performance-patterns exact

Performance optimization patterns for Mapbox GL JS web applications. Covers initialization waterfalls, bundle size, rendering performance, memory management, and web optimization. Prioritized by...