Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Sentry SDK Skill Creator

Skill Verifiziert Aktiv
Teil von:Sentry

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-<platform>-sdk skill bundle with wizard flow and feature reference files.

Zweck

To automate the creation of high-quality, well-researched Sentry SDK skill bundles, ensuring developers can easily integrate Sentry observability into any platform.

Funktionen

  • Creates complete Sentry SDK skill bundles
  • Guides research for SDK features from official docs
  • Generates main SKILL.md wizard and deep-dive reference files
  • Emphasizes wizard-first setup for framework SDKs
  • Ensures accurate API representation and documentation

Anwendungsfälle

  • When asked to create a Sentry SDK skill for a new platform
  • When needing to add support for a new language/framework to Sentry agent skills
  • When building a new `sentry-<platform>-sdk` skill bundle
  • When porting the SDK skill pattern to a new Sentry SDK

Nicht-Ziele

  • Generating skills for non-Sentry related tools
  • Providing direct Sentry configuration outside of the SDK skill bundle creation process
  • Writing skills without thorough research from official documentation

Workflow

  1. Read philosophy documentation.
  2. Identify the target SDK platform and its supported features.
  3. Perform detailed research on SDK setup, configuration, and feature pillars using provided prompts and writing to research files.
  4. Create the main SKILL.md file, incorporating wizard flow, quick start, and reference dispatch.
  5. Create individual reference files for each supported feature pillar.
  6. Verify APIs and content against SDK source code and documentation.
  7. Review and refine the generated skill bundle.
  8. Update related documentation (README, AGENTS.md) and register the new skill.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add getsentry/sentry-for-ai
/plugin install sentry-for-ai@sentry-plugin-marketplace

Qualitätspunktzahl

Verifiziert
98 /100
Analysiert about 22 hours ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne170
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Cli Creator

100

Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.

Skill
openai

Product Self Knowledge

100

Stop and consult this skill whenever your response would include specific facts about Anthropic's products. Covers: Claude Code (how to install, Node.js requirements, platform/OS support, MCP server integration, configuration), Claude API (function calling/tool use, batch processing, SDK usage, rate limits, pricing, models, streaming), and Claude.ai (Pro vs Team vs Enterprise plans, feature limits). Trigger this even for coding tasks that use the Anthropic SDK, content creation mentioning Claude capabilities or pricing, or LLM provider comparisons. Any time you would otherwise rely on memory for Anthropic product details, verify here instead — your training data may be outdated or wrong.

Skill
SeifBenayed

Sentry Python SDK

100

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.

Skill
getsentry

Context Mode Ops

100

Verwalten Sie GitHub-Issues, PRs, Releases und Marketing mit parallelen Subagenten-Armeen im Context-Mode. Orchestriert 10-20 dynamische Agenten pro Aufgabe. Verwenden Sie dies bei der Triage von Issues, der Überprüfung von PRs, der Veröffentlichung von Versionen, dem Schreiben von LinkedIn-Posts, der Ankündigung von Releases, der Behebung von Fehlern, dem Mergen von Beiträgen, der Validierung von ENV-Variablen, dem Testen von Adaptern oder dem Synchronisieren von Branches.

Skill
mksglu

Fixflow

100

Führen Sie Codierungsaufgaben mit einem strengen Liefer-Workflow aus: Erstellen Sie einen vollständigen Plan, implementieren Sie Schritt für Schritt, führen Sie kontinuierlich Tests durch und committen Sie standardmäßig nach jedem Schritt (`per_step`). Unterstützt explizite Commit-Policy-Überschreibungen (`final_only`, `milestone`) und optional BDD (Given/When/Then), wenn Benutzer verhaltensgesteuerte Bereitstellung anfordern oder Anforderungen unklar sind.

Skill
majiayu000

Kotlin Mcp Server Generator

100

Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.

Skill
github