Topic: claude-skills
11,948 skills in this topic.
-
convex
Umbrella skill for all Convex development patterns. Routes to specific skills like convex-functions, convex-realtime, convex-agents, etc.
waynesutton/convexskills 386
-
convex-agents
Building AI agents with the Convex Agent component including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration
waynesutton/convexskills 386
-
convex-best-practices
Guidelines for building production-ready Convex apps covering function organization, query patterns, validation, TypeScript usage, error handling, and the Zen of Convex design philosophy
waynesutton/convexskills 386
-
convex-component-authoring
How to create, structure, and publish self-contained Convex components with proper isolation, exports, and dependency management
waynesutton/convexskills 386
-
convex-cron-jobs
Scheduled function patterns for background tasks including interval scheduling, cron expressions, job monitoring, retry strategies, and best practices for long-running tasks
waynesutton/convexskills 386
-
convex-file-storage
Complete file handling including upload flows, serving files via URL, storing generated files from actions, deletion, and accessing file metadata from system tables
waynesutton/convexskills 386
-
convex-functions
Writing queries, mutations, actions, and HTTP actions with proper argument validation, error handling, internal functions, and runtime considerations
waynesutton/convexskills 386
-
convex-http-actions
External API integration and webhook handling including HTTP endpoint routing, request/response handling, authentication, CORS configuration, and webhook signature validation
waynesutton/convexskills 386
-
convex-migrations
Schema migration strategies for evolving applications including adding new fields, backfilling data, removing deprecated fields, index migrations, and zero-downtime migration patterns
waynesutton/convexskills 386
-
convex-realtime
Patterns for building reactive apps including subscription management, optimistic updates, cache behavior, and paginated queries with cursor-based loading
waynesutton/convexskills 386
-
convex-schema-validator
Defining and validating database schemas with proper typing, index configuration, optional fields, unions, and migration strategies for schema changes
waynesutton/convexskills 386
-
convex-security-audit
Deep security review patterns for authorization logic, data access boundaries, action isolation, rate limiting, and protecting sensitive operations
waynesutton/convexskills 386
-
convex-security-check
Quick security audit checklist covering authentication, function exposure, argument validation, row-level access control, and environment variable handling
waynesutton/convexskills 386
-
ab-test-calculator
Calculate statistical significance for A/B tests. Sample size estimation, power analysis, and conversion rate comparisons with confidence intervals.
dkyazzentwatwa/chatgpt-skills 41
-
address-parser
Parse unstructured addresses into structured components - street, city, state, zip, country with validation.
dkyazzentwatwa/chatgpt-skills 41
-
api-response-mocker
Generate realistic mock API responses with fake data. Use for testing, prototyping, or creating sample data for frontend development.
dkyazzentwatwa/chatgpt-skills 41
-
audio-converter
Convert audio files between formats (MP3, WAV, FLAC, OGG, M4A) with bitrate and sample rate control. Batch processing supported.
dkyazzentwatwa/chatgpt-skills 41
-
audio-trimmer
Cut, trim, and edit audio segments with fade effects, speed control, concatenation, and basic audio manipulations.
dkyazzentwatwa/chatgpt-skills 41
-
background-remover
Remove backgrounds from images using segmentation. Support for color-based, edge detection, and AI-assisted removal methods. Batch processing available.
dkyazzentwatwa/chatgpt-skills 41
-
barcode-generator
Generate barcodes in multiple formats (Code128, EAN13, UPC, Code39, QR). Supports batch generation from CSV and various output formats.
dkyazzentwatwa/chatgpt-skills 41
-
batch-qr-generator
Use when asked to generate multiple QR codes from CSV data, create bulk QR codes with tracking, or generate QR codes for events/products.
dkyazzentwatwa/chatgpt-skills 41
-
budget-analyzer
Analyze personal or business expenses from CSV/Excel. Categorize spending, identify trends, compare periods, and get savings recommendations.
dkyazzentwatwa/chatgpt-skills 41
-
business-card-scanner
Extract contact information from business card images using OCR - name, company, email, phone, address.
dkyazzentwatwa/chatgpt-skills 41
-
certificate-generator
Batch create professional certificates with customizable templates for courses, achievements, and awards. Supports CSV input and PDF export.
dkyazzentwatwa/chatgpt-skills 41