Tehzeeb Shaikh
Community@Tehzeeb07 · Bahrain
I like to code~
Agent Skills by Tehzeeb Shaikh
Showing 32 vetted skills indexed across 1 GitHub repositories.
convex-domains
Configure DNS records and attach custom domains to Convex app deployments.
convex-seed
Seed or import data into a Convex database using internal mutations or bulk import.
convex-monitor
Watches for errors and requests in Convex apps and reacts to typed events.
convex-improve-convex-plugin
Submits coding session transcripts to the Convex review endpoint for post-mortem analysis.
convex-crons
Define recurring scheduled cron jobs in Convex targeting internal functions.
convex-suggest
Detects hand-rolled patterns in Convex code and suggests matching official components.
convex-test
Generate vitest tests for Convex functions against an in-memory backend.
convex-add
Adds backend capabilities to an existing Convex app via a served capability catalog.
convex-advisor
Diagnose Convex deployment performance and cost issues from 72-hour runtime insights.
convex-env
Configure Convex deployment environment variables and secrets via CLI commands.
convex-authz
Detects and fixes authorization defects in Convex backend functions using deterministic scans.
convex-deploy-guard
Classifies and announces the target Convex deployment before running deployment-affecting commands.
convex-cost
Analyzes Convex deployment spend by ranking functions by bytes read and call volume.
convex-verify
Verify Convex features by seeding data and asserting behavior across multiple mocked user identities.
convex-optimize
Audit and optimize an existing Convex app for security, scale, upgrades, and observability.
convex-auth
Adds passkey or OAuth authentication to Convex apps including auth.config.ts wiring.
convex-design
Designs reactive, type-safe Convex backends with schema, queries, mutations, and real-time features.
convex-reviewer
Reviews Convex functions for security, auth, validators, and performance anti-patterns.
convex-docs
Fetches version-current Convex documentation matched to the project's installed package versions.
convex-insights
Query Convex deployment logs and health insights through the official MCP tools.
convex
Routes Convex backend tasks to bundled capability skills and a served procedure catalog.
convex-agent
Adds an AI agent and RAG backend to a Convex app using @convex-dev/agent.
convex-create-component
Creates reusable Convex components with isolated tables and app-facing APIs.
convex-quickstart
Scaffolds a barebones Next.js and Convex template with a local anonymous dev deployment.
Frequently Asked Questions About Tehzeeb Shaikh
FAQPage SchemaWhat tasks can I accomplish with Tehzeeb07's Convex skill collection?▼
You can design schemas, queries, mutations, and actions; add auth, Stripe billing, crons, RAG agents, and file storage; seed and migrate data; attach custom domains; audit authorization; run backups with restore drills; monitor errors; and generate a scored launch-readiness report.
Who should use these Convex skills?▼
Full-stack and backend engineers building on the Convex platform, from prototypers needing a running app in minutes to production teams handling deployments, cost optimization, security hardening, and incident self-healing with human-approved fix PRs.
How do the deployment and safety skills work in practice?▼
convex-deploy-guard classifies and announces the target deployment before any deployment-affecting command, requires fresh explicit consent for production actions, and supports session read-only mode. convex-self-heal never auto-merges; it produces a certified fix PR for human review.
What testing and verification capabilities are included?▼
convex-test generates tests for Convex functions, while convex-verify seeds data and drives the app as multiple mocked users, asserting behavior including negative authorization cases like wrong-user refusal and data-scope enforcement before shipping.
What are the prerequisites for using these skills?▼
A project using Convex with code under a convex/ directory and TypeScript compilation available. Specific skills require the relevant packages such as @convex-dev/stripe for billing, @convex-dev/agent for RAG backends, or @convex-dev/migrations for schema backfills.