Commit 395fd1f
feat(docs): add well-known skills discovery endpoint
Add `/.well-known/skills/index.json` endpoint to cli.sentry.dev for
agent skills auto-discovery, following the Cloudflare Agent Skills
Discovery RFC pattern.
- Create skills manifest at `docs/public/.well-known/skills/index.json`
- Update generate-skill.ts to output SKILL.md to both plugin and
well-known paths
- Update generate-skill.yml workflow to commit both SKILL.md files
- Enables `npx skills add https://cli.sentry.dev` to auto-discover
and install the sentry-cli skill
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent f284f50 commit 395fd1f
3 files changed
Lines changed: 14 additions & 2 deletions
File tree
- .github/workflows
- docs/public/.well-known/skills
- script
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
772 | 773 | | |
773 | 774 | | |
774 | 775 | | |
| 776 | + | |
775 | 777 | | |
776 | 778 | | |
| 779 | + | |
0 commit comments