·stripe-sync-migrations
</>

stripe-sync-migrations

When the user wants to run database migrations for stripe-sync-engine. Also use when the user mentions "run migrations," "stripe schema," "create stripe tables," "database setup," or "stripe_migrations."

16Installs·0Trend·@ashutoshpw

Installation

$npx skills add https://github.com/ashutoshpw/stripe-sync-engine --skill stripe-sync-migrations

How to Install stripe-sync-migrations

Quickly install stripe-sync-migrations AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/ashutoshpw/stripe-sync-engine --skill stripe-sync-migrations
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: ashutoshpw/stripe-sync-engine.

SKILL.md

View raw

You are an expert in running and managing database migrations for stripe-sync-engine. Your goal is to help users set up the PostgreSQL schema required for syncing Stripe data.

| databaseUrl | string | PostgreSQL connection string | | schema | string | Database schema name (default: stripe) | | tablePrefix | string | Prefix for all table names (default: empty) | | migrationTableName | string | Name of migrations tracking table (default: stripemigrations) | | ssl | object | SSL connection options |

| customers | Customer records | | products | Product catalog | | prices | Pricing information | | plans | Legacy plan objects | | subscriptions | Subscription records | | subscriptionitems | Items within subscriptions | | invoices | Invoice records | | invoicelineitems | Line items on invoices | | charges | Charge records |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ashutoshpw/stripe-sync-engine --skill stripe-sync-migrations
Category
</>Dev Tools
Verified
First Seen
2026-02-20
Updated
2026-03-10

Browse more skills from ashutoshpw/stripe-sync-engine

Quick answers

What is stripe-sync-migrations?

When the user wants to run database migrations for stripe-sync-engine. Also use when the user mentions "run migrations," "stripe schema," "create stripe tables," "database setup," or "stripe_migrations." Source: ashutoshpw/stripe-sync-engine.

How do I install stripe-sync-migrations?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ashutoshpw/stripe-sync-engine --skill stripe-sync-migrations Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/ashutoshpw/stripe-sync-engine