home / skills / waynesutton

waynesutton skills

Find 14 skills from 1 repo created by waynesutton on GitHub.

1 repo
14 skills
GitHub

Sponsored

convex-schema-validator

waynesutton/convexskills

225
This skill defines and validates Convex database schemas with precise typing, index configurations, optional fields, unions, and migration strategies.
convex-functions

waynesutton/convexskills

225
This skill master Convex functions including queries, mutations, actions, and HTTP endpoints with validation and robust runtime handling.
convex-file-storage

waynesutton/convexskills

225
This skill streamlines Convex file storage workflows by uploading, serving, metadata access, and lifecycle management for images and generated files.
convex-security-audit

waynesutton/convexskills

225
This skill helps you perform comprehensive Convex security audits focusing on authorization, data boundaries, rate limiting, and protecting sensitive
convex-migrations

waynesutton/convexskills

225
This skill helps you manage Convex schema migrations safely, enabling adding fields, backfilling data, removing deprecated fields, and zero-downtime patterns.
convex-security-check

waynesutton/convexskills

225
This skill performs a quick Convex security audit, validating authentication, function exposure, argument validation, row-level access, and environment
convex-http-actions

waynesutton/convexskills

225
This skill helps you build robust HTTP endpoints, webhooks, and API integrations in Convex with secure routing, authentication, and signature verification.
convex-realtime

waynesutton/convexskills

225
This skill helps you implement Convex realtime patterns including subscriptions, optimistic updates, intelligent caching, and cursor-based pagination for
convex

waynesutton/convexskills

225
This skill guides you through Convex development patterns, routing to specialized skills for efficient backend, data, and automation workflows.
convex-cron-jobs

waynesutton/convexskills

225
This skill helps you automate recurring Convex tasks with cron and interval schedules, including retries, monitoring, and scalable batching.
convex-agents

waynesutton/convexskills

225
This skill helps you build persistent AI agents with Convex, enabling streaming responses, tool usage, and durable workflows.
convex-component-authoring

waynesutton/convexskills

225
This skill guides you to author self-contained Convex components with isolation, exports, and dependency management for reusable production-ready modules.
avoid-feature-creep

waynesutton/convexskills

225
This skill helps you prevent feature creep by enforcing scope, validating value, and guiding MVP decisions to ship faster.