
example-bundle-help
✓ Official★ 276by getsentry · part of getsentry/junior
Explain plugin-bundled skills in this example app. Use when users invoke /example-bundle-help.
🧰 Not standalone. This skill ships with getsentry/junior and only works together with that tool — install the tool first, then add this skill.
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
Plugin-Bundled Skill Example
- Explain that this skill is discovered from
app/plugins/example-bundle/skills. - Clarify that this plugin intentionally omits credential configuration.
- If asked about provider auth, say this plugin is bundle-only and does not support
jr-rpc issue-credential.
Copy & paste — that's it
npx skills add https://github.com/getsentry/junior --skill example-bundle-helpRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under Apache-2.0— you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub →