[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-getsentry-sentry-go-sdk-en":3,"guides-for-getsentry-sentry-go-sdk":803,"similar-k1708rxzgzb221pvqs8v70r53n86n37q-en":804},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":246,"isFallback":229,"parentExtension":251,"providers":303,"relations":307,"repo":308,"tags":801,"workflow":802},1778687299685.388,"k1708rxzgzb221pvqs8v70r53n86n37q",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"getsentry/sentry-for-ai","sentry-go-sdk","https://github.com/getsentry/sentry-for-ai",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":227,"workflow":244},1778687643350.6528,"kn74x7pzeksr50rhzwn49rf08186mpw6","en",{"checks":20,"evaluatedAt":186,"extensionSummary":187,"features":188,"nonGoals":194,"practices":198,"prerequisites":203,"promptVersionExtension":207,"promptVersionScoring":208,"purpose":209,"rationale":210,"score":211,"summary":212,"tags":213,"targetMarket":220,"tier":221,"useCases":222},[21,26,29,32,36,39,43,46,50,54,58,61,64,68,72,76,79,82,85,88,92,96,100,103,107,111,114,117,120,123,126,129,133,136,140,144,147,150,153,156,160,163,166,169,172,176,180,183],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of setting up the Sentry SDK for Go applications and specifies the target audience and use cases.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","This skill offers a significant value over a simple prompt by providing an opinionated, step-by-step wizard that scans the project and generates specific recommendations and installation commands, tailored to the detected Go frameworks and libraries.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of Sentry SDK setup for Go, including detection, recommendation, installation guidance, configuration, verification, and cross-linking to frontend skills. It provides actionable steps and code examples suitable for production workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses exclusively on the setup and configuration of the Sentry SDK for Go applications, aligning with its stated purpose.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities, clearly stating its purpose, target language (Go), and supported frameworks.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Precise Purpose","The description precisely names the artifact (Sentry SDK for Go) and the task (full setup, configuration of error monitoring, tracing, etc.) and provides clear trigger phrases and boundaries.",{"category":40,"check":44,"severity":24,"summary":45},"Concise Frontmatter","The frontmatter is dense and self-contained, clearly summarizing the core capability and providing precise trigger phrases within the character limit.",{"category":47,"check":48,"severity":24,"summary":49},"Documentation","Concise Body","The SKILL.md body is concise and effectively uses external reference files for detailed procedures and configuration, adhering to progressive disclosure principles.",{"category":51,"check":52,"severity":24,"summary":53},"Context","Progressive Disclosure","Detailed procedures for specific features like error monitoring, tracing, and logging are correctly delegated to separate markdown files in the `references/` directory.",{"category":51,"check":55,"severity":56,"summary":57},"Forked exploration","not_applicable","This skill is a setup wizard and does not involve deep exploration or code review, making the 'context: fork' setting not applicable.",{"category":22,"check":59,"severity":24,"summary":60},"Usage examples","The SKILL.md provides sufficient, end-to-end, ready-to-use examples for installation, basic initialization, framework middleware integration, and feature-specific configurations.",{"category":22,"check":62,"severity":24,"summary":63},"Edge cases","The documentation addresses several edge cases and limitations, such as panic recovery with `os.Exit`, hub cloning for goroutines, and specific framework behaviors (Fiber/FastHTTP), providing recovery steps.",{"category":65,"check":66,"severity":56,"summary":67},"Code Execution","Tool Fallback","The skill does not rely on external MCP servers or custom tools; it uses standard Go commands and libraries, thus not requiring fallbacks.",{"category":69,"check":70,"severity":24,"summary":71},"Safety","Halt on unexpected state","The skill implicitly halts or guides the user when unexpected states occur, such as checking for DSN errors during initialization and providing troubleshooting steps.",{"category":73,"check":74,"severity":24,"summary":75},"Portability","Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills. It explicitly cross-links to frontend SDK skills when applicable.",{"category":33,"check":77,"severity":56,"summary":78},"Tool naming","This skill does not expose user-facing tools or commands; its interaction is primarily through natural language prompts and code generation, making tool naming not applicable.",{"category":33,"check":80,"severity":56,"summary":81},"Minimal I/O surface","As a skill that generates code and instructions rather than executing commands directly, the concept of a minimal I/O surface for tools is not applicable.",{"category":40,"check":83,"severity":56,"summary":84},"Overlapping near-synonym tools","This skill does not expose multiple tools with overlapping functionality; its interaction is based on natural language understanding.",{"category":47,"check":86,"severity":24,"summary":87},"Phantom features","All advertised features, such as support for various frameworks and observability features, have corresponding documentation and implementation guidance within the SKILL.md and its references.",{"category":89,"check":90,"severity":24,"summary":91},"Install","Installation instruction","The README provides clear installation instructions for Claude Code and Cursor, along with verification steps.",{"category":93,"check":94,"severity":24,"summary":95},"Errors","Actionable error messages","The troubleshooting sections in SKILL.md and reference files provide clear explanations of potential errors, their symptoms, and remediation steps.",{"category":97,"check":98,"severity":24,"summary":99},"Execution","Pinned dependencies","The SKILL.md provides explicit `go get` commands for necessary dependencies, effectively pinning them for the user's project setup.",{"category":33,"check":101,"severity":56,"summary":102},"Dry-run preview","This skill generates code and configuration instructions; it does not perform state-changing operations that would require a dry-run preview.",{"category":104,"check":105,"severity":56,"summary":106},"Protocol","Idempotent retry & timeouts","The skill's function is to generate setup instructions and code snippets, not to perform state-changing operations or remote calls that require idempotency or timeouts.",{"category":108,"check":109,"severity":24,"summary":110},"Security","Secret Management","The skill guides users to use environment variables for secrets like SENTRY_DSN and SENTRY_RELEASE, rather than hardcoding them, and provides clear instructions for their use.",{"category":108,"check":112,"severity":24,"summary":113},"Injection","The skill's primary function is code generation and instruction provision. It does not load or execute arbitrary third-party data as instructions. Code examples are clearly delineated and intended for direct use.",{"category":108,"check":115,"severity":24,"summary":116},"Transitive Supply-Chain Grenades","The skill provides direct `go get` commands for SDK dependencies and code snippets. It does not fetch remote code or content to execute at runtime.",{"category":108,"check":118,"severity":56,"summary":119},"Sandbox Isolation","This skill does not execute code in a sandbox environment; it provides instructions and code snippets for the user to implement in their own project.",{"category":108,"check":121,"severity":56,"summary":122},"Sandbox escape primitives","As the skill does not execute code directly, it does not contain sandbox escape primitives.",{"category":108,"check":124,"severity":24,"summary":125},"Data Exfiltration","The skill guides users to configure Sentry SDKs to use environment variables for sensitive data (DSN, Release, Environment) and explicitly states to avoid hardcoding them. It does not instruct the submission of confidential data.",{"category":108,"check":127,"severity":24,"summary":128},"Hidden Text Tricks","The SKILL.md and associated markdown files are free of hidden text tricks, invisible characters, or misleading formatting.",{"category":130,"check":131,"severity":24,"summary":132},"Hooks","Opaque code execution","The skill relies on standard Go package installations and code examples, with no obfuscated code, base64 payloads, or runtime script fetching.",{"category":73,"check":134,"severity":24,"summary":135},"Structural Assumption","The skill's instructions for dependency management (`go get`) and code placement are standard Go practices and do not make unusual project structure assumptions.",{"category":137,"check":138,"severity":24,"summary":139},"Trust","Issues Attention","In the last 90 days, 3 issues were opened and 37 were closed, indicating active maintenance and a healthy closure rate.",{"category":141,"check":142,"severity":24,"summary":143},"Versioning","Release Management","The SKILL.md frontmatter declares the license as Apache-2.0, and the README mentions MIT license. The project's root LICENSE file is MIT. The `license` field should reflect the actual bundled license (MIT).",{"category":65,"check":145,"severity":56,"summary":146},"Validation","The skill does not execute code or process structured output directly; it provides instructions and code snippets for the user to implement, making validation of its own output not applicable.",{"category":108,"check":148,"severity":56,"summary":149},"Unguarded Destructive Operations","This skill does not perform any destructive operations on the user's system; it only provides instructions and code for setup.",{"category":65,"check":151,"severity":24,"summary":152},"Error Handling","The documentation provides clear troubleshooting sections that address potential errors, their symptoms, and recovery steps, allowing users to handle issues effectively.",{"category":65,"check":154,"severity":56,"summary":155},"Logging","The skill itself does not generate logs for audit purposes; it guides the user on how to implement logging within their Go application using the Sentry SDK.",{"category":157,"check":158,"severity":24,"summary":159},"Compliance","GDPR","The skill guides users to send personal data (if applicable) to Sentry only with explicit configuration (`SendDefaultPII: true`) and emphasizes using environment variables for sensitive data, adhering to responsible data handling.",{"category":157,"check":161,"severity":24,"summary":162},"Target market","The extension is globally applicable to Go applications and does not have any regional or jurisdictional restrictions.",{"category":73,"check":164,"severity":24,"summary":165},"Runtime stability","The skill relies on standard Go tooling (`go get`) and practices, ensuring broad compatibility across POSIX-compliant systems. It specifies Go version requirements in the documentation.",{"category":47,"check":167,"severity":24,"summary":168},"README","The README file clearly introduces the plugin's purpose, capabilities, installation, and skills, serving as an effective entry point.",{"category":33,"check":170,"severity":56,"summary":171},"Tool surface size","This is a skill, not a CLI or MCP server exposing multiple tools. It is invoked via natural language and operates as a single unit.",{"category":173,"check":174,"severity":24,"summary":175},"License","License usability","The bundled LICENSE file is MIT, which is a permissive open-source license.",{"category":177,"check":178,"severity":24,"summary":179},"Maintenance","Commit recency","The repository shows recent commits as of May 13, 2026, indicating active maintenance.",{"category":177,"check":181,"severity":24,"summary":182},"Dependency Management","The skill provides clear `go get` commands for its dependencies, and the SKILL.md references them, allowing users to manage and pin their project's dependencies.",{"category":108,"check":184,"severity":24,"summary":185},"Active attack pattern","No active attack patterns such as typosquatting, malicious lifecycle hooks, or deceptive practices were observed.",1778687643236,"This skill provides a comprehensive, guided setup process for integrating the Sentry SDK into Go applications. It automates project scanning to detect frameworks and libraries, recommends specific Sentry features, and provides step-by-step installation and configuration instructions, including code examples and troubleshooting.",[189,190,191,192,193],"Automated Sentry SDK setup for Go projects","Detects Go frameworks (net/http, Gin, Echo, Fiber, etc.)","Guides configuration for error monitoring, tracing, and logging","Provides code examples for initialization, middleware, and advanced features","Includes troubleshooting and best practice guidance",[195,196,197],"Writing Go application code beyond Sentry SDK integration.","Configuring Sentry project settings or alerting rules within the Sentry platform.","Troubleshooting runtime application errors unrelated to Sentry SDK setup.",[199,200,201,202],"SDK Setup","Error Monitoring","Distributed Tracing","Observability",[204,205,206],"Go toolchain installed","Project with a `go.mod` file","Access to Sentry DSN","3.0.0","4.4.0","To streamline and demystify the process of adding Sentry SDKs to Go applications, ensuring proper configuration for error monitoring, tracing, logging, and other observability features.","The skill is exceptionally well-documented and production-ready, providing comprehensive guidance for Sentry Go SDK setup. No critical or warning findings were identified. Minor adjustments to license field reporting and dependency pinning clarity were noted.",95,"High-quality Go Sentry SDK setup skill with excellent documentation and clear instructions.",[214,215,216,217,218,219],"go","sdk","sentry","observability","error-monitoring","tracing","global","verified",[223,224,225,226],"Use when asked to add Sentry to a Go application.","Use when configuring error monitoring, tracing, or logging for Go services.","Use when needing to integrate the `sentry-go` SDK with specific Go frameworks.","Use when encountering issues with Sentry Go SDK setup or configuration.",{"codeQuality":228,"collectedAt":230,"documentation":231,"maintenance":234,"security":240,"testCoverage":242},{"hasLockfile":229},false,1778687626091,{"descriptionLength":232,"readmeSize":233},270,4777,{"closedIssues90d":235,"forks":236,"hasChangelog":229,"openIssues90d":237,"pushedAt":238,"stars":239},37,21,3,1778664294000,170,{"hasNpmPackage":229,"license":241,"smitheryVerified":229},"MIT",{"hasCi":243,"hasTests":229},true,{"updatedAt":245},1778687643350,{"basePath":247,"githubOwner":248,"githubRepo":249,"locale":18,"slug":13,"type":250},"skills/sentry-go-sdk","getsentry","sentry-for-ai","skill",{"_creationTime":252,"_id":253,"community":254,"display":255,"identity":258,"parentExtension":261,"providers":293,"relations":299,"tags":300,"workflow":301},1778687299685.385,"k179krjesmjphb7bqfh43701sn86n8mn",{"reviewCount":8},{"description":256,"installMethods":257,"name":216,"sourceUrl":14},"Sentry Plugin for Claude Code to help with debugging including MCP, commands, and skill capabilities.",{"claudeCode":216},{"basePath":259,"githubOwner":248,"githubRepo":249,"locale":18,"slug":249,"type":260},"","plugin",{"_creationTime":262,"_id":263,"community":264,"display":265,"identity":269,"providers":271,"relations":287,"tags":289,"workflow":290},1778687299685.3848,"k179yfyfa9mb154bqjgahv10fn86mrz3",{"reviewCount":8},{"description":266,"installMethods":267,"name":268,"sourceUrl":14},"Teach your AI coding assistant how to use Sentry - setup, debugging, alerts, and more",{"claudeCode":12},"sentry-plugin-marketplace",{"basePath":259,"githubOwner":248,"githubRepo":249,"locale":18,"slug":249,"type":270},"marketplace",{"evaluate":272,"extract":281},{"promptVersionExtension":273,"promptVersionScoring":208,"score":274,"tags":275,"targetMarket":220,"tier":280},"3.1.0",75,[216,276,277,278,279],"debugging","monitoring","error-tracking","ai-assistant","community",{"commitSha":282,"marketplace":283,"plugin":285},"HEAD",{"name":268,"pluginCount":284},1,{"mcpCount":8,"provider":286,"skillCount":8},"classify",{"repoId":288},"kd72wxwjk5zaddkehkc2ftrzfh86nk3n",[279,276,278,277,216],{"evaluatedAt":291,"extractAt":292,"updatedAt":291},1778687344825,1778687299685,{"evaluate":294,"extract":296},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":295,"targetMarket":220,"tier":221},[216,276,277,278,217],{"commitSha":282,"license":241,"plugin":297},{"mcpCount":8,"provider":286,"skillCount":298},30,{"parentExtensionId":263,"repoId":288},[276,278,277,217,216],{"evaluatedAt":302,"extractAt":292,"updatedAt":302},1778687354391,{"evaluate":304,"extract":306},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":305,"targetMarket":220,"tier":221},[214,215,216,217,218,219],{"commitSha":282,"license":241},{"parentExtensionId":253,"repoId":288},{"_creationTime":309,"_id":288,"identity":310,"providers":311,"workflow":797},1778687295017.2043,{"githubOwner":248,"githubRepo":249,"sourceUrl":14},{"classify":312,"discover":791,"github":794},{"commitSha":282,"extensions":313},[314,327,402,425,440,454,468,476,484,498,510,518,526,540,551,567,583,598,606,624,632,647,661,677,692,708,716,730,746,756,768,783],{"basePath":259,"displayName":268,"installMethods":315,"rationale":316,"selectedPaths":317,"source":326,"sourceLanguage":18,"type":270},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[318,321,323],{"path":319,"priority":320},".claude-plugin/marketplace.json","mandatory",{"path":322,"priority":320},"README.md",{"path":324,"priority":325},"LICENSE","high","rule",{"basePath":259,"description":256,"displayName":216,"installMethods":328,"license":241,"rationale":329,"selectedPaths":330,"source":326,"sourceLanguage":18,"type":260},{"claudeCode":216},"plugin manifest at .claude-plugin/plugin.json",[331,333,334,335,338,340,342,344,346,348,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],{"path":332,"priority":320},".claude-plugin/plugin.json",{"path":322,"priority":320},{"path":324,"priority":325},{"path":336,"priority":337},"skills/sentry-android-sdk/SKILL.md","medium",{"path":339,"priority":337},"skills/sentry-browser-sdk/SKILL.md",{"path":341,"priority":337},"skills/sentry-cloudflare-sdk/SKILL.md",{"path":343,"priority":337},"skills/sentry-cocoa-sdk/SKILL.md",{"path":345,"priority":337},"skills/sentry-code-review/SKILL.md",{"path":347,"priority":337},"skills/sentry-create-alert/SKILL.md",{"path":349,"priority":337},"skills/sentry-dotnet-sdk/SKILL.md",{"path":351,"priority":337},"skills/sentry-elixir-sdk/SKILL.md",{"path":353,"priority":337},"skills/sentry-feature-setup/SKILL.md",{"path":355,"priority":337},"skills/sentry-fix-issues/SKILL.md",{"path":357,"priority":337},"skills/sentry-flutter-sdk/SKILL.md",{"path":359,"priority":337},"skills/sentry-go-sdk/SKILL.md",{"path":361,"priority":337},"skills/sentry-nestjs-sdk/SKILL.md",{"path":363,"priority":337},"skills/sentry-nextjs-sdk/SKILL.md",{"path":365,"priority":337},"skills/sentry-node-sdk/SKILL.md",{"path":367,"priority":337},"skills/sentry-otel-exporter-setup/SKILL.md",{"path":369,"priority":337},"skills/sentry-php-sdk/SKILL.md",{"path":371,"priority":337},"skills/sentry-pr-code-review/SKILL.md",{"path":373,"priority":337},"skills/sentry-python-sdk/SKILL.md",{"path":375,"priority":337},"skills/sentry-react-native-sdk/SKILL.md",{"path":377,"priority":337},"skills/sentry-react-router-framework-sdk/SKILL.md",{"path":379,"priority":337},"skills/sentry-react-sdk/SKILL.md",{"path":381,"priority":337},"skills/sentry-ruby-sdk/SKILL.md",{"path":383,"priority":337},"skills/sentry-sdk-setup/SKILL.md",{"path":385,"priority":337},"skills/sentry-sdk-skill-creator/SKILL.md",{"path":387,"priority":337},"skills/sentry-sdk-upgrade/SKILL.md",{"path":389,"priority":337},"skills/sentry-setup-ai-monitoring/SKILL.md",{"path":391,"priority":337},"skills/sentry-svelte-sdk/SKILL.md",{"path":393,"priority":337},"skills/sentry-tanstack-start-sdk/SKILL.md",{"path":395,"priority":337},"skills/sentry-workflow/SKILL.md",{"path":397,"priority":320},".mcp.json",{"path":399,"priority":325},"commands/seer.md",{"path":401,"priority":325},".cursor-plugin/plugin.json",{"basePath":403,"description":404,"displayName":405,"installMethods":406,"rationale":407,"selectedPaths":408,"source":326,"sourceLanguage":18,"type":250},"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",[409,411,413,415,417,419,421,423],{"path":410,"priority":320},"SKILL.md",{"path":412,"priority":337},"references/crons.md",{"path":414,"priority":337},"references/error-monitoring.md",{"path":416,"priority":337},"references/logging.md",{"path":418,"priority":337},"references/metrics.md",{"path":420,"priority":337},"references/profiling.md",{"path":422,"priority":337},"references/session-replay.md",{"path":424,"priority":337},"references/tracing.md",{"basePath":426,"description":427,"displayName":428,"installMethods":429,"rationale":430,"selectedPaths":431,"source":326,"sourceLanguage":18,"type":250},"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",[432,433,434,435,436,437,438],{"path":410,"priority":320},{"path":414,"priority":337},{"path":416,"priority":337},{"path":420,"priority":337},{"path":422,"priority":337},{"path":424,"priority":337},{"path":439,"priority":337},"references/user-feedback.md",{"basePath":441,"description":442,"displayName":443,"installMethods":444,"rationale":445,"selectedPaths":446,"source":326,"sourceLanguage":18,"type":250},"skills/sentry-cloudflare-sdk","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.","sentry-cloudflare-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-cloudflare-sdk/SKILL.md",[447,448,449,451,452,453],{"path":410,"priority":320},{"path":412,"priority":337},{"path":450,"priority":337},"references/durable-objects.md",{"path":414,"priority":337},{"path":416,"priority":337},{"path":424,"priority":337},{"basePath":455,"description":456,"displayName":457,"installMethods":458,"rationale":459,"selectedPaths":460,"source":326,"sourceLanguage":18,"type":250},"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",[461,462,463,464,465,466,467],{"path":410,"priority":320},{"path":414,"priority":337},{"path":416,"priority":337},{"path":420,"priority":337},{"path":422,"priority":337},{"path":424,"priority":337},{"path":439,"priority":337},{"basePath":469,"description":470,"displayName":471,"installMethods":472,"rationale":473,"selectedPaths":474,"source":326,"sourceLanguage":18,"type":250},"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",[475],{"path":410,"priority":320},{"basePath":477,"description":478,"displayName":479,"installMethods":480,"rationale":481,"selectedPaths":482,"source":326,"sourceLanguage":18,"type":250},"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",[483],{"path":410,"priority":320},{"basePath":485,"description":486,"displayName":487,"installMethods":488,"rationale":489,"selectedPaths":490,"source":326,"sourceLanguage":18,"type":250},"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",[491,492,493,494,495,496,497],{"path":410,"priority":320},{"path":412,"priority":337},{"path":414,"priority":337},{"path":416,"priority":337},{"path":418,"priority":337},{"path":420,"priority":337},{"path":424,"priority":337},{"basePath":499,"description":500,"displayName":501,"installMethods":502,"rationale":503,"selectedPaths":504,"source":326,"sourceLanguage":18,"type":250},"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",[505,506,507,508,509],{"path":410,"priority":320},{"path":412,"priority":337},{"path":414,"priority":337},{"path":416,"priority":337},{"path":424,"priority":337},{"basePath":511,"description":512,"displayName":513,"installMethods":514,"rationale":515,"selectedPaths":516,"source":326,"sourceLanguage":18,"type":250},"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",[517],{"path":410,"priority":320},{"basePath":519,"description":520,"displayName":521,"installMethods":522,"rationale":523,"selectedPaths":524,"source":326,"sourceLanguage":18,"type":250},"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",[525],{"path":410,"priority":320},{"basePath":527,"description":528,"displayName":529,"installMethods":530,"rationale":531,"selectedPaths":532,"source":326,"sourceLanguage":18,"type":250},"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",[533,534,535,536,537,538,539],{"path":410,"priority":320},{"path":414,"priority":337},{"path":416,"priority":337},{"path":418,"priority":337},{"path":420,"priority":337},{"path":422,"priority":337},{"path":424,"priority":337},{"basePath":247,"description":10,"displayName":13,"installMethods":541,"rationale":542,"selectedPaths":543,"source":326,"sourceLanguage":18,"type":250},{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-go-sdk/SKILL.md",[544,545,546,547,548,549,550],{"path":410,"priority":320},{"path":412,"priority":337},{"path":414,"priority":337},{"path":416,"priority":337},{"path":418,"priority":337},{"path":420,"priority":337},{"path":424,"priority":337},{"basePath":552,"description":553,"displayName":554,"installMethods":555,"rationale":556,"selectedPaths":557,"source":326,"sourceLanguage":18,"type":250},"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",[558,559,561,562,563,564,565,566],{"path":410,"priority":320},{"path":560,"priority":337},"references/ai-monitoring.md",{"path":412,"priority":337},{"path":414,"priority":337},{"path":416,"priority":337},{"path":418,"priority":337},{"path":420,"priority":337},{"path":424,"priority":337},{"basePath":568,"description":569,"displayName":570,"installMethods":571,"rationale":572,"selectedPaths":573,"source":326,"sourceLanguage":18,"type":250},"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",[574,575,576,577,578,579,580,581,582],{"path":410,"priority":320},{"path":560,"priority":337},{"path":412,"priority":337},{"path":414,"priority":337},{"path":416,"priority":337},{"path":418,"priority":337},{"path":420,"priority":337},{"path":422,"priority":337},{"path":424,"priority":337},{"basePath":584,"description":585,"displayName":586,"installMethods":587,"rationale":588,"selectedPaths":589,"source":326,"sourceLanguage":18,"type":250},"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",[590,591,592,593,594,595,596,597],{"path":410,"priority":320},{"path":560,"priority":337},{"path":412,"priority":337},{"path":414,"priority":337},{"path":416,"priority":337},{"path":418,"priority":337},{"path":420,"priority":337},{"path":424,"priority":337},{"basePath":599,"description":600,"displayName":601,"installMethods":602,"rationale":603,"selectedPaths":604,"source":326,"sourceLanguage":18,"type":250},"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",[605],{"path":410,"priority":320},{"basePath":607,"description":608,"displayName":609,"installMethods":610,"rationale":611,"selectedPaths":612,"source":326,"sourceLanguage":18,"type":250},"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",[613,614,615,616,618,619,620,621,623],{"path":410,"priority":320},{"path":412,"priority":337},{"path":414,"priority":337},{"path":617,"priority":337},"references/laravel.md",{"path":416,"priority":337},{"path":418,"priority":337},{"path":420,"priority":337},{"path":622,"priority":337},"references/symfony.md",{"path":424,"priority":337},{"basePath":625,"description":626,"displayName":627,"installMethods":628,"rationale":629,"selectedPaths":630,"source":326,"sourceLanguage":18,"type":250},"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",[631],{"path":410,"priority":320},{"basePath":633,"description":634,"displayName":635,"installMethods":636,"rationale":637,"selectedPaths":638,"source":326,"sourceLanguage":18,"type":250},"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",[639,640,641,642,643,644,645,646],{"path":410,"priority":320},{"path":560,"priority":337},{"path":412,"priority":337},{"path":414,"priority":337},{"path":416,"priority":337},{"path":418,"priority":337},{"path":420,"priority":337},{"path":424,"priority":337},{"basePath":648,"description":649,"displayName":650,"installMethods":651,"rationale":652,"selectedPaths":653,"source":326,"sourceLanguage":18,"type":250},"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",[654,655,656,657,658,659,660],{"path":410,"priority":320},{"path":414,"priority":337},{"path":416,"priority":337},{"path":420,"priority":337},{"path":422,"priority":337},{"path":424,"priority":337},{"path":439,"priority":337},{"basePath":662,"description":663,"displayName":664,"installMethods":665,"rationale":666,"selectedPaths":667,"source":326,"sourceLanguage":18,"type":250},"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",[668,669,670,671,672,674,675,676],{"path":410,"priority":320},{"path":414,"priority":337},{"path":416,"priority":337},{"path":420,"priority":337},{"path":673,"priority":337},"references/react-router-framework-features.md",{"path":422,"priority":337},{"path":424,"priority":337},{"path":439,"priority":337},{"basePath":678,"description":679,"displayName":680,"installMethods":681,"rationale":682,"selectedPaths":683,"source":326,"sourceLanguage":18,"type":250},"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",[684,685,686,687,688,690,691],{"path":410,"priority":320},{"path":414,"priority":337},{"path":416,"priority":337},{"path":420,"priority":337},{"path":689,"priority":337},"references/react-features.md",{"path":422,"priority":337},{"path":424,"priority":337},{"basePath":693,"description":694,"displayName":695,"installMethods":696,"rationale":697,"selectedPaths":698,"source":326,"sourceLanguage":18,"type":250},"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",[699,700,701,702,703,704,706,707],{"path":410,"priority":320},{"path":412,"priority":337},{"path":414,"priority":337},{"path":416,"priority":337},{"path":418,"priority":337},{"path":705,"priority":337},"references/migration.md",{"path":420,"priority":337},{"path":424,"priority":337},{"basePath":709,"description":710,"displayName":711,"installMethods":712,"rationale":713,"selectedPaths":714,"source":326,"sourceLanguage":18,"type":250},"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",[715],{"path":410,"priority":320},{"basePath":717,"description":718,"displayName":719,"installMethods":720,"rationale":721,"selectedPaths":722,"source":326,"sourceLanguage":18,"type":250},"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",[723,724,726,728],{"path":410,"priority":320},{"path":725,"priority":337},"references/philosophy.md",{"path":727,"priority":337},"references/quality-checklist.md",{"path":729,"priority":337},"references/research-playbook.md",{"basePath":731,"description":732,"displayName":733,"installMethods":734,"rationale":735,"selectedPaths":736,"source":326,"sourceLanguage":18,"type":250},"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",[737,738,740,742,744],{"path":410,"priority":320},{"path":739,"priority":337},"references/upgrade-patterns.md",{"path":741,"priority":337},"references/v7-to-v8.md",{"path":743,"priority":337},"references/v8-to-v9.md",{"path":745,"priority":337},"references/v9-to-v10.md",{"basePath":747,"description":748,"displayName":749,"installMethods":750,"rationale":751,"selectedPaths":752,"source":326,"sourceLanguage":18,"type":250},"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",[753,754],{"path":410,"priority":320},{"path":755,"priority":337},"references/sampling.md",{"basePath":757,"description":758,"displayName":759,"installMethods":760,"rationale":761,"selectedPaths":762,"source":326,"sourceLanguage":18,"type":250},"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",[763,764,765,766,767],{"path":410,"priority":320},{"path":414,"priority":337},{"path":416,"priority":337},{"path":422,"priority":337},{"path":424,"priority":337},{"basePath":769,"description":770,"displayName":771,"installMethods":772,"rationale":773,"selectedPaths":774,"source":326,"sourceLanguage":18,"type":250},"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",[775,776,777,778,779,781,782],{"path":410,"priority":320},{"path":414,"priority":337},{"path":416,"priority":337},{"path":422,"priority":337},{"path":780,"priority":337},"references/tanstackstart-features.md",{"path":424,"priority":337},{"path":439,"priority":337},{"basePath":784,"description":785,"displayName":786,"installMethods":787,"rationale":788,"selectedPaths":789,"source":326,"sourceLanguage":18,"type":250},"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",[790],{"path":410,"priority":320},{"sources":792},[793],"manual",{"closedIssues90d":235,"description":266,"forks":236,"license":241,"openIssues90d":237,"pushedAt":238,"readmeSize":233,"stars":239,"topics":795},[796],"tag-production",{"classifiedAt":798,"discoverAt":799,"extractAt":800,"githubAt":800,"updatedAt":798},1778687299236,1778687295017,1778687297417,[218,214,217,215,216,219],{"evaluatedAt":245,"extractAt":292,"updatedAt":245},[],[805,826,844,861,878,896],{"_creationTime":806,"_id":807,"community":808,"display":809,"identity":812,"providers":813,"relations":822,"tags":823,"workflow":824},1778687299685.3896,"k17ccc7rzdf8q3e5c4v8vv1qnh86ndw3",{"reviewCount":8},{"description":634,"installMethods":810,"name":811,"sourceUrl":14},{"claudeCode":12},"Sentry Python SDK",{"basePath":633,"githubOwner":248,"githubRepo":249,"locale":18,"slug":635,"type":250},{"evaluate":814,"extract":821},{"promptVersionExtension":207,"promptVersionScoring":208,"score":815,"tags":816,"targetMarket":220,"tier":221},100,[817,216,215,218,219,818,819,820],"python","profiling","logging","ai-monitoring",{"commitSha":282,"license":241},{"parentExtensionId":253,"repoId":288},[820,218,819,818,817,215,216,219],{"evaluatedAt":825,"extractAt":292,"updatedAt":825},1778687806582,{"_creationTime":827,"_id":828,"community":829,"display":830,"identity":832,"providers":833,"relations":840,"tags":841,"workflow":842},1778687299685.392,"k177vta3yfja3m76q9th1tz91s86n67s",{"reviewCount":8},{"description":770,"installMethods":831,"name":771,"sourceUrl":14},{"claudeCode":12},{"basePath":769,"githubOwner":248,"githubRepo":249,"locale":18,"slug":771,"type":250},{"evaluate":834,"extract":839},{"promptVersionExtension":207,"promptVersionScoring":208,"score":815,"tags":835,"targetMarket":220,"tier":221},[216,836,837,838,218,219],"react","tanstack-start","sdk-setup",{"commitSha":282},{"parentExtensionId":253,"repoId":288},[218,836,838,216,837,219],{"evaluatedAt":843,"extractAt":292,"updatedAt":843},1778687996205,{"_creationTime":845,"_id":846,"community":847,"display":848,"identity":851,"providers":852,"relations":857,"tags":858,"workflow":859},1778687299685.3904,"k175btq0672h9nkm2hbv9cjec986n524",{"reviewCount":8},{"description":679,"installMethods":849,"name":850,"sourceUrl":14},{"claudeCode":12},"Sentry React SDK",{"basePath":678,"githubOwner":248,"githubRepo":249,"locale":18,"slug":680,"type":250},{"evaluate":853,"extract":856},{"promptVersionExtension":207,"promptVersionScoring":208,"score":815,"tags":854,"targetMarket":220,"tier":221},[216,836,838,218,219,818,855],"session-replay",{"commitSha":282,"license":241},{"parentExtensionId":253,"repoId":288},[218,818,836,838,216,855,219],{"evaluatedAt":860,"extractAt":292,"updatedAt":860},1778687849554,{"_creationTime":862,"_id":863,"community":864,"display":865,"identity":867,"providers":868,"relations":874,"tags":875,"workflow":876},1778687299685.3901,"k1766avpz66czpkss71dc79vq586nf9j",{"reviewCount":8},{"description":663,"installMethods":866,"name":664,"sourceUrl":14},{"claudeCode":12},{"basePath":662,"githubOwner":248,"githubRepo":249,"locale":18,"slug":664,"type":250},{"evaluate":869,"extract":873},{"promptVersionExtension":207,"promptVersionScoring":208,"score":815,"tags":870,"targetMarket":220,"tier":221},[836,216,838,218,219,818,871,872],"typescript","javascript",{"commitSha":282},{"parentExtensionId":253,"repoId":288},[218,872,818,836,838,216,219,871],{"evaluatedAt":877,"extractAt":292,"updatedAt":877},1778687838591,{"_creationTime":879,"_id":880,"community":881,"display":882,"identity":884,"providers":885,"relations":892,"tags":893,"workflow":894},1778687299685.3918,"k176n915twj1s2677wcr96cfmn86nrhf",{"reviewCount":8},{"description":758,"installMethods":883,"name":759,"sourceUrl":14},{"claudeCode":12},{"basePath":757,"githubOwner":248,"githubRepo":249,"locale":18,"slug":759,"type":250},{"evaluate":886,"extract":891},{"promptVersionExtension":207,"promptVersionScoring":208,"score":887,"tags":888,"targetMarket":220,"tier":221},99,[889,890,216,838,218,219,855,819],"svelte","sveltekit",{"commitSha":282},{"parentExtensionId":253,"repoId":288},[218,819,838,216,855,889,890,219],{"evaluatedAt":895,"extractAt":292,"updatedAt":895},1778687978727,{"_creationTime":897,"_id":898,"community":899,"display":900,"identity":903,"providers":904,"relations":909,"tags":910,"workflow":911},1778687299685.3884,"k177an7j7bme9rmg48xnpejkrd86npv8",{"reviewCount":8},{"description":569,"installMethods":901,"name":902,"sourceUrl":14},{"claudeCode":12},"Sentry Next.js SDK Setup",{"basePath":568,"githubOwner":248,"githubRepo":249,"locale":18,"slug":570,"type":250},{"evaluate":905,"extract":908},{"promptVersionExtension":207,"promptVersionScoring":208,"score":887,"tags":906,"targetMarket":220,"tier":221},[907,216,838,218,219,818,855],"next-js",{"commitSha":282,"license":241},{"parentExtensionId":253,"repoId":288},[218,907,818,838,216,855,219],{"evaluatedAt":912,"extractAt":292,"updatedAt":912},1778687690354]