From co-dev
Manage Stripe payments, customers, or financial data. Use when the user wants to check payments, payment intents, charges, refunds, list customers, view invoices, manage subscriptions, check balance, manage products, prices, coupons, webhooks, disputes, payouts, or look up any Stripe data.
npx claudepluginhub cloud-officer/claude-code-plugin-dev --plugin co-devThis skill is limited to using the following tools:
Manage Stripe payments, customers, and subscriptions.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Manage Stripe payments, customers, and subscriptions.
Prefer MCP tools (mcp__stripe__*) when available. If MCP tools are not available (tool not found errors), fall back to the stripe CLI.
| Operation | MCP Tool | CLI Fallback |
|---|---|---|
| Get account info | mcp__stripe__get_stripe_account_info | stripe account |
| Get balance | mcp__stripe__retrieve_balance | stripe balance retrieve |
| List customers | mcp__stripe__list_customers | stripe customers list |
| Create customer | mcp__stripe__create_customer | stripe customers create --email "..." |
| List invoices | mcp__stripe__list_invoices | stripe invoices list |
| List subscriptions | mcp__stripe__list_subscriptions | stripe subscriptions list |
| List products | mcp__stripe__list_products | stripe products list |
| List coupons | mcp__stripe__list_coupons | stripe coupons list |
Note: The stripe CLI requires authentication via stripe login. If neither the MCP nor CLI is available, inform the user and stop.