Claude-codex-settings stripe-projects

install
source · Clone the upstream repo
git clone https://github.com/fcakyon/claude-codex-settings
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/fcakyon/claude-codex-settings "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/stripe-skills/skills/stripe-projects" ~/.claude/skills/fcakyon-claude-codex-settings-stripe-projects && rm -rf "$T"
manifest: plugins/stripe-skills/skills/stripe-projects/SKILL.md
source content

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.