Sentry SDK Skill Creator
Skill Verifiziert AktivCreate 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.
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
- Read philosophy documentation.
- Identify the target SDK platform and its supported features.
- Perform detailed research on SDK setup, configuration, and feature pillars using provided prompts and writing to research files.
- Create the main SKILL.md file, incorporating wizard flow, quick start, and reference dispatch.
- Create individual reference files for each supported feature pillar.
- Verify APIs and content against SDK source code and documentation.
- Review and refine the generated skill bundle.
- 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-marketplaceQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Cli Creator
100Build 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.
Product Self Knowledge
100Stop 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.
Sentry Python SDK
100Full 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.
Context Mode Ops
100Verwalten 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.
Fixflow
100Fü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.
Kotlin Mcp Server Generator
100Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.