This is a bootstrapper skill that kicks off Stripe's service provisioning system. It checks for the Stripe CLI, searches the catalog for whatever infrastructure you need (databases, auth, Redis, AI providers, whatever), then hands off to a more detailed local skill that gets installed during project init. The workflow is basically: search, initialize, delegate. The real work happens in the stripe-projects-cli skill that lands in your .claude/skills folder. Think of this as the entry point that gets you from "I need Postgres" to actually provisioning it without leaving your terminal. Useful if you're prototyping and don't want to context switch to a dozen provider dashboards for API keys.
npx -y skills add stripe/agent-toolkit --skill stripe-projects --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot