connect-recommend

Recommends Stripe Connect account configurations and charge patterns for marketplaces and platforms.

2|Updated Aug 12, 2026
One-click install
npx skills add https://github.com/prianshumitra/Rentify --skill connect-recommend-prianshumitra
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: connect-recommend
Source: https://github.com/prianshumitra/Rentify/tree/main/backend/.agents/skills/connect-recommend
Command: npx skills add https://github.com/prianshumitra/Rentify --skill connect-recommend-prianshumitra

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Choosing the right Stripe Connect configuration is error-prone: dashboard access, fee collection, loss liability, and charge patterns interact in complex ways, and some combinations are blocked or silently shift liability to your platform. This Skill guides you through a structured discovery process and produces a validated integration recommendation. ## Core Features & Use Cases - Business Research & Auto-Detection: Researches your company from a URL or description and scans your codebase for existing Stripe patterns to pre-fill decisions with confidence levels. - Guided Discovery: Asks targeted questions about business model, payment flow, dashboard preference, dispute ownership, and fee structure, one at a time. - Compatibility Validation: Cross-checks every recommended configuration against a compatibility matrix, blocking invalid combinations and warning about cautions like Express dashboard dispute visibility limits. - Use Case: You are building a rental marketplace and need to pay out vendors. The Skill researches your business, recommends Express dashboard with destination charges and platform-owned fees and losses, validates the combination, and generates a markdown recommendation plan. ## Quick Start Ask the assistant to recommend a Stripe Connect configuration for your marketplace or platform, providing your company URL or a short business description.

Frequently Asked Questions about connect-recommend

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose the right Stripe Connect configuration for my marketplace?▼

Provide your company URL or business description and the Skill researches your model, then maps findings to a decision matrix. Marketplaces typically get Express dashboard, platform-owned fees and losses, and destination charges with embedded onboarding.

What is the difference between direct, destination, and separate charges in Stripe Connect?▼

Direct charges make the connected account the merchant of record, destination charges put the platform as merchant of record with automatic transfers, and separate charges and transfers allow multi-seller splits and hold-and-release timing. The Skill recommends one based on who owns the customer relationship.

Can I use Stripe-owned loss liability with destination charges?▼

No, that combination is blocked because disputes debit the platform balance while funds already transferred to the connected account. The Skill flags this and recommends platform-owned loss liability so transfer reversals can recover funds.

Does the Skill support legacy Stripe account types like Standard or Custom?▼

No, it uses the Accounts v2 API with explicit dashboard, fees_collector, and losses_collector fields instead of legacy type parameters. Legacy types are only referenced as an approximate migration mapping.

Why does the Skill warn about low platform fees with destination charges?▼

With destination charges the platform always pays Stripe processing fees, so a low platform fee can produce thin or negative margins. The Skill recommends calculating application_fee_amount to include estimated Stripe fees and monitoring the margin report.