← Back to list

sentry-architecture-variants
by jeremylongshore
Hundreds of Claude Code plugins with embedded AI skills. Learn via interactive Jupyter tutorials.
⭐ 1,042🍴 135📅 Jan 23, 2026
SKILL.md
name: sentry-architecture-variants description: | Execute sentry architecture patterns for different application types. Use when setting up Sentry for monoliths, microservices, serverless, or hybrid architectures. Trigger with phrases like "sentry monolith setup", "sentry microservices", "sentry serverless", "sentry architecture pattern". allowed-tools: Read, Write, Edit, Grep version: 1.0.0 license: MIT author: Jeremy Longshore jeremy@intentsolutions.io
Sentry Architecture Variants
Prerequisites
- Application architecture documented
- Service inventory available
- Team ownership defined
- Deployment model understood
Instructions
- Identify application type (monolith, microservices, serverless, hybrid)
- For monoliths, create single project and use tags for module filtering
- For microservices, create one project per service with shared config
- Configure distributed tracing with sentry-trace and baggage headers
- For serverless, use framework-specific SDK wrappers
- Set up cross-system tracing for hybrid architectures
- Configure message queue integration with trace context propagation
- Add tenant isolation tags for multi-tenant applications
- Set up edge function monitoring with platform-specific SDKs
- Document architecture decisions and implement team-based access controls
Output
- Architecture-appropriate Sentry configuration
- Project structure matching application topology
- Distributed tracing configured
- Team-based access controls
Error Handling
See {baseDir}/references/errors.md for comprehensive error handling.
Examples
See {baseDir}/references/examples.md for detailed examples.
Resources
Score
Total Score
85/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 1000以上
+15
✓最近の活動
1ヶ月以内に更新
+10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

