- Home
- /
- Categories
- /
- Monitoring
Monitoring
Logging, metrics, and observability
rust-router
by lywa1998
"CRITICAL: Use for ALL Rust questions including errors, design, and coding.
monad-swarm-agent
by veithly
"🐝 Monad Swarm Intelligence SubAgent - A decentralized AI agent swarm that coordinates through Monad blockchain for collective decision-making, trading signals, and on-chain collaboration. Built for Moltiverse Hackathon."
distributed-tracing
by TriNgo0108
Implement distributed tracing with Jaeger and Tempo to track requests across microservices and identify performance bottlenecks. Use when debugging microservices, analyzing request flows, or implementing observability for distributed systems.
wsl-embedded-debugging
by APSP-AG
Run embedded build/flash/debug workflows from WSL by invoking Windows executables that own USB/JTAG access (for example cargo.exe, probe-rs.exe, or openocd.exe). Use when an agent must reproduce firmware behavior on hardware, flash an MCU, collect bounded runtime logs, or debug probe connectivity from a WSL workspace.
deployment-observability-smoke
by JsonLee12138
Run post-deployment smoke checks with Makefile targets (remote-status, remote-logs) plus optional health URL checks. Use after deployment to verify runtime state before final acceptance.
maintaining-binary-log-compatibility
by dotnet
'Guides changes to MSBuild binary log infrastructure. Consult when modifying BinaryLogger or BinaryLogReplayEventSource, adding new BuildEventArgs types, changing event serialization/deserialization, modifying ProjectImportsCollector, adjusting message importance levels, or making changes that affect .binlog content. Also applies when verifying that behavioral changes are properly reflected in binary log output.'
grafana
by kontrolplane
Grafana dashboard JSON configuration and alerting. Use when creating or editing dashboard JSON, configuring panels programmatically, setting up Grafana alerting rules, or troubleshooting visualization issues.
phoenix-observability
by mguinada
"Open-source AI observability platform for LLM tracing, evaluation, and monitoring. Use when debugging LLM applications with detailed traces, running evaluations on datasets, monitoring production AI systems, or setting up observability infrastructure for agentic systems. PROACTIVE ACTIVATION: Auto-invoke when implementing observability/tracing for LLM agents, setting up evaluation pipelines, or configuring OpenTelemetry instrumentation. DETECTION: Check for arize-phoenix imports, OpenTelemetry setup, or observability-related code. USE CASES: Debugging LLM apps, running evaluations, monitoring production systems, setting up tracing infrastructure, instrumenting agent frameworks, tracing custom agents with decorators (@tracer.agent, @tracer.chain, @tracer.tool)."
decision-log
by taika-izumi
"重要な意思決定をADR(Architecture Decision Record)として記録・管理する。設計判断、プロセス決定、スコープ決定、方針決定を構造化して記録する。意思決定を検出した瞬間に呼ぶこと。実行中の他スキルの完了を待ってはならない。"
pricing-strategy
by Jackiexiao
"(中文)When the user wants help with pricing decisions, packaging, or monetization strategy. Also use when the user mentions 'pricing,' 'pricing tiers,' 'freemium,' 'free trial,' 'packaging,' 'price increase,' 'value metric,' 'Van Westendorp,' 'willingness to pay,' or 'monetization.' This skill covers pricing research, tier structure, and packaging strategy."
dashboard-builder
by affaan-m
Build monitoring dashboards that answer real operator questions for Grafana, SigNoz, and similar platforms. Use when turning metrics into a working dashboard instead of a vanity board.
add-page
by xuesongjun
为 Test Studio 添加新页面
technical-writing
by ElementFarmerRouse
Use when drafting or revising internal technical design docs, review notes, architecture writeups, or sharing posts in Chinese, especially when the tone should stay evidence-backed, calm, and suitable for peers or leaders rather than marketing or literary writing.
stats
by rozwer
stats.jsonl からの使用統計を表示します — ツール/スキル使用回数、トップ5、最適化提案。
git-commit
by Chen19007
"智能提交与仓库初始化:自动生成 .gitignore、筛选提交文件、隐私扫描、配置 GitHub SSH 远程。用于初始化仓库、提交变更、设置远程、准备项目版本控制。"
laravel-progressive-learning
by ivanfuhr
Maintain a per-repo guideline that tracks mistakes, corrections, and what works for Laravel/PHP work. Activates EVERY session, unconditionally. Read the guideline before doing anything. Write to it continuously as you work — not just at session boundaries. Log your own mistakes, not just user corrections. The guideline lives in the repo at .ai/guidelines/.
debugging-expert
by Olino3
Forge is a marketplace for a Claude Code Plugins
environment-report
by Tzeusy
Generate a daily home environment report from Home Assistant sensor readings.
browser-automation-parity
by terryjyu
Enforce parity between interactive Browser Subagent sessions and headless Python+Playwright automation in Google Antigravity. Use this skill whenever browser automation fails silently in run mode, a click/navigation/paste works under subagent guidance but breaks in replay, you need CI-grade reproducibility with rich diagnostics, or you're building any Playwright automation that must be observable and self-checking. Also trigger when the user mentions "trace", "flaky test", "missed click", "run mode fails", "subagent works but script doesn't", or wants to debug browser automation discrepancies.
cors
by yusenthebot
Node.js CORS middleware. Use when: Enable CORS for a Single Route; Configuring CORS; Configuring CORS w/ Dynamic Origin. NOT for: client-side browser applications; static file serving without a server.
log-skill
by maxoreric
记录执行过程的 Skill。当需要保存执行记录、工作日志时触发。触发词:记录、log、日志、work log、保存记录。
ce-webhooks
by commercengine
Commerce Engine webhook events and syncing. 14 event types for orders, payments, refunds, and shipments. Signature verification and async processing patterns.
zhin-error-handling
by zhinjs
Guides error handling in Zhin using the built-in error hierarchy, ErrorManager, RetryManager, and CircuitBreaker. Use when implementing resilient error handling, retry logic, or circuit breaker patterns in Zhin plugins.
prometheus
by kontrolplane
Prometheus metrics and PromQL queries. Use when writing PromQL queries, creating recording or alerting rules, debugging metric scraping issues, or understanding counter/gauge/histogram behavior.