Monitoring

Logging, metrics, and observability

Showing 217-240 of 1352 skills
knoopx

ast-grep

by knoopx

Searches code by AST patterns and performs structural refactoring across files. Use when finding function calls, replacing code patterns, or refactoring syntax that regex cannot reliably match.

CLI Tools 81 7mo ago
knoopx

jujutsu

by knoopx

Manages version control with Jujutsu (jj), including rebasing, conflict resolution, and Git interop. Use when tracking changes, navigating history, squashing/splitting commits, or pushing to Git remotes.

Code Gen 81 6mo ago
knoopx

knip

by knoopx

Finds unused dependencies, files, and exports in JS/TS projects. Use when cleaning up dead code, removing stale packages from package.json, or identifying unreferenced exports.

Processing 81 7mo ago
BlitterStudio

troubleshoot-amiberry

by BlitterStudio

Autonomous troubleshooting workflow for Amiberry bugs. Use this when investigating, reproducing, or fixing bugs in Amiberry. Provides a complete edit-build-run-test-fix cycle using the Amiberry MCP server tools for process management, IPC control, screenshot analysis, log monitoring, and crash detection.

Debugging 955 6mo ago
nrwl

monitor-ci

by nrwl

Monitor Nx Cloud CI pipeline and handle self-healing fixes. USE WHEN user says "monitor ci", "watch ci", "ci monitor", "watch ci for this branch", "track ci", "check ci status", wants to track CI status, or needs help with self-healing CI fixes. ALWAYS USE THIS SKILL instead of native CI provider tools (gh, glab, etc.) for CI monitoring.

CI/CD 1.4K 6mo ago
getsentry

sentry-setup-metrics

by getsentry

Setup Sentry Metrics in any project. Use this when asked to add Sentry metrics, track custom metrics, setup counters/gauges/distributions, or instrument application performance metrics. Supports JavaScript, TypeScript, Python, React, Next.js, and Node.js.

API Dev 255 8mo ago
patchy631

Trackio - Experiment Tracking for ML Training

by patchy631

In-depth tutorials on LLMs, RAGs and real-world AI agent applications.

Processing 37.2K 7mo ago
cockroachdb

engflow-artifacts

by cockroachdb

Use when downloading test logs, artifacts, or outputs.zip from EngFlow build invocations. Use when investigating CockroachDB CI test failures hosted on mesolite.cluster.engflow.com.

CLI Tools 32.4K 6mo ago
cockroachdb

reduce-unoptimized-query-oracle

by cockroachdb

Reduce an unoptimized-query-oracle test failure log to the simplest possible reproduction case. Use when you have unoptimized-query-oracle*.log files from a failed roachtest and need to find the minimal SQL to reproduce the bug.

Database 32.4K 7mo ago
fmind

MLOps Observability

by fmind

Guide to implement full stack observability including reproducibility, lineage, monitoring, alerting, and explainability.

Processing 1.4K 7mo ago
leonardomso

test-writer

by leonardomso

Generate comprehensive Vitest tests for code examples in JavaScript concept documentation pages, following project conventions and referencing source lines

Code Gen 66.5K 8mo ago
leonardomso

test-writer

by leonardomso

Generate comprehensive Vitest tests for code examples in JavaScript concept documentation pages, following project conventions and referencing source lines

Code Gen 66.5K 8mo ago
boshu2

trace

by boshu2

'Trace design decisions and concepts through session history, handoffs, and git. Triggers: "trace decision", "how did we decide", "where did this come from", "design provenance", "decision history".'

Debugging 430 6mo ago
PeonPing

peon-ping-log

by PeonPing

Log exercise reps for the Peon Trainer. Use when user says they did pushups, squats, or wants to log reps. Examples - "/peon-ping-log 25 pushups", "/peon-ping-log 30 squats", "log 50 pushups".

CLI Tools 5K 6mo ago
vitejs

writing-vite-devtools-integrations

by vitejs

Creates devtools integrations for Vite using @vitejs/devtools-kit. Use when building Vite plugins with devtools panels, RPC functions, dock entries, shared state, or any devtools-related functionality. Applies to files importing from @vitejs/devtools-kit or containing devtools.setup hooks in Vite plugins.

Processing 1.2K 7mo ago
xu-xiang

java-coding-standards

by xu-xiang

Spring Boot 服务的 Java 编码规范:命名、不可变性(Immutability)、Optional 使用、流(Streams)、异常处理、泛型(Generics)和项目布局。

Code Gen 1.9K 7mo ago
udecode

trace

by udecode

Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior

Code Gen 1.2K 7mo ago
codewithmukesh

logging

by codewithmukesh

Observability for .NET 10 applications. Covers Serilog structured logging, OpenTelemetry traces and metrics, health checks, and correlation IDs. Load this skill when setting up logging, tracing, metrics, or health monitoring, or when the user mentions "Serilog", "logging", "structured log", "OpenTelemetry", "traces", "metrics", "health check", "correlation ID", "observability", "telemetry", "log enrichment", or "ILogger".

Code Gen 677 6mo ago
codewithmukesh

opentelemetry

by codewithmukesh

OpenTelemetry observability for .NET 10 applications. Covers traces, metrics, and logs using the OpenTelemetry SDK with OTLP export. Includes custom ActivitySource, IMeterFactory metrics, resource configuration, and Aspire Dashboard integration. Load this skill when setting up distributed tracing, custom metrics, OTLP export, or when the user mentions "OpenTelemetry", "OTLP", "traces", "spans", "Activity", "ActivitySource", "metrics", "IMeterFactory", "Meter", "Counter", "Histogram", "Gauge", "telemetry", "observability", "distributed tracing", "OTEL", or "Aspire Dashboard".

API Dev 677 6mo ago
codewithmukesh

learning-log

by codewithmukesh

Auto-document insights and discoveries during development sessions. Unlike MEMORY.md (corrective rules from the self-correction-loop skill), the learning log captures organic discoveries: non-obvious bugs, undocumented architecture decisions, performance findings, workarounds, and gotchas. Stored at .claude/learning-log.md. Load this skill when Claude discovers something non-obvious, finds a workaround, uncovers an undocumented decision, or when the user asks about "learnings", "discoveries", "gotchas", "what did we learn", or "document this finding".

Debugging 677 6mo ago
codewithmukesh

serilog

by codewithmukesh

Structured logging with Serilog for .NET 10 applications. Covers two-stage bootstrap, appsettings configuration, enrichers, sinks, request logging, destructuring, and Serilog.Expressions. Load this skill when setting up Serilog, configuring log sinks, enrichers, or structured logging, or when the user mentions "Serilog", "structured logging", "log enrichment", "Seq", "LogContext", "UseSerilog", "WriteTo", "message template", "Serilog.Expressions", "request logging", "log sink", "rolling file", or "audit log".

API Dev 677 6mo ago
simota

Bridge

by simota

ビジネス要件と技術実装の翻訳・調停。要件明確化、スコープクリープ検出、期待値ギャップ解消、トレードオフ説明。ビジネス⇔エンジニア間の認識齟齬を早期発見・解消が必要な時に使用。コードは書かない。

Agents 74 6mo ago
dropseed

plain-optimize

by dropseed

Captures and analyzes performance traces to identify slow queries and N+1 problems. Use when analyzing performance or optimizing database queries.

Debugging 1K 7mo ago
forcedotcom

span-file-export

by forcedotcom

Use file-based span export for AI consumption. Where it lives, how to enable/clear, settings for Node and Web. Use when enabling span file dump, debugging traces for AI, or configuring local observability.

Processing 1K 6mo ago