mirror of
https://github.com/stripe/ai.git
synced 2026-09-14 18:39:59 +08:00
Provider Plugins
This directory contains plugins for different AI code editors.
Layout
Each provider can contain multiple plugins. Keep each plugin in its own subdirectory under providers/<provider>/ so its manifest, skills, and other assets remain isolated as more plugins are added.
Skills
Do not edit skill files in provider directories manually.
Skills in providers/*/plugin/skills/ are automatically synced from docs.stripe.com/.well-known/skills via the sync-skills workflow. Any manual changes will be overwritten.
To manually trigger a sync, go to the workflow page and click "Run workflow".