Kyle Lee
Community@kcrlee · Chicago / New York City
git push -f & forget
Agent Skills by Kyle Lee
Showing 15 vetted skills indexed across 1 GitHub repositories.
convex-agents
Build persistent AI agent systems with threads, tools, and vector search in Convex.
convex-http-actions
Build secure Convex HTTP endpoints with routing, authentication, and CORS handling.
convex-cron-jobs
Schedules recurring Convex functions for automated background jobs and workflows.
convex-schema-validator
Design and validate Convex database schemas with type-safe fields and indexes.
convex
Route Convex development questions to the appropriate sub-skill guidance.
avoid-feature-creep
Define MVP scope and review feature requests against user value.
convex-security-audit
Identify security weaknesses in Convex queries, mutations, and actions.
convex-file-storage
Implement Convex file storage workflows with upload URLs, serving, metadata, and deletion.
convex-functions
Build validated Convex functions for queries, mutations, and actions with error handling.
convex-best-practices
Apply Convex best practices for validation, query efficiency, and TypeScript safety.
convex-component-authoring
Create isolated Convex component packages with schemas, functions, and npm publishing structure.
convex-migrations
Plan staged Convex database schema migrations with batch backfills and recovery-safe updates.
grill-me
Interrogate plans and designs through structured branch-by-branch questioning.
convex-security-check
Audit Convex applications for authentication, validation, access control, and secret-handling vulnerabilities.
convex-realtime
Implement reactive Convex data flows with useQuery, useMutation, and usePaginatedQuery.