[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-getsentry-sentry-cloudflare-sdk-zh-CN":3,"guides-for-getsentry-sentry-cloudflare-sdk":815,"similar-k17av9m4q7jn9b0cnynexj90vx86mc27-zh-CN":816},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":258,"isFallback":255,"parentExtension":264,"providers":315,"relations":319,"repo":320,"tags":813,"workflow":814},1778687299685.3857,"k17av9m4q7jn9b0cnynexj90vx86mc27",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Full Sentry SDK setup for Cloudflare Workers and Pages. Use when asked to \"add Sentry to Cloudflare Workers\", \"install @sentry/cloudflare\", or configure error monitoring, tracing, logging, crons, or AI monitoring for Cloudflare Workers, Pages, Durable Objects, Queues, Workflows, or Hono on Cloudflare.",{"claudeCode":12},"getsentry/sentry-for-ai","Sentry Cloudflare SDK","https://github.com/getsentry/sentry-for-ai",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":239,"workflow":256},1778687435436.2341,"kn71bmh9kcdj50mfe8njyhbj8n86msms","en",{"checks":20,"evaluatedAt":191,"extensionSummary":192,"features":193,"nonGoals":199,"practices":204,"prerequisites":205,"promptVersionExtension":210,"promptVersionScoring":211,"purpose":212,"rationale":213,"score":214,"summary":215,"tags":216,"targetMarket":223,"tier":224,"useCases":225,"workflow":230},[21,26,29,32,36,39,44,48,50,53,57,61,64,68,71,74,77,80,83,86,89,93,97,101,105,108,111,114,118,121,124,127,130,133,136,140,144,149,152,156,159,162,165,168,172,175,178,181,184,188],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly names the user problem of setting up Sentry SDK for Cloudflare Workers and Pages, with specific triggers provided.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides an opinionated wizard that guides users through the complete Sentry setup, detecting project types and recommending specific features, which goes beyond a simple wrapper.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle for Sentry setup in Cloudflare Workers and Pages, including SDK initialization, configuration, source maps, and verification steps.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on Sentry SDK setup for Cloudflare environments, avoiding unrelated domains like general Cloudflare configuration or other monitoring tools.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities and scope, clearly stating its purpose and when to use it.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This is a skill and does not expose individual tools with verb-noun actions.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","The SKILL.md provides a comprehensive `Config Reference` section detailing Sentry SDK options and Cloudflare environment variables.",{"category":33,"check":49,"severity":42,"summary":43},"Tool naming",{"category":33,"check":51,"severity":42,"summary":52},"Minimal I/O surface","This is a skill and does not expose individual tools with parameter schemas or response shapes.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The license is MIT, a permissive open-source license, clearly stated in the LICENSE file and README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The SKILL.md mentions installing `@sentry/cloudflare` and `@sentry/vite-plugin`, and the associated documentation and setup steps imply standard package management practices.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill explicitly instructs users to handle Sentry DSN as a Cloudflare secret and not hardcode it, and to set SENTRY_AUTH_TOKEN in CI.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill provides clear instructions and code snippets, and does not exhibit patterns that suggest loading or executing untrusted external code.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill relies on standard npm packages and Cloudflare bindings, with no indication of runtime downloads or execution of external, unbundled code.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill provides configuration steps and code snippets for Cloudflare Workers/Pages and does not attempt to modify files outside the project scope.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were observed in the provided instructions or code examples.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill focuses on configuring Sentry SDK and explicitly warns against hardcoding secrets like DSNs, with no indication of submitting confidential data to unknown third parties.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content and documentation appear free of hidden-steering tricks, control characters, or malicious Unicode sequences.",{"category":65,"check":87,"severity":24,"summary":88},"Opaque code execution","The provided code snippets and instructions use plain JavaScript/TypeScript and standard Sentry SDK functions, with no obfuscation or runtime code fetching.",{"category":90,"check":91,"severity":24,"summary":92},"Portability","Structural Assumption","The skill makes reasonable assumptions about Cloudflare project structure (e.g., `wrangler.toml`, `functions/`) and provides clear instructions, including prerequisites like compatibility flags.",{"category":94,"check":95,"severity":24,"summary":96},"Trust","Issues Attention","The ratio of open to closed issues in the last 90 days suggests active maintainer engagement.",{"category":98,"check":99,"severity":24,"summary":100},"Versioning","Release Management","The SKILL.md specifies license and versioning information, and the README mentions installing from source or via plugin, implying version management.",{"category":102,"check":103,"severity":42,"summary":104},"Code Execution","Validation","This skill primarily provides configuration guidance and code examples; it does not expose tools with complex input schemas requiring validation libraries.",{"category":65,"check":106,"severity":24,"summary":107},"Unguarded Destructive Operations","The skill focuses on SDK setup and configuration, which are non-destructive operations.",{"category":102,"check":109,"severity":24,"summary":110},"Error Handling","The SKILL.md provides detailed troubleshooting guidance for common errors encountered during Sentry setup.",{"category":102,"check":112,"severity":42,"summary":113},"Logging","This skill itself does not perform destructive actions or outbound calls that require local audit logging.",{"category":115,"check":116,"severity":24,"summary":117},"Compliance","GDPR","The skill's focus is on SDK configuration, and it advises users to manage secrets and PII handling within their application, not within the skill itself.",{"category":115,"check":119,"severity":24,"summary":120},"Target market","The skill is specific to Cloudflare Workers and Pages, which are globally available services. No regional limitations are imposed.",{"category":90,"check":122,"severity":24,"summary":123},"Runtime stability","The skill provides setup instructions for Cloudflare Workers and Pages, which are platform-agnostic and do not assume specific local development environments beyond standard Node.js/npm tooling.",{"category":45,"check":125,"severity":24,"summary":126},"README","The README provides a clear overview of the plugin's capabilities, installation instructions, and usage examples.",{"category":33,"check":128,"severity":42,"summary":129},"Tool surface size","This extension is a skill and does not expose a list of tools or commands.",{"category":40,"check":131,"severity":42,"summary":132},"Overlapping near-synonym tools","This extension is a skill and does not expose multiple tools.",{"category":45,"check":134,"severity":24,"summary":135},"Phantom features","All features described in the README and SKILL.md (SDK setup, monitoring, tracing, etc.) are directly supported by the provided instructions and code examples.",{"category":137,"check":138,"severity":24,"summary":139},"Install","Installation instruction","Clear installation instructions are provided for Claude Code, Cursor, and from source, including verification steps.",{"category":141,"check":142,"severity":24,"summary":143},"Errors","Actionable error messages","The `Troubleshooting` section provides clear causes and solutions for common errors encountered during setup.",{"category":145,"check":146,"severity":147,"summary":148},"Execution","Pinned dependencies","info","While the skill mentions installing packages like `@sentry/cloudflare`, explicit version pinning or lockfile details are not provided in the documentation.",{"category":33,"check":150,"severity":42,"summary":151},"Dry-run preview","This skill focuses on configuration and setup, not on performing state-changing operations that would require a dry-run mode.",{"category":153,"check":154,"severity":42,"summary":155},"Protocol","Idempotent retry & timeouts","This skill is for setup and does not involve making remote calls or state-changing operations that require idempotency or timeouts.",{"category":115,"check":157,"severity":24,"summary":158},"Telemetry opt-in","The skill's documentation does not mention any telemetry collection by the skill itself; it focuses on configuring Sentry, which has its own telemetry policies.",{"category":40,"check":160,"severity":24,"summary":161},"Precise Purpose","The SKILL.md and displayed description clearly define the purpose as setting up Sentry for Cloudflare Workers/Pages, including specific triggers and boundaries.",{"category":40,"check":163,"severity":24,"summary":164},"Concise Frontmatter","The frontmatter is concise, self-contained, and accurately summarizes the core capability and provides relevant trigger phrases.",{"category":45,"check":166,"severity":24,"summary":167},"Concise Body","The SKILL.md is well-structured with clear phases and instructions, delegating deeper dives to referenced files, keeping the main body concise.",{"category":169,"check":170,"severity":24,"summary":171},"Context","Progressive Disclosure","The SKILL.md effectively uses `references/` files for detailed feature setup (tracing, error monitoring, crons, logging, DOs), facilitating progressive disclosure.",{"category":169,"check":173,"severity":42,"summary":174},"Forked exploration","This skill provides setup instructions and does not involve deep code review or exploration requiring a forked context.",{"category":22,"check":176,"severity":24,"summary":177},"Usage examples","The SKILL.md provides numerous ready-to-use code examples for various Cloudflare scenarios (Workers, Pages, Hono, DOs, D1), demonstrating input, invocation, and expected setup.",{"category":22,"check":179,"severity":24,"summary":180},"Edge cases","The `Troubleshooting` section and detailed setup guides implicitly handle edge cases like missing compatibility flags, DSN issues, and source map problems with clear recovery steps.",{"category":102,"check":182,"severity":42,"summary":183},"Tool Fallback","This skill does not rely on external MCP servers or custom tools that would require fallbacks.",{"category":185,"check":186,"severity":24,"summary":187},"Safety","Halt on unexpected state","The skill instructs users on prerequisites like compatibility flags and secret setup, implying the workflow halts if these are not met, with troubleshooting guidance provided.",{"category":90,"check":189,"severity":24,"summary":190},"Cross-skill coupling","The skill is self-contained for Sentry setup and only cross-references other Sentry SDK skills or Sentry documentation, without implicit reliance on other skills being loaded.",1778687435240,"This skill provides detailed instructions and code examples for setting up the Sentry SDK in Cloudflare Workers and Pages environments, covering error monitoring, tracing, logging, and integration with specific Cloudflare features like Durable Objects, Queues, and D1 databases.",[194,195,196,197,198],"Automated Sentry SDK setup for Cloudflare Workers and Pages","Guidance on configuring error monitoring, tracing, and logging","Support for Durable Objects, Queues, Workflows, and D1 databases","Instructions for source map generation and upload","Automatic detection of project type and framework for tailored recommendations",[200,201,202,203],"Configuring Sentry for non-Cloudflare environments","General Cloudflare Worker or Page development unrelated to Sentry","Troubleshooting general Sentry backend issues","Providing Sentry SDK runtime support beyond initial setup guidance",[],[206,207,208,209],"Cloudflare account and Worker/Pages project","Node.js and npm/pnpm/yarn","Wrangler CLI installed","Sentry account and project with DSN","3.0.0","4.4.0","To guide users through the complete setup of Sentry error monitoring, tracing, and other observability features within Cloudflare Workers and Pages projects, ensuring proper configuration and integration.","The skill is exceptionally well-documented and practical, covering a complex setup with detailed examples and troubleshooting. The only minor point is the lack of explicit dependency pinning in the documentation.",95,"Comprehensive Sentry SDK setup for Cloudflare Workers and Pages.",[217,218,219,220,221,222],"sentry","cloudflare","sdk","monitoring","error-tracking","tracing","global","verified",[226,227,228,229],"When asked to add Sentry to a Cloudflare Workers or Pages project","When needing to configure error monitoring, tracing, or logging for Cloudflare services","When integrating Sentry with specific Cloudflare features like Durable Objects or D1","When setting up source maps for readable stack traces in production",[231,232,233,234,235,236,237,238],"Detect project type and existing Sentry setup","Recommend Sentry features (error monitoring, tracing, etc.)","Guide through compatibility flag setup (`nodejs_als`)","Provide installation commands (`npm install @sentry/cloudflare`)","Show setup code for Workers (`withSentry`), Pages (`sentryPagesPlugin`), Hono, DOs, D1","Instruct on setting up Sentry DSN and auth tokens","Guide through source map configuration","Provide verification steps and troubleshooting advice",{"codeQuality":240,"collectedAt":242,"documentation":243,"maintenance":246,"security":252,"testCoverage":254},{"hasLockfile":241},false,1778687413040,{"descriptionLength":244,"readmeSize":245},302,4777,{"closedIssues90d":247,"forks":248,"hasChangelog":241,"openIssues90d":249,"pushedAt":250,"stars":251},37,21,3,1778664294000,170,{"hasNpmPackage":241,"license":253,"smitheryVerified":241},"MIT",{"hasCi":255,"hasTests":241},true,{"updatedAt":257},1778687435436,{"basePath":259,"githubOwner":260,"githubRepo":261,"locale":18,"slug":262,"type":263},"skills/sentry-cloudflare-sdk","getsentry","sentry-for-ai","sentry-cloudflare-sdk","skill",{"_creationTime":265,"_id":266,"community":267,"display":268,"identity":271,"parentExtension":274,"providers":304,"relations":311,"tags":312,"workflow":313},1778687299685.385,"k179krjesmjphb7bqfh43701sn86n8mn",{"reviewCount":8},{"description":269,"installMethods":270,"name":217,"sourceUrl":14},"Sentry Plugin for Claude Code to help with debugging including MCP, commands, and skill capabilities.",{"claudeCode":217},{"basePath":272,"githubOwner":260,"githubRepo":261,"locale":18,"slug":261,"type":273},"","plugin",{"_creationTime":275,"_id":276,"community":277,"display":278,"identity":282,"providers":284,"relations":298,"tags":300,"workflow":301},1778687299685.3848,"k179yfyfa9mb154bqjgahv10fn86mrz3",{"reviewCount":8},{"description":279,"installMethods":280,"name":281,"sourceUrl":14},"Teach your AI coding assistant how to use Sentry - setup, debugging, alerts, and more",{"claudeCode":12},"sentry-plugin-marketplace",{"basePath":272,"githubOwner":260,"githubRepo":261,"locale":18,"slug":261,"type":283},"marketplace",{"evaluate":285,"extract":292},{"promptVersionExtension":286,"promptVersionScoring":211,"score":287,"tags":288,"targetMarket":223,"tier":291},"3.1.0",75,[217,289,220,221,290],"debugging","ai-assistant","community",{"commitSha":293,"marketplace":294,"plugin":296},"HEAD",{"name":281,"pluginCount":295},1,{"mcpCount":8,"provider":297,"skillCount":8},"classify",{"repoId":299},"kd72wxwjk5zaddkehkc2ftrzfh86nk3n",[290,289,221,220,217],{"evaluatedAt":302,"extractAt":303,"updatedAt":302},1778687344825,1778687299685,{"evaluate":305,"extract":308},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":306,"targetMarket":223,"tier":224},[217,289,220,221,307],"observability",{"commitSha":293,"license":253,"plugin":309},{"mcpCount":8,"provider":297,"skillCount":310},30,{"parentExtensionId":276,"repoId":299},[289,221,220,307,217],{"evaluatedAt":314,"extractAt":303,"updatedAt":314},1778687354391,{"evaluate":316,"extract":318},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":317,"targetMarket":223,"tier":224},[217,218,219,220,221,222],{"commitSha":293,"license":253},{"parentExtensionId":266,"repoId":299},{"_creationTime":321,"_id":299,"identity":322,"providers":323,"workflow":809},1778687295017.2043,{"githubOwner":260,"githubRepo":261,"sourceUrl":14},{"classify":324,"discover":803,"github":806},{"commitSha":293,"extensions":325},[326,339,414,437,452,463,477,485,493,507,519,527,535,549,563,579,595,610,618,636,644,659,673,689,704,720,728,742,758,768,780,795],{"basePath":272,"displayName":281,"installMethods":327,"rationale":328,"selectedPaths":329,"source":338,"sourceLanguage":18,"type":283},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[330,333,335],{"path":331,"priority":332},".claude-plugin/marketplace.json","mandatory",{"path":334,"priority":332},"README.md",{"path":336,"priority":337},"LICENSE","high","rule",{"basePath":272,"description":269,"displayName":217,"installMethods":340,"license":253,"rationale":341,"selectedPaths":342,"source":338,"sourceLanguage":18,"type":273},{"claudeCode":217},"plugin manifest at .claude-plugin/plugin.json",[343,345,346,347,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412],{"path":344,"priority":332},".claude-plugin/plugin.json",{"path":334,"priority":332},{"path":336,"priority":337},{"path":348,"priority":349},"skills/sentry-android-sdk/SKILL.md","medium",{"path":351,"priority":349},"skills/sentry-browser-sdk/SKILL.md",{"path":353,"priority":349},"skills/sentry-cloudflare-sdk/SKILL.md",{"path":355,"priority":349},"skills/sentry-cocoa-sdk/SKILL.md",{"path":357,"priority":349},"skills/sentry-code-review/SKILL.md",{"path":359,"priority":349},"skills/sentry-create-alert/SKILL.md",{"path":361,"priority":349},"skills/sentry-dotnet-sdk/SKILL.md",{"path":363,"priority":349},"skills/sentry-elixir-sdk/SKILL.md",{"path":365,"priority":349},"skills/sentry-feature-setup/SKILL.md",{"path":367,"priority":349},"skills/sentry-fix-issues/SKILL.md",{"path":369,"priority":349},"skills/sentry-flutter-sdk/SKILL.md",{"path":371,"priority":349},"skills/sentry-go-sdk/SKILL.md",{"path":373,"priority":349},"skills/sentry-nestjs-sdk/SKILL.md",{"path":375,"priority":349},"skills/sentry-nextjs-sdk/SKILL.md",{"path":377,"priority":349},"skills/sentry-node-sdk/SKILL.md",{"path":379,"priority":349},"skills/sentry-otel-exporter-setup/SKILL.md",{"path":381,"priority":349},"skills/sentry-php-sdk/SKILL.md",{"path":383,"priority":349},"skills/sentry-pr-code-review/SKILL.md",{"path":385,"priority":349},"skills/sentry-python-sdk/SKILL.md",{"path":387,"priority":349},"skills/sentry-react-native-sdk/SKILL.md",{"path":389,"priority":349},"skills/sentry-react-router-framework-sdk/SKILL.md",{"path":391,"priority":349},"skills/sentry-react-sdk/SKILL.md",{"path":393,"priority":349},"skills/sentry-ruby-sdk/SKILL.md",{"path":395,"priority":349},"skills/sentry-sdk-setup/SKILL.md",{"path":397,"priority":349},"skills/sentry-sdk-skill-creator/SKILL.md",{"path":399,"priority":349},"skills/sentry-sdk-upgrade/SKILL.md",{"path":401,"priority":349},"skills/sentry-setup-ai-monitoring/SKILL.md",{"path":403,"priority":349},"skills/sentry-svelte-sdk/SKILL.md",{"path":405,"priority":349},"skills/sentry-tanstack-start-sdk/SKILL.md",{"path":407,"priority":349},"skills/sentry-workflow/SKILL.md",{"path":409,"priority":332},".mcp.json",{"path":411,"priority":337},"commands/seer.md",{"path":413,"priority":337},".cursor-plugin/plugin.json",{"basePath":415,"description":416,"displayName":417,"installMethods":418,"rationale":419,"selectedPaths":420,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-android-sdk","Full Sentry SDK setup for Android. Use when asked to \"add Sentry to Android\", \"install sentry-android\", \"setup Sentry in Android\", or configure error monitoring, tracing, profiling, session replay, or logging for Android applications. Supports Kotlin and Java codebases.","sentry-android-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-android-sdk/SKILL.md",[421,423,425,427,429,431,433,435],{"path":422,"priority":332},"SKILL.md",{"path":424,"priority":349},"references/crons.md",{"path":426,"priority":349},"references/error-monitoring.md",{"path":428,"priority":349},"references/logging.md",{"path":430,"priority":349},"references/metrics.md",{"path":432,"priority":349},"references/profiling.md",{"path":434,"priority":349},"references/session-replay.md",{"path":436,"priority":349},"references/tracing.md",{"basePath":438,"description":439,"displayName":440,"installMethods":441,"rationale":442,"selectedPaths":443,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-browser-sdk","Full Sentry SDK setup for browser JavaScript. Use when asked to \"add Sentry to a website\", \"install @sentry/browser\", or configure error monitoring, tracing, session replay, or logging for vanilla JavaScript, jQuery, static sites, or WordPress.","sentry-browser-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-browser-sdk/SKILL.md",[444,445,446,447,448,449,450],{"path":422,"priority":332},{"path":426,"priority":349},{"path":428,"priority":349},{"path":432,"priority":349},{"path":434,"priority":349},{"path":436,"priority":349},{"path":451,"priority":349},"references/user-feedback.md",{"basePath":259,"description":10,"displayName":262,"installMethods":453,"rationale":454,"selectedPaths":455,"source":338,"sourceLanguage":18,"type":263},{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-cloudflare-sdk/SKILL.md",[456,457,458,460,461,462],{"path":422,"priority":332},{"path":424,"priority":349},{"path":459,"priority":349},"references/durable-objects.md",{"path":426,"priority":349},{"path":428,"priority":349},{"path":436,"priority":349},{"basePath":464,"description":465,"displayName":466,"installMethods":467,"rationale":468,"selectedPaths":469,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-cocoa-sdk","Full Sentry SDK setup for Apple platforms (iOS, macOS, tvOS, watchOS, visionOS). Use when asked to \"add Sentry to iOS\", \"add Sentry to Swift\", \"install sentry-cocoa\", or configure error monitoring, tracing, profiling, session replay, or logging for Apple applications. Supports SwiftUI and UIKit.","sentry-cocoa-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-cocoa-sdk/SKILL.md",[470,471,472,473,474,475,476],{"path":422,"priority":332},{"path":426,"priority":349},{"path":428,"priority":349},{"path":432,"priority":349},{"path":434,"priority":349},{"path":436,"priority":349},{"path":451,"priority":349},{"basePath":478,"description":479,"displayName":480,"installMethods":481,"rationale":482,"selectedPaths":483,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-code-review","Analyze and resolve Sentry comments on GitHub Pull Requests. Use this when asked to review or fix issues identified by Sentry in PR comments. Can review specific PRs by number or automatically find recent PRs with Sentry feedback.","sentry-code-review",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-code-review/SKILL.md",[484],{"path":422,"priority":332},{"basePath":486,"description":487,"displayName":488,"installMethods":489,"rationale":490,"selectedPaths":491,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-create-alert","Create Sentry alerts using the workflow engine API. Use when asked to create alerts, set up notifications, configure issue priority alerts, or build workflow automations. Supports email, Slack, PagerDuty, Discord, and other notification actions.","sentry-create-alert",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-create-alert/SKILL.md",[492],{"path":422,"priority":332},{"basePath":494,"description":495,"displayName":496,"installMethods":497,"rationale":498,"selectedPaths":499,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-dotnet-sdk","Full Sentry SDK setup for .NET. Use when asked to \"add Sentry to .NET\", \"install Sentry for C#\", or configure error monitoring, tracing, profiling, logging, or crons for ASP.NET Core, MAUI, WPF, WinForms, Blazor, Azure Functions, or any other .NET application.","sentry-dotnet-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-dotnet-sdk/SKILL.md",[500,501,502,503,504,505,506],{"path":422,"priority":332},{"path":424,"priority":349},{"path":426,"priority":349},{"path":428,"priority":349},{"path":430,"priority":349},{"path":432,"priority":349},{"path":436,"priority":349},{"basePath":508,"description":509,"displayName":510,"installMethods":511,"rationale":512,"selectedPaths":513,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-elixir-sdk","Full Sentry SDK setup for Elixir. Use when asked to \"add Sentry to Elixir\", \"install sentry for Elixir\", or configure error monitoring, tracing, logging, or crons for Elixir, Phoenix, or Plug applications. Supports Phoenix, Plug, LiveView, Oban, and Quantum.","sentry-elixir-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-elixir-sdk/SKILL.md",[514,515,516,517,518],{"path":422,"priority":332},{"path":424,"priority":349},{"path":426,"priority":349},{"path":428,"priority":349},{"path":436,"priority":349},{"basePath":520,"description":521,"displayName":522,"installMethods":523,"rationale":524,"selectedPaths":525,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-feature-setup","Configure specific Sentry features beyond basic SDK setup. Use when asked to monitor AI/LLM calls, set up OpenTelemetry pipelines, or create alerts and notifications.","sentry-feature-setup",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-feature-setup/SKILL.md",[526],{"path":422,"priority":332},{"basePath":528,"description":529,"displayName":530,"installMethods":531,"rationale":532,"selectedPaths":533,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-fix-issues","Find and fix issues from Sentry using MCP. Use when asked to fix Sentry errors, debug production issues, investigate exceptions, or resolve bugs reported in Sentry. Methodically analyzes stack traces, breadcrumbs, traces, and context to identify root causes.","sentry-fix-issues",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-fix-issues/SKILL.md",[534],{"path":422,"priority":332},{"basePath":536,"description":537,"displayName":538,"installMethods":539,"rationale":540,"selectedPaths":541,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-flutter-sdk","Full Sentry SDK setup for Flutter and Dart. Use when asked to \"add Sentry to Flutter\", \"install sentry_flutter\", \"setup Sentry in Dart\", or configure error monitoring, tracing, profiling, session replay, or logging for Flutter applications. Supports Android, iOS, macOS, Linux, Windows, and Web.","sentry-flutter-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-flutter-sdk/SKILL.md",[542,543,544,545,546,547,548],{"path":422,"priority":332},{"path":426,"priority":349},{"path":428,"priority":349},{"path":430,"priority":349},{"path":432,"priority":349},{"path":434,"priority":349},{"path":436,"priority":349},{"basePath":550,"description":551,"displayName":552,"installMethods":553,"rationale":554,"selectedPaths":555,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-go-sdk","Full Sentry SDK setup for Go. Use when asked to \"add Sentry to Go\", \"install sentry-go\", \"setup Sentry in Go\", or configure error monitoring, tracing, logging, metrics, or crons for Go applications. Supports net/http, Gin, Echo, Fiber, FastHTTP, Iris, Negroni, and gRPC.","sentry-go-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-go-sdk/SKILL.md",[556,557,558,559,560,561,562],{"path":422,"priority":332},{"path":424,"priority":349},{"path":426,"priority":349},{"path":428,"priority":349},{"path":430,"priority":349},{"path":432,"priority":349},{"path":436,"priority":349},{"basePath":564,"description":565,"displayName":566,"installMethods":567,"rationale":568,"selectedPaths":569,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-nestjs-sdk","Full Sentry SDK setup for NestJS. Use when asked to \"add Sentry to NestJS\", \"install @sentry/nestjs\", \"setup Sentry in NestJS\", or configure error monitoring, tracing, profiling, logging, metrics, crons, or AI monitoring for NestJS applications. Supports Express and Fastify adapters, GraphQL, microservices, WebSockets, and background jobs.","sentry-nestjs-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-nestjs-sdk/SKILL.md",[570,571,573,574,575,576,577,578],{"path":422,"priority":332},{"path":572,"priority":349},"references/ai-monitoring.md",{"path":424,"priority":349},{"path":426,"priority":349},{"path":428,"priority":349},{"path":430,"priority":349},{"path":432,"priority":349},{"path":436,"priority":349},{"basePath":580,"description":581,"displayName":582,"installMethods":583,"rationale":584,"selectedPaths":585,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-nextjs-sdk","Full Sentry SDK setup for Next.js. Use when asked to \"add Sentry to Next.js\", \"install @sentry/nextjs\", or configure error monitoring, tracing, session replay, logging, profiling, AI monitoring, or crons for Next.js applications. Supports Next.js 13+ with App Router and Pages Router.","sentry-nextjs-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-nextjs-sdk/SKILL.md",[586,587,588,589,590,591,592,593,594],{"path":422,"priority":332},{"path":572,"priority":349},{"path":424,"priority":349},{"path":426,"priority":349},{"path":428,"priority":349},{"path":430,"priority":349},{"path":432,"priority":349},{"path":434,"priority":349},{"path":436,"priority":349},{"basePath":596,"description":597,"displayName":598,"installMethods":599,"rationale":600,"selectedPaths":601,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-node-sdk","Full Sentry SDK setup for Node.js, Bun, and Deno. Use when asked to \"add Sentry to Node.js\", \"add Sentry to Bun\", \"add Sentry to Deno\", \"install @sentry/node\", \"@sentry/bun\", or \"@sentry/deno\", or configure error monitoring, tracing, logging, profiling, metrics, crons, or AI monitoring for server-side JavaScript/TypeScript runtimes.","sentry-node-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-node-sdk/SKILL.md",[602,603,604,605,606,607,608,609],{"path":422,"priority":332},{"path":572,"priority":349},{"path":424,"priority":349},{"path":426,"priority":349},{"path":428,"priority":349},{"path":430,"priority":349},{"path":432,"priority":349},{"path":436,"priority":349},{"basePath":611,"description":612,"displayName":613,"installMethods":614,"rationale":615,"selectedPaths":616,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-otel-exporter-setup","Configure the OpenTelemetry Collector with Sentry Exporter for multi-project routing and automatic project creation. Use when setting up OTel with Sentry, configuring collector pipelines for traces and logs, or routing telemetry from multiple services to Sentry projects.","sentry-otel-exporter-setup",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-otel-exporter-setup/SKILL.md",[617],{"path":422,"priority":332},{"basePath":619,"description":620,"displayName":621,"installMethods":622,"rationale":623,"selectedPaths":624,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-php-sdk","Full Sentry SDK setup for PHP. Use when asked to \"add Sentry to PHP\", \"install sentry/sentry\", \"setup Sentry in PHP\", or configure error monitoring, tracing, profiling, logging, metrics, or crons for PHP applications. Supports plain PHP, Laravel, and Symfony.","sentry-php-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-php-sdk/SKILL.md",[625,626,627,628,630,631,632,633,635],{"path":422,"priority":332},{"path":424,"priority":349},{"path":426,"priority":349},{"path":629,"priority":349},"references/laravel.md",{"path":428,"priority":349},{"path":430,"priority":349},{"path":432,"priority":349},{"path":634,"priority":349},"references/symfony.md",{"path":436,"priority":349},{"basePath":637,"description":638,"displayName":639,"installMethods":640,"rationale":641,"selectedPaths":642,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-pr-code-review","Review a project's PRs to check for issues detected in code review by Seer Bug Prediction. Use when asked to review or fix issues identified by Sentry in PR comments, or to find recent PRs with Sentry feedback.","sentry-pr-code-review",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-pr-code-review/SKILL.md",[643],{"path":422,"priority":332},{"basePath":645,"description":646,"displayName":647,"installMethods":648,"rationale":649,"selectedPaths":650,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-python-sdk","Full Sentry SDK setup for Python. Use when asked to \"add Sentry to Python\", \"install sentry-sdk\", \"setup Sentry in Python\", or configure error monitoring, tracing, profiling, logging, metrics, crons, or AI monitoring for Python applications. Supports Django, Flask, FastAPI, Celery, Starlette, AIOHTTP, Tornado, and more.","sentry-python-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-python-sdk/SKILL.md",[651,652,653,654,655,656,657,658],{"path":422,"priority":332},{"path":572,"priority":349},{"path":424,"priority":349},{"path":426,"priority":349},{"path":428,"priority":349},{"path":430,"priority":349},{"path":432,"priority":349},{"path":436,"priority":349},{"basePath":660,"description":661,"displayName":662,"installMethods":663,"rationale":664,"selectedPaths":665,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-react-native-sdk","Full Sentry SDK setup for React Native and Expo. Use when asked to \"add Sentry to React Native\", \"install @sentry/react-native\", \"setup Sentry in Expo\", or configure error monitoring, tracing, profiling, session replay, or logging for React Native applications. Supports Expo managed, Expo bare, and vanilla React Native.","sentry-react-native-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-react-native-sdk/SKILL.md",[666,667,668,669,670,671,672],{"path":422,"priority":332},{"path":426,"priority":349},{"path":428,"priority":349},{"path":432,"priority":349},{"path":434,"priority":349},{"path":436,"priority":349},{"path":451,"priority":349},{"basePath":674,"description":675,"displayName":676,"installMethods":677,"rationale":678,"selectedPaths":679,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-react-router-framework-sdk","Full Sentry SDK setup for React Router Framework mode. Use when asked to \"add Sentry to React Router Framework\", \"install @sentry/react-router\", or configure error monitoring, tracing, profiling, session replay, logs, or user feedback for a React Router v7 framework app.","sentry-react-router-framework-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-react-router-framework-sdk/SKILL.md",[680,681,682,683,684,686,687,688],{"path":422,"priority":332},{"path":426,"priority":349},{"path":428,"priority":349},{"path":432,"priority":349},{"path":685,"priority":349},"references/react-router-framework-features.md",{"path":434,"priority":349},{"path":436,"priority":349},{"path":451,"priority":349},{"basePath":690,"description":691,"displayName":692,"installMethods":693,"rationale":694,"selectedPaths":695,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-react-sdk","Full Sentry SDK setup for React. Use when asked to \"add Sentry to React\", \"install @sentry/react\", or configure error monitoring, tracing, session replay, profiling, or logging for React applications. Supports React 16+, React Router v5-v7 non-framework mode, TanStack Router, Redux, Vite, and webpack.","sentry-react-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-react-sdk/SKILL.md",[696,697,698,699,700,702,703],{"path":422,"priority":332},{"path":426,"priority":349},{"path":428,"priority":349},{"path":432,"priority":349},{"path":701,"priority":349},"references/react-features.md",{"path":434,"priority":349},{"path":436,"priority":349},{"basePath":705,"description":706,"displayName":707,"installMethods":708,"rationale":709,"selectedPaths":710,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-ruby-sdk","Full Sentry SDK setup for Ruby. Use when asked to add Sentry to Ruby, install sentry-ruby, setup Sentry in Rails/Sinatra/Rack, or configure error monitoring, tracing, logging, metrics, profiling, or crons for Ruby applications. Also handles migration from AppSignal, Honeybadger, Bugsnag, Rollbar, or Airbrake. Supports Rails, Sinatra, Rack, Sidekiq, and Resque.","sentry-ruby-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-ruby-sdk/SKILL.md",[711,712,713,714,715,716,718,719],{"path":422,"priority":332},{"path":424,"priority":349},{"path":426,"priority":349},{"path":428,"priority":349},{"path":430,"priority":349},{"path":717,"priority":349},"references/migration.md",{"path":432,"priority":349},{"path":436,"priority":349},{"basePath":721,"description":722,"displayName":723,"installMethods":724,"rationale":725,"selectedPaths":726,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-sdk-setup","Set up Sentry in any language or framework. Detects the user's platform and loads the right SDK skill. Use when asked to add Sentry, install an SDK, or set up error monitoring in a project.","sentry-sdk-setup",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-sdk-setup/SKILL.md",[727],{"path":422,"priority":332},{"basePath":729,"description":730,"displayName":731,"installMethods":732,"rationale":733,"selectedPaths":734,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-sdk-skill-creator","Create a complete Sentry SDK skill bundle for any platform. Use when asked to \"create an SDK skill\", \"add a new platform skill\", \"write a Sentry skill for X\", or build a new sentry-\u003Cplatform>-sdk skill bundle with wizard flow and feature reference files.","sentry-sdk-skill-creator",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-sdk-skill-creator/SKILL.md",[735,736,738,740],{"path":422,"priority":332},{"path":737,"priority":349},"references/philosophy.md",{"path":739,"priority":349},"references/quality-checklist.md",{"path":741,"priority":349},"references/research-playbook.md",{"basePath":743,"description":744,"displayName":745,"installMethods":746,"rationale":747,"selectedPaths":748,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-sdk-upgrade","Upgrade the Sentry JavaScript SDK across major versions. Use when asked to upgrade Sentry, migrate to a newer version, fix deprecated Sentry APIs, or resolve breaking changes after a Sentry version bump.","sentry-sdk-upgrade",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-sdk-upgrade/SKILL.md",[749,750,752,754,756],{"path":422,"priority":332},{"path":751,"priority":349},"references/upgrade-patterns.md",{"path":753,"priority":349},"references/v7-to-v8.md",{"path":755,"priority":349},"references/v8-to-v9.md",{"path":757,"priority":349},"references/v9-to-v10.md",{"basePath":759,"description":760,"displayName":761,"installMethods":762,"rationale":763,"selectedPaths":764,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-setup-ai-monitoring","Setup Sentry AI Agent Monitoring in any project. Use when asked to monitor LLM calls, track AI agents, or instrument OpenAI/Anthropic/Vercel AI/LangChain/Google GenAI/Pydantic AI. Detects installed AI SDKs and configures appropriate integrations.","sentry-setup-ai-monitoring",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-setup-ai-monitoring/SKILL.md",[765,766],{"path":422,"priority":332},{"path":767,"priority":349},"references/sampling.md",{"basePath":769,"description":770,"displayName":771,"installMethods":772,"rationale":773,"selectedPaths":774,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-svelte-sdk","Full Sentry SDK setup for Svelte and SvelteKit. Use when asked to \"add Sentry to Svelte\", \"add Sentry to SvelteKit\", \"install @sentry/sveltekit\", or configure error monitoring, tracing, session replay, or logging for Svelte or SvelteKit applications.","sentry-svelte-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-svelte-sdk/SKILL.md",[775,776,777,778,779],{"path":422,"priority":332},{"path":426,"priority":349},{"path":428,"priority":349},{"path":434,"priority":349},{"path":436,"priority":349},{"basePath":781,"description":782,"displayName":783,"installMethods":784,"rationale":785,"selectedPaths":786,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-tanstack-start-sdk","Full Sentry SDK setup for TanStack Start React. Use when asked to \"add Sentry to TanStack Start\", \"install @sentry/tanstackstart-react\", or configure error monitoring, tracing, session replay, logs, or user feedback in a TanStack Start React app.","sentry-tanstack-start-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-tanstack-start-sdk/SKILL.md",[787,788,789,790,791,793,794],{"path":422,"priority":332},{"path":426,"priority":349},{"path":428,"priority":349},{"path":434,"priority":349},{"path":792,"priority":349},"references/tanstackstart-features.md",{"path":436,"priority":349},{"path":451,"priority":349},{"basePath":796,"description":797,"displayName":798,"installMethods":799,"rationale":800,"selectedPaths":801,"source":338,"sourceLanguage":18,"type":263},"skills/sentry-workflow","Fix production issues and review code with Sentry context. Use when asked to fix Sentry errors, debug issues, triage exceptions, review PR comments from Sentry, or resolve bugs.","sentry-workflow",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-workflow/SKILL.md",[802],{"path":422,"priority":332},{"sources":804},[805],"manual",{"closedIssues90d":247,"description":279,"forks":248,"license":253,"openIssues90d":249,"pushedAt":250,"readmeSize":245,"stars":251,"topics":807},[808],"tag-production",{"classifiedAt":810,"discoverAt":811,"extractAt":812,"githubAt":812,"updatedAt":810},1778687299236,1778687295017,1778687297417,[218,221,220,219,217,222],{"evaluatedAt":257,"extractAt":303,"updatedAt":257},[],[817,839,860,876,904,934],{"_creationTime":818,"_id":819,"community":820,"display":821,"identity":824,"providers":825,"relations":835,"tags":836,"workflow":837},1778687299685.3896,"k17ccc7rzdf8q3e5c4v8vv1qnh86ndw3",{"reviewCount":8},{"description":646,"installMethods":822,"name":823,"sourceUrl":14},{"claudeCode":12},"Sentry Python SDK",{"basePath":645,"githubOwner":260,"githubRepo":261,"locale":18,"slug":647,"type":263},{"evaluate":826,"extract":834},{"promptVersionExtension":210,"promptVersionScoring":211,"score":827,"tags":828,"targetMarket":223,"tier":224},100,[829,217,219,830,222,831,832,833],"python","error-monitoring","profiling","logging","ai-monitoring",{"commitSha":293,"license":253},{"parentExtensionId":266,"repoId":299},[833,830,832,831,829,219,217,222],{"evaluatedAt":838,"extractAt":303,"updatedAt":838},1778687806582,{"_creationTime":840,"_id":841,"community":842,"display":843,"identity":845,"providers":846,"relations":856,"tags":857,"workflow":858},1778687299685.3887,"k171qwbwxcbm9c1d3n1mf3nqhn86nh4k",{"reviewCount":8},{"description":597,"installMethods":844,"name":598,"sourceUrl":14},{"claudeCode":12},{"basePath":596,"githubOwner":260,"githubRepo":261,"locale":18,"slug":598,"type":263},{"evaluate":847,"extract":855},{"promptVersionExtension":210,"promptVersionScoring":211,"score":848,"tags":849,"targetMarket":223,"tier":224},99,[217,220,221,222,832,831,850,851,852,853,854],"javascript","typescript","nodejs","bun","deno",{"commitSha":293},{"parentExtensionId":266,"repoId":299},[853,854,221,850,832,220,852,831,217,222,851],{"evaluatedAt":859,"extractAt":303,"updatedAt":859},1778687722675,{"_creationTime":861,"_id":862,"community":863,"display":864,"identity":866,"providers":867,"relations":872,"tags":873,"workflow":874},1778687299685.3882,"k170nd9mnc2ssjjdpvwrs0fnyx86n7hr",{"reviewCount":8},{"description":565,"installMethods":865,"name":566,"sourceUrl":14},{"claudeCode":12},{"basePath":564,"githubOwner":260,"githubRepo":261,"locale":18,"slug":566,"type":263},{"evaluate":868,"extract":871},{"promptVersionExtension":210,"promptVersionScoring":211,"score":848,"tags":869,"targetMarket":223,"tier":224},[870,217,219,220,221,222,851],"nestjs",{"commitSha":293},{"parentExtensionId":266,"repoId":299},[221,220,870,219,217,222,851],{"evaluatedAt":875,"extractAt":303,"updatedAt":875},1778687662084,{"_creationTime":877,"_id":878,"community":879,"display":880,"identity":886,"providers":890,"relations":897,"tags":900,"workflow":901},1778693180473.1174,"k17fm8t65dw1y28823kj8ce3bn86mgqg",{"reviewCount":8},{"description":881,"installMethods":882,"name":884,"sourceUrl":885},"Azure Monitor Query SDK for Python. Use for querying Log Analytics workspaces and Azure Monitor metrics.\nTriggers: \"azure-monitor-query\", \"LogsQueryClient\", \"MetricsQueryClient\", \"Log Analytics\", \"Kusto queries\", \"Azure metrics\".\n",{"claudeCode":883},"microsoft/agent-skills","azure-monitor-query-py","https://github.com/microsoft/agent-skills",{"basePath":887,"githubOwner":888,"githubRepo":889,"locale":18,"slug":884,"type":263},".github/plugins/azure-sdk-python/skills/azure-monitor-query-py","microsoft","agent-skills",{"evaluate":891,"extract":896},{"promptVersionExtension":210,"promptVersionScoring":211,"score":827,"tags":892,"targetMarket":223,"tier":224},[893,220,894,895,219,829],"azure","logs","metrics",{"commitSha":293},{"parentExtensionId":898,"repoId":899},"k171mfx6atvhq1bkhpky84v4b186n9qd","kd77czgnv00rfjm815pcc5xx5986n5t8",[893,894,895,220,829,219],{"evaluatedAt":902,"extractAt":903,"updatedAt":902},1778695102758,1778693180473,{"_creationTime":905,"_id":906,"community":907,"display":908,"identity":914,"providers":918,"relations":927,"tags":930,"workflow":931},1778692306427.0989,"k1796t5tyzzwfm2x9bbbaaw5y586ndfk",{"reviewCount":8},{"description":909,"installMethods":910,"name":912,"sourceUrl":913},"Production incidents dashboard. Reads ECS health, Sentry errors, CI failures. Offers to dispatch fix agents for active fires.",{"claudeCode":911},"Lifecycle-Innovations-Limited/claude-ops","ops-fires","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"basePath":915,"githubOwner":916,"githubRepo":917,"locale":18,"slug":912,"type":263},"claude-ops/skills/ops-fires","Lifecycle-Innovations-Limited","claude-ops",{"evaluate":919,"extract":926},{"promptVersionExtension":210,"promptVersionScoring":211,"score":827,"tags":920,"targetMarket":223,"tier":224},[921,220,922,923,924,217,925],"incident-management","devops","automation","aws","ci-cd",{"commitSha":293},{"parentExtensionId":928,"repoId":929},"k17d0t6ns7y6t377pfprg128hd86nm89","kd7d52tcek2e34r805zs06b10d86n39v",[923,924,925,922,921,220,217],{"evaluatedAt":932,"extractAt":933,"updatedAt":932},1778692547909,1778692306427,{"_creationTime":935,"_id":936,"community":937,"display":938,"identity":940,"providers":941,"relations":948,"tags":949,"workflow":950},1778687299685.392,"k177vta3yfja3m76q9th1tz91s86n67s",{"reviewCount":8},{"description":782,"installMethods":939,"name":783,"sourceUrl":14},{"claudeCode":12},{"basePath":781,"githubOwner":260,"githubRepo":261,"locale":18,"slug":783,"type":263},{"evaluate":942,"extract":947},{"promptVersionExtension":210,"promptVersionScoring":211,"score":827,"tags":943,"targetMarket":223,"tier":224},[217,944,945,946,830,222],"react","tanstack-start","sdk-setup",{"commitSha":293},{"parentExtensionId":266,"repoId":299},[830,944,946,217,945,222],{"evaluatedAt":951,"extractAt":303,"updatedAt":951},1778687996205]