Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
sentry-local-dev-loop - Skill - OpenSmartRoute
Skillv1.0.0
sentry-local-dev-loop
Execute set up local development workflow with Sentry. Use when configuring Sentry for development environments, setting up debug mode, or testing error capture locally. Trigger with phrases like "sen
Imported from David-Li0406/meta-skill-evloving (skill-flow/data/skills-refined-agentskillos-36k/skillsmp/sentry-local-dev-loop/SKILL.md). Install upstream with npx skills add David-Li0406/meta-skill-evloving --skill sentry-local-dev-loop. Copyright stays with the author (MIT).
Sentry Local Dev Loop
Prerequisites
Sentry SDK installed
Development environment set up
Separate Sentry project for development (recommended)
See {baseDir}/references/implementation.md for detailed implementation guide.
Output
Environment-aware Sentry configuration
Debug logging enabled for development
Separate project/DSN for development events
Error Handling
See {baseDir}/references/errors.md for comprehensive error handling.
Examples
See {baseDir}/references/examples.md for detailed examples.
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "david-li0406-meta-skill-evloving-sentry-local-dev-loop",
"kind": "skill",
"name": "sentry-local-dev-loop",
"description": "Execute set up local development workflow with Sentry. Use when configuring Sentry for development environments, setting up debug mode, or testing error capture locally. Trigger with phrases like \"sentry local dev\", \"sentry development\", \"debug sentry\", \"sentry dev environment\".",
"publisher": "David-Li0406",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Execute set up local development workflow with Sentry. Use when configuring Sentry for development environments, setting up debug mode, or testing error capture locally. Trigger with phrases like \"sentry local dev\", \"sentry development\", \"debug sentry\", \"sentry dev environment\"."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/David-Li0406/meta-skill-evloving",
"path": "skill-flow/data/skills-refined-agentskillos-36k/skillsmp/sentry-local-dev-loop/SKILL.md",
"ref": "ca3a335628981df10c36e00cb9850df2c247ab9a",
"url": "https://github.com/David-Li0406/meta-skill-evloving/blob/ca3a335628981df10c36e00cb9850df2c247ab9a/skill-flow/data/skills-refined-agentskillos-36k/skillsmp/sentry-local-dev-loop/SKILL.md",
"key": "David-Li0406/meta-skill-evloving/skill-flow/data/skills-refined-agentskillos-36k/skillsmp/sentry-local-dev-loop/SKILL.md"
},
"allowed_tools": [
"Read,",
"Write,",
"Edit,",
"Bash(npm:*),",
"Grep"
],
"license": "MIT"
},
"instructions": "# Sentry Local Dev Loop\n\n## Prerequisites\n- Sentry SDK installed\n- Development environment set up\n- Separate Sentry project for development (recommended)\n\n\nSee `{baseDir}/references/implementation.md` for detailed implementation guide.\n\n## Output\n- Environment-aware Sentry configuration\n- Debug logging enabled for development\n- Separate project/DSN for development events\n\n## Error Handling\n\nSee `{baseDir}/references/errors.md` for comprehensive error handling.\n\n## Examples\n\nSee `{baseDir}/references/examples.md` for detailed examples.\n\n## Resources\n- [Sentry Environment Config](https://docs.se",
"cost": {
"context_tokens": 188
}
}
Fetch it by URL: GET /api/v1/registry/david-li0406-meta-skill-evloving-sentry-local-dev-loop/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.