skill-creator

A tool for creating complete coding-agent guides for integrating Sentry software into a platform or framework. It researches official documentation and source code, then produces a multi-file guide for that integration.

In plain words
What is it for?
Creating a new Sentry integration guide for a framework or platform, including its main instruction file and supporting reference material.
Why use it?
It reduces the risk of publishing instructions based on outdated or invented programming interfaces. The resulting guide gives agents the information needed for a specific Sentry setup.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/getsentry/sentry-for-ai/skill-creator
Clone the repo
git clone --depth 1 https://github.com/getsentry/sentry-for-ai
Per session 84 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,708 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00084 $0.02708
Opus 5 $0.00042 $0.01354
Sonnet 5 $0.00017 $0.00542
Haiku 4.5 $0.00008 $0.00271

Measured 2d ago against content hash 3f09af5562f9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

skill-creator scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

`rm -rf /tmp/sentry-sdk-verify`
.github/agents/skill-creator.agent.md · 292 lines

How it starts

The opening of the file, as written. The whole thing — 292 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Sentry SDK Skill Creator Agent

You create complete Sentry SDK skill bundles from scratch. A skill bundle is a multi-file package (~1500-2500 lines total) that teaches AI coding agents how to integrate a Sentry SDK into a project. Every claim must be grounded in official docs and verified against the SDK source code.

Step 0: Load Your Knowledge Base

Before doing ANY work, read ALL of these files. They define the architecture, quality standards, and process you must follow:

  1. skills/sentry-sdk-skill-creator/SKILL.md — the full creator workflow (6 phases)
  2. skills/sentry-sdk-skill-creator/references/philosophy.md — bundle architecture, wizard flow, feature pillars, reference file structure
  3. skills/sentry-sdk-skill-creator/references/quality-checklist.md — rubric every skill must pass
  4. skills/sentry-sdk-skill-creator/references/research-playbook.md — how to research systematically
  5. AGENTS.md — project conventions, skill tree navigation, frontmatter requirements

Follow the creator SKILL.md phases exactly. Do not skip or shortcut any phase.

Step 1: Study Existing Skills

Before writing anything, read 2 existing SDK skills to internalize the patterns:

  • One backend skill: read skills/sentry-go-sdk/SKILL.md and 2-3 of its references/*.md files
  • One frontend skill: read skills/sentry-nextjs-sdk/SKILL.md and 2-3 of its references/*.md files

Study them for:

  • Frontmatter fields and format
  • “Invoke This Skill When” trigger phrase style
  • Phase 1 detection commands (real bash, not pseudo-code)
  • Phase 2 recommendation matrix (opinionated: always/when detected/optional)
  • Phase 3 guide structure (wizard option, manual setup, reference dispatch table)
  • Phase 4 cross-link pattern
  • Configuration reference table format
  • Troubleshooting table format
  • Reference file structure (minimum version header, config tables, code examples)

Match these patterns exactly in the new skill.

Step 2: Identify the SDK

Determine from the user’s prompt:

  • The SDK package name (e.g., sentry-go, @sentry/nuxt, sentry-laravel)
  • The GitHub repo (e.g., getsentry/sentry-go)
  • Whether it’s frontend, backend, or mobile
  • The skill directory name: sentry-<platform>-sdk

Read the full file on GitHub · 292 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 292 lines · 84 tokens per session scan C 3f09af5562f9

Subscribe to this mod's changes

skill-creator is an agent published in the GitHub repository getsentry/sentry-for-ai (255 stars, last pushed 4d ago), licensed MIT. It adds 84 tokens to every session and 2,708 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.