Stripe Connect Subscriptions
Description
Claude Code skill: build Stripe Connect marketplace money movement and platform subscription billing (separate charges and transfers, escrow, webhook idempotency, transfer retry, off-session dunning) in Next.js App Router — backend-agnostic, server-side only
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
stripe-connect-subscriptions
A [Claude Code](https://claude.com/claude-code) Agent Skill for building **Stripe Connect marketplace money movement** and **Stripe platform subscription billing** in a Next.js App Router app.
Two money flows on one Stripe account. A marketplace charges the buyer once and fans the proceeds out to many merchants (Connect, *separate charges and transfers*). A platform subscription charges those merchants a recurring fee off-session (Billing). They share a client, a webhook pair and a money type.
The insight that shapes the whole skill: **the buyer's charge and the merchants' payouts fail independently.** By the time settlement runs the money has already moved, so a rejected transfer must never fail the charge or the webhook — and must stay re-drivable later without paying anyone twice.
Extracted from a production multi-vendor marketplace with roughly a year of incident history behind it. The templates are **hardened, not faithful**: four defects found during the audit are fixed in the code shown, and every deviation is recorded in [`references/provenance.md`](references/provenance.md).
Install
Skills are directories containing a `SKILL.md`. Clone this repo into your skills directory and Claude Code picks it up on the next session.
**Personal** — available in every project:
git clone https://github.com/timerise-ai/stripe-connect-subscriptions \
~/.claude/skills/stripe-connect-subscriptions
**Project** — checked in alongside the code, available to everyone on the repo:
git clone https://github.com/timerise-ai/stripe-connect-subscriptions \
.claude/skills/stripe-connect-subscriptions
The [skills index](https://github.com/timerise-ai/skills) lists the other Timerise skills and how to clone them all at once.
Usage
Nothing to invoke. Claude reads the skill's description and loads it when the work matches — building a split payment, onboarding a connected account, debugging a webhook, or wiring off
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11