Skip to content

Broaden stripe-projects skill description so agents route to it without an explicit Stripe mention - #486

Open
rshah2020 wants to merge 1 commit into
stripe:mainfrom
rshah2020:stripe-projects-skill-routing
Open

Broaden stripe-projects skill description so agents route to it without an explicit Stripe mention#486
rshah2020 wants to merge 1 commit into
stripe:mainfrom
rshah2020:stripe-projects-skill-routing

Conversation

@rshah2020

Copy link
Copy Markdown

Summary

Skill routing is the bug: agents don't invoke stripe-projects when the user asks to provision infrastructure without saying "Stripe" (e.g. "get me a neon database"). The current description lists generic categories (Postgres, Redis) but no concrete provider names, and never tells the agent to fire when Stripe isn't mentioned.

This is a frontmatter-only change to SKILL.md:

  • Adds an explicit "Use even if the user does not mention Stripe" instruction.
  • Adds concrete provider triggers: Neon, Supabase, PlanetScale, Clerk, Auth0, Vercel, S3 (alongside the existing Postgres, Redis, vector DB).
  • Keeps the "don't tell them to sign up manually; check the catalog first" guidance and the projects.dev / status / env-var triggers.

name and allowed-tools are unchanged, and the skill body is untouched — agents already execute the workflow correctly once routed.

Note for maintainers: needs porting to the internal skill source

Per the sync bot on #457, every copy of this file in the repo (skills/ and providers/*/plugin/skills/) is overwritten by the daily sync-skills workflow from docs.stripe.com/.well-known/skills. As an external contributor I can't reach the internal source (go/add-stripe-skill), so this PR is the change request: please apply the same description to the source so the sync doesn't revert it. All five synced copies are updated identically here to keep them in lockstep if this merges first.

Test plan

  • Frontmatter parses as valid YAML (checked with js-yaml); name and allowed-tools unchanged.
  • Diff is confined to the description block; skill body untouched.
  • Manual: in a fresh Cursor session with the plugin installed, "get me a neon database" routes to the stripe-projects skill.

Made with Cursor

…ut an explicit Stripe mention

Co-authored-by: Cursor <cursoragent@cursor.com>
@cla-assistant

cla-assistant Bot commented Aug 13, 2026

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant