Add Stripe Projects skill and reference#308
Closed
ld-stripe wants to merge 4 commits intostripe:mainfrom
Closed
Conversation
- Add Stripe Projects to Integration Routing table in stripe-best-practices - Create references/projects.md with essential commands and workflows - Create standalone stripe-projects skill for direct invocation - Includes setup, service management, credential handling, and CI/CD usage Refactored from fabric-research/launch-skills-agent-steering to fit the new skills structure with short routing entry and detailed reference. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Committed-By-Agent: claude
Author
|
@epsteen-stripe fyi |
Key changes: - Service format: provider/service → provider:service:tier (e.g. neon:db:free) - stripe projects catalog → stripe projects services list (with --category filter) - stripe projects env sync → stripe projects env export - stripe projects services upgrade → remove + re-add at new tier - --no-interactive → --no-input - --auto-confirm → removed - Config file: stripe-projects.json → project.toml - Remove: services open, billing, export config, services config, projects list - Update providers: add Cloudflare, Sentry, Resend; remove Railway, PlanetScale, Turso, Chroma, Runloop - Add "Traps to avoid" section in reference doc with old → new migration notes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Committed-By-Agent: claude
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Committed-By-Agent: claude
- Remove invalid alwaysApply frontmatter field (only name + description are valid) - Expand description with specific trigger phrases for reliable activation - Remove "When to Use" body section (body loads after triggering; triggers belong in description) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Committed-By-Agent: claude
Collaborator
|
chatted w rami - we should add this via our internal process! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refactored from fabric-research/launch-skills-agent-steering to fit the new skills structure with short routing entry and detailed reference.
Committed-By-Agent: claude