Tehzeeb Shaikh avatar

Tehzeeb Shaikh

Community

@Tehzeeb07 · Bahrain

3Followers
|
6Public Repos
|
32Published Skills

I like to code~

Skills Distribution
DomainCloud & Comp...Convex Backend Dev.. (40%)Deployment & Opera.. (25%)Security & Authori.. (15%)Testing & Migratio.. (12%)

Agent Skills by Tehzeeb Shaikh

Showing 32 vetted skills indexed across 1 GitHub repositories.

Tehzeeb07Tehzeeb07

convex-domains

Configure DNS records and attach custom domains to Convex app deployments.

Community
Intermediate
Tehzeeb07Tehzeeb07

convex-seed

Seed or import data into a Convex database using internal mutations or bulk import.

Community
Basic
Tehzeeb07Tehzeeb07

convex-monitor

Watches for errors and requests in Convex apps and reacts to typed events.

Community
Intermediate
Tehzeeb07Tehzeeb07

convex-improve-convex-plugin

Submits coding session transcripts to the Convex review endpoint for post-mortem analysis.

Community
Intermediate
Tehzeeb07Tehzeeb07

convex-crons

Define recurring scheduled cron jobs in Convex targeting internal functions.

Community
Basic
Tehzeeb07Tehzeeb07

convex-suggest

Detects hand-rolled patterns in Convex code and suggests matching official components.

Community
Intermediate
Tehzeeb07Tehzeeb07

convex-test

Generate vitest tests for Convex functions against an in-memory backend.

Community
Basic
Tehzeeb07Tehzeeb07

convex-add

Adds backend capabilities to an existing Convex app via a served capability catalog.

Community
Intermediate
Tehzeeb07Tehzeeb07

convex-advisor

Diagnose Convex deployment performance and cost issues from 72-hour runtime insights.

Community
Advanced
Tehzeeb07Tehzeeb07

convex-env

Configure Convex deployment environment variables and secrets via CLI commands.

Community
Basic
Tehzeeb07Tehzeeb07

convex-authz

Detects and fixes authorization defects in Convex backend functions using deterministic scans.

Community
Advanced
Tehzeeb07Tehzeeb07

convex-deploy-guard

Classifies and announces the target Convex deployment before running deployment-affecting commands.

Community
Intermediate
Tehzeeb07Tehzeeb07

convex-cost

Analyzes Convex deployment spend by ranking functions by bytes read and call volume.

Community
Intermediate
Tehzeeb07Tehzeeb07

convex-verify

Verify Convex features by seeding data and asserting behavior across multiple mocked user identities.

Community
Intermediate
Tehzeeb07Tehzeeb07

convex-optimize

Audit and optimize an existing Convex app for security, scale, upgrades, and observability.

Community
Advanced
Tehzeeb07Tehzeeb07

convex-auth

Adds passkey or OAuth authentication to Convex apps including auth.config.ts wiring.

Community
Intermediate
Tehzeeb07Tehzeeb07

convex-design

Designs reactive, type-safe Convex backends with schema, queries, mutations, and real-time features.

Community
Advanced
Tehzeeb07Tehzeeb07

convex-reviewer

Reviews Convex functions for security, auth, validators, and performance anti-patterns.

Community
Intermediate
Tehzeeb07Tehzeeb07

convex-docs

Fetches version-current Convex documentation matched to the project's installed package versions.

Community
Intermediate
Tehzeeb07Tehzeeb07

convex-insights

Query Convex deployment logs and health insights through the official MCP tools.

Community
Intermediate
Tehzeeb07Tehzeeb07

convex

Routes Convex backend tasks to bundled capability skills and a served procedure catalog.

Community
Advanced
Tehzeeb07Tehzeeb07

convex-agent

Adds an AI agent and RAG backend to a Convex app using @convex-dev/agent.

Community
Intermediate
Tehzeeb07Tehzeeb07

convex-create-component

Creates reusable Convex components with isolated tables and app-facing APIs.

Community
Advanced
Tehzeeb07Tehzeeb07

convex-quickstart

Scaffolds a barebones Next.js and Convex template with a local anonymous dev deployment.

Community
Intermediate

Frequently Asked Questions About Tehzeeb Shaikh

FAQPage Schema
What 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.