- Home
- /
- Categories
- /
- Monitoring
Monitoring
Logging, metrics, and observability
Neovim LSP API Reference
by ThePrimeagen
```
nginx-expert
by personamanagmentlayer
Expert-level Nginx configuration, reverse proxy, load balancing, SSL/TLS, caching, and performance tuning
supabase-pentest
by yoanbernabeu
Orchestrate a complete Supabase security audit with guided step-by-step execution and ownership confirmation.
grafana-expert
by personamanagmentlayer
Expert-level Grafana dashboards, visualization, data sources, alerting, and production operations
Analytics
by omer-metin
slurm-gpu-training
by dongzhuoyao
Use when running ML training on HPC clusters with Slurm, including job submission, environment setup, monitoring, and failure triage. Applies to any GPU training workload on Slurm-managed clusters. Triggers: "sbatch", "srun", "Slurm", "SBATCH", "job submission", "HPC", "cluster", "walltime", "squeue"
langsmith-trace-analyzer
by Lubu-Labs
"Fetch, organize, and analyze LangSmith traces for debugging and evaluation. Use when you need to: query traces/runs by project, metadata, status, or time window; download traces to JSON; organize outcomes into passed/failed/error buckets; analyze token/message/tool-call patterns; compare passed vs failed behavior; or investigate benchmark and production failures."
Ubuntu Deployment Skill
by markus41
Permission issues sudo chown -R $USER:$USER /opt/homeassistant
FastAPI Observability
by markus41
This skill should be used when the user asks to "add logging", "implement metrics", "add tracing", "configure Prometheus", "setup OpenTelemetry", "add health checks", "monitor API", or mentions observability, APM, monitoring, structured logging, distributed tracing, or Grafana. Provides comprehensive observability patterns.
dspy-gepa-reflective
by OmidZamani
This skill should be used when the user asks to "optimize an agent with GEPA", "use reflective optimization", "optimize ReAct agents", "provide feedback metrics", mentions "GEPA optimizer", "LLM reflection", "execution trajectories", "agentic systems optimization", or needs to optimize complex multi-step agents using textual feedback on execution traces.
Datadog Integration Skill
by DataDog
Use pup CLI for immediate Datadog operations or generate code for integration into applications
dont-be-greedy
by ElliotJLT
When a user uploads or references a data file (CSV, JSON, XLSX, TXT, LOG) or any file larger than 100KB, immediately estimate token cost using scripts/estimate_size.py. If >30k tokens, chunk the file and summarize each chunk. If smaller, run quick inspection. Return a safe preview and summary without asking the user what to do.
how-to-print-multiple-objects-to-the-console-with-print-in-dart
by rodydavis
Learn how to print multiple objects to the console in Dart using Records, offering a similar experience to JavaScript's console.log() functionality.
code-flow-tracer
by lis186
Trace code execution paths and data flow. Use when user asks "how does X work", "what happens when X", "trace the flow of X", "where does data come from", or needs to understand feature implementation.
loose-ends
by ElliotJLT
Before declaring work complete, checks for loose ends: unused imports, TODO comments created, missing tests, stale references, incomplete error handling. Activates after implementing features or fixes. The cleanup that always gets skipped.
discover-observability
by rand
Automatically discover observability and monitoring skills when working with Prometheus, Grafana, distributed tracing, structured logging, metrics, alerting, dashboards, or monitoring. Activates for observability development tasks.
monitor-config
by aviflombaum
This skill should be used when the user asks to configure, optimize, or troubleshoot their display/monitor setup. Triggers on "optimize my monitors", "configure displays", "rotate monitor", "set up my screens", "display settings", "monitor resolution", or any request to adjust multi-monitor arrangements, resolutions, refresh rates, or orientations on macOS.
secure-server
by aviflombaum
This skill should be used when the user asks to "secure server", "harden server", "server hardening", "setup server security", or needs to configure fail2ban, UFW, auditd, rkhunter, unattended-upgrades, or security alerting on Ubuntu servers.
clawdtalk-client
by team-telnyx
ClawdTalk — Voice calls, SMS, and AI Missions for Clawdbot
kb-meta-fetch
by tiangong-ai
Fetch journal articles from Crossref published after a user-specified date and insert them into PostgreSQL journals with DOI deduplication. Use when incrementally ingesting journal metadata from journals_issn into journals.
astronomy-and-astrophysics-expert
by sandraschi
Expert guidance across solar physics, planetary science, stellar evolution, cosmology, and observational techniques with 2025 mission data
commit-push-sync
by yulonglin
This skill should be used when the user asks to "commit and push", "commit push", "sync changes", "push changes", "commit and sync", or "update remote". Handles the full workflow of committing changes, pulling with rebase, and pushing to remote.
dspy
by vamseeachanta
Compile prompts into self-improving pipelines with signatures, modules, optimizers, and programmatic prompt engineering
bash-cli-framework
by vamseeachanta
Universal bash CLI patterns for colors, logging, headers, and error handling