Skip to content

getsentry/skills.sentry.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skills.sentry.dev

Tiny proxy that gives pretty URLs to Sentry AI skills hosted on GitHub.

Usage

Tell your AI coding assistant:

Use curl to download, read and follow: https://skills.sentry.dev/sdks

Why curl? Skills are detailed 10–20 KB markdown files. Fetch tools (like WebFetch) often summarize them, losing critical configuration details. curl -sL guarantees the full content.

Entry Points

URL What it loads
skills.sentry.dev/ Full skill index (SKILL_TREE.md)
skills.sentry.dev/sdks SDK setup — detect platform and install Sentry
skills.sentry.dev/workflows Workflows — debug issues, review code, upgrade SDKs
skills.sentry.dev/features Features — AI monitoring, alerts, OpenTelemetry
skills.sentry.dev/<skill-name>/SKILL.md Individual skill file

URL Mapping

Pretty URL GitHub Raw URL
skills.sentry.dev/ .../main/SKILL_TREE.md
skills.sentry.dev/sdks .../main/skills/sentry-sdk-setup/SKILL.md
skills.sentry.dev/workflows .../main/skills/sentry-workflow/SKILL.md
skills.sentry.dev/features .../main/skills/sentry-feature-setup/SKILL.md
skills.sentry.dev/sentry-nextjs-sdk/SKILL.md .../main/skills/sentry-nextjs-sdk/SKILL.md
skills.sentry.dev/sentry-nextjs-sdk/references/tracing.md .../main/skills/sentry-nextjs-sdk/references/tracing.md

All paths resolve to files in getsentry/sentry-for-ai.

Run Locally

npm install
npm run dev

Docker

docker build -t skills-sentry-dev .
docker run -p 3000:3000 skills-sentry-dev

Environment Variables

Variable Default Description
PORT 3000 Port to listen on

About

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Contributors