Sentry SDK Skill Creator
Skill Verified ActiveCreate 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.
Features
- 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
Use Cases
- 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
Non-Goals
- 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
First, add the marketplace
/plugin marketplace add getsentry/sentry-for-ai/plugin install sentry-for-ai@sentry-plugin-marketplaceQuality Score
VerifiedTrust Signals
Similar Extensions
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
100Manage context-mode GitHub issues, PRs, releases, and marketing with parallel subagent army. Orchestrates 10-20 dynamic agents per task. Use when triaging issues, reviewing PRs, releasing versions, writing LinkedIn posts, announcing releases, fixing bugs, merging contributions, validating ENV vars, testing adapters, or syncing branches.
Fixflow
100Execute coding tasks with a strict delivery workflow: build a full plan, implement one step at a time, run tests continuously, and commit by default after each step (`per_step`). Support explicit commit policy overrides (`final_only`, `milestone`) and optional BDD (Given/When/Then) when users ask for behavior-driven delivery or requirements are unclear.
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.