Skip to main content

gengirish/dropflow

SkillsMP hat 25 Skills aus gengirish/dropflow gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.

Letzte erfasste Quellaktivität
SkillsMP-Katalog aktualisiert
gesammelte Skills
25
GitHub-Stars
0
GitHub-Forks
0

Skills in diesem Repository

Es werden 25 von 25 gesammelten Skills angezeigt.

Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Biome linting/formatting + tsx runner for DropFlow developer experience. Use when configuring linting, formatting, running TypeScript scripts, or setting up DX tooling.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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/.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

GrowthBook feature flags for DropFlow tenant-level feature control. Use when implementing feature gates, gradual rollouts, or A/B tests scoped per tenant.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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/.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Observability stack for DropFlow — Pino structured logging, OpenTelemetry distributed tracing, Sentry error tracking. Use when adding logging, tracing, or error reporting to any service.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Razorpay (India) + Stripe (international) payment integration for DropFlow. Use when implementing payment flows, webhook handlers, refunds, or payment verification in orders or webhooks.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

React Email templates + Resend delivery for DropFlow transactional emails. Use when creating email templates for order confirmations, shipping updates, invoices, or low-stock alerts.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

@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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

shadcn/ui + Tailwind CSS component patterns for DropFlow dashboard. Use when building UI components, forms, dialogs, sheets, or any frontend in apps/web/.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Turborepo + pnpm workspace patterns for the DropFlow monorepo. Use when creating packages, configuring build pipelines, adding workspace dependencies, or running monorepo-scoped commands.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

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.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Zod validation patterns for DropFlow. Use when creating API input schemas, DTOs, env parsers, form schemas, or worker job payloads in packages/types/.

Quellsprache: Englisch

Aktualisiert
Es werden 25 von 25 gesammelten Skills angezeigt.