waynesutton/convexskills
These skills were imported into SkillJury from the public skills ecosystem.
convex-security-audit
by waynesutton/convexskills
Comprehensive security review patterns for Convex applications including authorization logic, data access boundaries, action isolation, rate limiting, and protecting sensitive operations.
avoid-feature-creep
by waynesutton/convexskills
Stop building features nobody needs. This skill helps you ship products that solve real problems without drowning in unnecessary complexity.
convex-agents
by waynesutton/convexskills
Build persistent, stateful AI agents with Convex including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration.
convex-component-authoring
by waynesutton/convexskills
Create self-contained, reusable Convex components with proper isolation, exports, and dependency management for sharing across projects.
convex
by waynesutton/convexskills
This is an index skill for Convex development. Use specific skills for detailed guidance:
convex-best-practices
by waynesutton/convexskills
Build production-ready Convex applications by following established patterns for function organization, query optimization, validation, TypeScript usage, and error handling.
convex-cron-jobs
by waynesutton/convexskills
Schedule recurring functions for background tasks, cleanup jobs, data syncing, and automated workflows in Convex applications.
convex-file-storage
by waynesutton/convexskills
Handle file uploads, storage, serving, and management in Convex applications with proper patterns for images, documents, and generated files.
convex-functions
by waynesutton/convexskills
Master Convex functions including queries, mutations, actions, and HTTP endpoints with proper validation, error handling, and runtime considerations.
convex-http-actions
by waynesutton/convexskills
Build HTTP endpoints for webhooks, external API integrations, and custom routes in Convex applications.
convex-migrations
by waynesutton/convexskills
Evolve your Convex database schema safely with patterns for adding fields, backfilling data, removing deprecated fields, and maintaining zero-downtime deployments.
convex-realtime
by waynesutton/convexskills
Build reactive applications with Convex's real-time subscriptions, optimistic updates, intelligent caching, and cursor-based pagination.
convex-schema-validator
by waynesutton/convexskills
Define and validate database schemas in Convex with proper typing, index configuration, optional fields, unions, and strategies for schema migrations.
convex-security-check
by waynesutton/convexskills
A quick security audit checklist for Convex applications covering authentication, function exposure, argument validation, row-level access control, and environment variable handling.