diff --git a/docs/public/.well-known/skills/index.json b/docs/public/.well-known/skills/index.json new file mode 100644 index 00000000..7dc90675 --- /dev/null +++ b/docs/public/.well-known/skills/index.json @@ -0,0 +1,9 @@ +{ + "skills": [ + { + "name": "sentry-cli", + "description": "Guide for using the Sentry CLI to interact with Sentry from the command line. Use when the user asks about viewing issues, events, projects, organizations, making API calls, or authenticating with Sentry via CLI.", + "files": ["SKILL.md"] + } + ] +} diff --git a/docs/public/.well-known/skills/sentry-cli/SKILL.md b/docs/public/.well-known/skills/sentry-cli/SKILL.md new file mode 120000 index 00000000..dc44f03f --- /dev/null +++ b/docs/public/.well-known/skills/sentry-cli/SKILL.md @@ -0,0 +1 @@ +../../../../../plugins/sentry-cli/skills/sentry-cli/SKILL.md \ No newline at end of file