Skip to main content
مستودع GitHub

vector

يحتوي vector على 28 من skills المجمعة من xrehpicx، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
28
Stars
2
محدث
2026-07-25
Forks
4
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

vector-cli-usage
مطوّرو البرمجيات

Explain how to use the installed Vector CLI in this repository. Use when users ask for CLI onboarding, command examples, auth/profile/org workflows, scripting guidance, or a detailed explanation of how to operate `vcli` after installation.

2026-07-25
vector-cli-skill-sync
مطوّرو البرمجيات

Reminder to update the public vector-skill submodule (packages/vector-skill/SKILL.md) whenever CLI commands, options, or behavior change in packages/vector-cli/src/.

2026-07-15
convex-create-component
مطوّرو البرمجيات

Builds reusable Convex components with isolated tables and app-facing APIs. Use for new components, reusable backend modules, integrations, or component boundary work.

2026-05-22
convex-migration-helper
مصممو قواعد البيانات

Plans Convex schema and data migrations with widen-migrate-narrow and @convex-dev/migrations. Use for breaking schema changes, backfills, table reshaping, or zero-downtime rollouts.

2026-05-22
convex-performance-audit
مطوّرو البرمجيات

Audits Convex performance for reads, subscriptions, write contention, and function limits. Use for slow features, insights findings, OCC conflicts, or read amplification.

2026-05-22
convex-quickstart
مطوّرو البرمجيات

Creates or adds Convex to an app. Use for new Convex projects, npm create convex@latest, frontend setup, env vars, or the first npx convex dev run.

2026-05-22
convex-setup-auth
محللو أمن المعلومات

Sets up Convex auth, identity mapping, and access control. Use for login, auth providers, users tables, protected functions, or roles in a Convex app.

2026-05-22
vector-entity-docs
مطوّرو البرمجيات

Keep Vector's core entity documentation up to date when changing the meaning, workflow, visibility, permissions, or relationships of issues, teams, projects, documents, or views. Use when implementing or reviewing core product model changes so docs/product/04-entities.md and related README links stay accurate.

2026-03-17
convex-best-practices
مطوّرو البرمجيات

Guidelines for building production-ready Convex apps covering function organization, query patterns, validation, TypeScript usage, error handling, and the Zen of Convex design philosophy

2026-03-17
convex-cron-jobs
مطوّرو البرمجيات

Scheduled function patterns for background tasks including interval scheduling, cron expressions, job monitoring, retry strategies, and best practices for long-running tasks

2026-03-17
convex-functions
مطوّرو البرمجيات

Writing queries, mutations, actions, and HTTP actions with proper argument validation, error handling, internal functions, and runtime considerations

2026-03-17
convex-http-actions
مطوّرو البرمجيات

External API integration and webhook handling including HTTP endpoint routing, request/response handling, authentication, CORS configuration, and webhook signature validation

2026-03-17
convex-migrations
مصممو قواعد البيانات

Schema migration strategies for evolving applications including adding new fields, backfilling data, removing deprecated fields, index migrations, and zero-downtime migration patterns

2026-03-17
convex-realtime
مطوّرو البرمجيات

Patterns for building reactive apps including subscription management, optimistic updates, cache behavior, and paginated queries with cursor-based loading

2026-03-17
convex-schema-validator
مصممو قواعد البيانات

Defining and validating database schemas with proper typing, index configuration, optional fields, unions, and migration strategies for schema changes

2026-03-17
convex-security-audit
محللو أمن المعلومات

Deep security review patterns for authorization logic, data access boundaries, action isolation, rate limiting, and protecting sensitive operations

2026-03-17
convex-security-check
محللو أمن المعلومات

Quick security audit checklist covering authentication, function exposure, argument validation, row-level access control, and environment variable handling

2026-03-17
tailwind-design-system
مطوّرو البرمجيات

Build scalable design systems with Tailwind CSS v4, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns.

2026-03-17
convex-anti-patterns
مطوّرو البرمجيات

Critical rules and common mistakes to avoid in Convex development. Use when reviewing Convex code, debugging issues, or learning what NOT to do. Activates for code review, debugging OCC errors, fixing type errors, or understanding why code fails in Convex.

2026-03-17
convex-nextjs
مطوّرو البرمجيات

Build, refactor, debug, or review a Convex backend inside a Next.js app. Use when the user mentions Convex, `convex/nextjs`, `npx convex dev`, `NEXT_PUBLIC_CONVEX_URL`, `useQuery`, `useMutation`, `usePaginatedQuery`, schema/indexes, auth, App Router server components/actions, realtime data, chat, notifications, collaborative features, or deploying Convex with Vercel. Also use when deciding whether Convex is a good fit for a Next.js app that needs reactive shared state. Do not use for generic frontend-only Next.js work or non-Convex backends unless the task is specifically about adopting, migrating to, or evaluating Convex.

2026-03-17
convex-performance-patterns
مطوّرو البرمجيات

Guide for Convex performance optimization including denormalization, index design, avoiding N+1 queries, OCC (Optimistic Concurrency Control), and handling hot spots. Use when optimizing query performance, designing data models, handling high-contention writes, or troubleshooting OCC errors. Activates for performance issues, index optimization, denormalization patterns, or concurrency control tasks.

2026-03-17
vector-confirm-dialog
مطوّرو البرمجيات

Use when adding destructive confirmations, replacing window.confirm() or alert(), or building any user-facing confirmation flow. Covers the useConfirm hook, AlertDialog composition, and Vector-specific patterns.

2026-03-07
vector-permissions
مطوّرو البرمجيات

Vector permission and RBAC guide. Use this for any work on backend authorization, Convex permission checks, role tables, scoped roles, migrations, frontend permission hooks, PermissionAware wrappers, or documenting how permissions work in Vector.

2026-03-07
convex-typecheck-guard
مطوّرو البرمجيات

Enforce `pnpm convex typecheck` whenever work changes files under `convex/`. Use this for any Convex backend edit, schema change, permission update, migration, query, mutation, action, or generated API-affecting change.

2026-03-07
betterauth-tanstack-convex
مطوّرو البرمجيات

Step-by-step guide for setting up Better Auth authentication with Convex and TanStack Start. This skill should be used when configuring authentication in a Convex + TanStack Start project, troubleshooting auth issues, or implementing sign up/sign in/sign out flows. Covers installation, environment variables, SSR authentication, route handlers, and the expectAuth pattern.

2026-03-07
convex-agents
مطوّرو البرمجيات

Building AI agents with the Convex Agent component including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration

2026-03-07
convex-helpers-patterns
مطوّرو البرمجيات

Guide for convex-helpers library patterns including Triggers, Row-Level Security (RLS), Relationship helpers, Custom Functions, Rate Limiting, and Workpool. Use when implementing automatic side effects, access control, relationship traversal, auth wrappers, or concurrency management. Activates for triggers setup, RLS implementation, custom function wrappers, or convex-helpers integration tasks.

2026-03-07
shadcn
مطوّرو البرمجيات

Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for "shadcn init", "create an app with --preset", or "switch to --preset".

2026-03-07