Eric J Crow
Community@ericjamescrow · Santa Cruz, CA
Agent Skills by Eric J Crow
Showing 25 vetted skills indexed across 1 GitHub repositories.
clerk
Route user inquiries to the appropriate Clerk skill by task.
web-design-guidelines
Audits UI files for compliance with the latest Web Interface Guidelines.
clerk-setup
Automate Clerk authentication setup by reading package.json and applying framework-specific quickstart steps.
clerk-webhooks
Process Clerk webhook events with signature verification for real-time data syncing.
vercel-react-best-practices
Apply React and Next.js performance best practices across 57 rules and 8 categories.
vercel-composition-patterns
Refactor React components using composition patterns to reduce boolean props.
clerk-custom-ui
Customize Clerk component appearance with theming and layout options.
clerk-orgs
Build multi-tenant SaaS apps with Clerk Organizations, RBAC, and enterprise SSO.
clerk-testing
Automate end-to-end testing of Clerk authentication flows with Playwright or Cypress.
clerk-nextjs-patterns
Implement Clerk authentication patterns for Next.js with server and client boundaries.
convex-agents
Build persistent, stateful AI agents with tool hooks and streaming in Convex.
convex-eslint
Configure eslint.config.js to enforce @convex-dev/eslint-plugin rules on Convex functions.
convex-security-audit
Audit Convex applications for authorization, data boundaries, and operation safeguards.
avoid-feature-creep
Apply a 5-step decision framework to prevent feature creep in software projects.
convex-http-actions
Define HTTP endpoints and webhook handlers for Convex applications.
convex-realtime
Build reactive apps with Convex real-time subscriptions, optimistic updates, and cursor-based pagination.
convex-best-practices
Codify Convex best practices for function organization, validators, error handling, and TypeScript.
convex-security-check
Audit Convex apps for security gaps across authentication, exposure, validation, and access control.
convex
Standardize Convex backend development patterns with YAML frontmatter taxonomy.
convex-file-storage
Store and serve uploaded files with generated URLs in Convex applications.
convex-functions
Validate arguments and structure queries, mutations, actions, and HTTP actions for Convex backends.
convex-schema-validator
Validate Convex database schemas for typing, indexes, and migrations.
convex-component-authoring
Create and publish self-contained Convex components with isolated schemas and exports.
convex-migrations
Orchestrate zero-downtime Convex schema migrations and data backfills with progress tracking.