From stripe-skills
Use when setting up a new app or local repo with Stripe Projects, provisioning a software stack, or bootstrapping the Projects CLI from a coding agent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/stripe-skills:stripe-projectsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Stripe Projects is a CLI for provisioning software stacks.
Stripe Projects is a CLI for provisioning software stacks.
Docs are here: https://docs.stripe.com/projects.md
Download the Projects CLI and run stripe projects init to get started. You get access to more skills when you do that.
To install the Stripe CLI and Projects plugin, Homebrew users can run brew install stripe/stripe-cli/stripe && stripe plugin install projects. For other installation options, see https://docs.stripe.com/stripe-cli/install.md.
After stripe projects init, prefer the local project skills it creates.
npx claudepluginhub ruslands/plugins --plugin stripe-skillsGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.