Create new documentation files and update existing ones in docs/ following DropFlow conventions. Use when the user asks to create a doc, write a guide, add a new documentation page, update doc sections, restructure docs, or when a new feature needs its own…
gengirish/dropflow
SkillsMP has collected 25 skills from gengirish/dropflow. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 25
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 25 of 25 collected skills.
Keep project documentation in sync with code changes. Use when adding, modifying, or removing any feature, API endpoint, database model, workflow step, environment variable, or deployment config. Also use when the user asks to update docs, generate docs, or…
better-sse for real-time Server-Sent Events in DropFlow. Use when implementing the SSE broadcaster, tenant-scoped channels, or the useSSE hook for live order/workflow/inventory updates.
Biome linting/formatting + tsx runner for DropFlow developer experience. Use when configuring linting, formatting, running TypeScript scripts, or setting up DX tooling.
BullMQ queues, Flows (DAG), ioredis, and bull-board patterns for the DropFlow worker service on Fly.io. Use when creating queues, workers, job processors, DAG workflows, or queue monitoring in apps/worker/.
fast-csv for bulk product CSV import in DropFlow. Use when implementing the bulk import API route, CSV parsing, validation, or error reporting for the catalog product import feature.
GrowthBook feature flags for DropFlow tenant-level feature control. Use when implementing feature gates, gradual rollouts, or A/B tests scoped per tenant.
Indian GST calculation engine, GSTIN validation, and e-Invoice IRP integration for DropFlow. Use when working with GST logic in packages/gst/, validating GSTINs, calculating tax breakdowns, or submitting e-Invoices to IRP.
Type-safe server actions with next-safe-action in DropFlow. Use when creating or modifying server actions in apps/web/actions/, adding middleware chains, or implementing optimistic updates.
Next.js 14 App Router patterns for DropFlow. Use when creating routes, layouts, API handlers, middleware, or working with the App Router in apps/web/.
Novu multi-channel notification infrastructure for DropFlow. Use when implementing email, SMS, WhatsApp, or in-app notifications for order updates, inventory alerts, or shipment tracking events.
Observability stack for DropFlow — Pino structured logging, OpenTelemetry distributed tracing, Sentry error tracking. Use when adding logging, tracing, or error reporting to any service.
Prisma multi-tenant patterns for DropFlow with Neon PostgreSQL. Use when working with the database, creating queries, adding models, running migrations, or implementing tenant isolation.
Razorpay (India) + Stripe (international) payment integration for DropFlow. Use when implementing payment flows, webhook handlers, refunds, or payment verification in orders or webhooks.
React Email templates + Resend delivery for DropFlow transactional emails. Use when creating email templates for order confirmations, shipping updates, invoices, or low-stock alerts.
React Flow workflow DAG visualization and editor for DropFlow. Use when building the workflow builder UI, displaying workflow run progress, or creating custom DAG nodes in the settings/workflow pages.
@react-pdf/renderer for generating Indian GST-compliant invoice PDFs in DropFlow. Use when building invoice templates, PDF generation in the worker, or any PDF output with GST breakdown tables.
shadcn/ui + Tailwind CSS component patterns for DropFlow dashboard. Use when building UI components, forms, dialogs, sheets, or any frontend in apps/web/.
Shipping carrier integrations for DropFlow — Shiprocket (domestic India), Delhivery (via Shiprocket), EasyPost (international). Use when building shipment creation, label generation, tracking, or carrier webhook handlers.
TanStack Table + TanStack Query + nuqs patterns for DropFlow data tables. Use when building paginated, sortable, filterable tables for orders, products, invoices, or shipments in the dashboard.
Tremor dashboard chart and KPI components for DropFlow analytics. Use when building analytics dashboards, order metrics, revenue charts, or inventory KPI cards in the finance or dashboard pages.
tRPC typed API between apps/web (Vercel) and apps/worker (Fly.io). Use when creating tRPC routers, adding procedures, or calling the worker from the web app.
Turborepo + pnpm workspace patterns for the DropFlow monorepo. Use when creating packages, configuring build pipelines, adding workspace dependencies, or running monorepo-scoped commands.
Testing strategy for DropFlow — Vitest for unit/integration tests, Playwright for E2E, MSW for API mocking. Use when writing tests for any part of the codebase.
Zod validation patterns for DropFlow. Use when creating API input schemas, DTOs, env parsers, form schemas, or worker job payloads in packages/types/.