glitchtip

glitchtip is a skill for Claude Code, Codex from Lu1sDV/skillsmd. It costs 56 tokens per session (3,236 once invoked), scanned A, original, no licence file.

A set of instructions for deploying and troubleshooting GlitchTip, an error-tracking service similar to Sentry.

In plain words
What is it for?
It is for self-hosting GlitchTip, configuring SDKs and Docker or Helm deployments, uploading source maps, setting alerts and uptime checks, and migrating from Sentry.
Why use it?
It helps resolve setup and integration problems involving error reports, source maps, monitoring, alerts, authentication, containers, and migrations.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit It is for self-hosting GlitchTip, configuring SDKs and Docker or Helm deployments, uploading source maps, setting alerts and uptime checks, and migrating from Sentry.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lu1sdv/skillsmd/glitchtip
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.

Any agent
npx skills add Lu1sDV/skillsmd --skill glitchtip
Clone the repo
git clone --depth 1 https://github.com/Lu1sDV/skillsmd

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for glitchtip

README.md
[![agentmods](https://agentmods.dev/badge/skills/lu1sdv/skillsmd/glitchtip/github.svg)](https://agentmods.dev/skills/lu1sdv/skillsmd/glitchtip)
Your own site
<a href="https://agentmods.dev/skills/lu1sdv/skillsmd/glitchtip"><img src="https://agentmods.dev/badge/skills/lu1sdv/skillsmd/glitchtip/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for glitchtip

Your own site · 80×15
<a href="https://agentmods.dev/skills/lu1sdv/skillsmd/glitchtip"><img src="https://agentmods.dev/badge/skills/lu1sdv/skillsmd/glitchtip.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,236 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00056 $0.03236
Opus 5 $0.00028 $0.01618
Sonnet 5 $0.00011 $0.00647
Haiku 4.5 $0.00006 $0.00324

Measured 8d ago against content hash db2085791f6f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

glitchtip scanned grade A 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 8d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -sLO https://glitchtip.com/assets/docker-compose.sample.yml
glitchtip/SKILL.md · 311 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 311 lines · 56 tokens per session scan A db2085791f6f

Subscribe to this mod's changes

glitchtip is a skill published in the GitHub repository Lu1sDV/skillsmd (2 stars, last pushed 6d ago), with no licence file. It adds 56 tokens to every session and 3,236 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

diagnosing-bugs

Diagnosis loop for hard bugs and performance regressions, anchored on a red-capable feedback loop.

Ezra144israel/governed-agent-skills · 0 tokens

blast-radius

Finds what a change could break beyond the diff and proves the one safety fact by running real code.

Ezra144israel/governed-agent-skills · 0 tokens

concept-audit

A read-only audit skill for checking code against Daniel Jackson concept models, which describe independent parts of a system and how they work together.

ontology-of-everything/SemanticSkills · 53 tokens

path-reference-auditor

Audit file path references in plugins and skills. Trigger with "audit path references", "check file references", "find broken references", "path reference audit", "verify paths", or when you need to validate that all ./references in code actually exist in the skill/plugin. Three-phase audit: (1) SCAN all files for…

richfrem/agent-plugins-skills · 96 tokens

vibe-slice-migrator

Progressively migrates legacy prototype routes and features to a clean architecture layer slice-by-slice, verifying them against characterization tests, running purity/drift checks, and executing completion certifications.

richfrem/agent-plugins-skills · 44 tokens

issue-resolution-reviewer

Audits closed GitHub issues to verify whether root causes were genuinely resolved, if follow-on execution friction appeared, or if systemic improvements were retained. Trigger with "audit closed issues", "review issue resolution quality", "was this issue actually fixed", or as a post-closure quality gate on issues…

richfrem/agent-plugins-skills · 118 tokens