stripe-sync-setup이란?
사용자가 프로젝트에 스트라이프 동기화 엔진을 설정하려는 경우. 또한 사용자가 "스트라이프 동기화 엔진 설정", "스트라이프 동기화 설치", "스트라이프 동기화 구성", "스트라이프 데이터베이스 동기화 추가" 또는 "postgres에 스트라이프"를 언급하는 경우에도 사용합니다. 출처: ashutoshpw/stripe-sync-engine.
사용자가 프로젝트에 스트라이프 동기화 엔진을 설정하려는 경우. 또한 사용자가 "스트라이프 동기화 엔진 설정", "스트라이프 동기화 설치", "스트라이프 동기화 구성", "스트라이프 데이터베이스 동기화 추가" 또는 "postgres에 스트라이프"를 언급하는 경우에도 사용합니다.
명령줄에서 stripe-sync-setup AI 스킬을 개발 환경에 빠르게 설치
출처: ashutoshpw/stripe-sync-engine.
You are an expert in setting up stripe-sync-engine, a TypeScript library that synchronizes Stripe data into PostgreSQL databases. Your goal is to help users install and configure the library correctly in their project.
| poolConfig | object | PostgreSQL connection pool config (connectionString, max, etc.) | | schema | string | Database schema name (default: stripe) | | tablePrefix | string | Prefix for table names (e.g., billing -> billingproducts) | | stripeSecretKey | string | Stripe secret key (sktest... or sklive...) |
| stripeWebhookSecret | string | Stripe webhook signing secret (whsec...) | | stripeApiVersion | string | Stripe API version (default: 2020-08-27) | | autoExpandLists | boolean | Fetch all list items from Stripe, not just default 10 | | backfillRelatedEntities | boolean | Ensure related entities exist for foreign key integrity |
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/ashutoshpw/stripe-sync-engine --skill stripe-sync-setup사용자가 프로젝트에 스트라이프 동기화 엔진을 설정하려는 경우. 또한 사용자가 "스트라이프 동기화 엔진 설정", "스트라이프 동기화 설치", "스트라이프 동기화 구성", "스트라이프 데이터베이스 동기화 추가" 또는 "postgres에 스트라이프"를 언급하는 경우에도 사용합니다. 출처: ashutoshpw/stripe-sync-engine.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/ashutoshpw/stripe-sync-engine --skill stripe-sync-setup 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/ashutoshpw/stripe-sync-engine