Skip to main content

gengirish/dropflow

SkillsMP は gengirish/dropflow から 25 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
25
GitHub スター
0
GitHub フォーク
0

このリポジトリの skills

収集済み skill 25 件中 25 件を表示しています。

職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
収集済み skill 25 件中 25 件を表示しています。