Monitoring

Logging, metrics, and observability

Showing 841-864 of 1283 skills
spjoshis

agile-metrics

by spjoshis

Master agile metrics with velocity, burn-down charts, cycle time, and team health indicators for data-driven improvement.

Docs Gen 6 6mo ago
spjoshis

risk-management

by spjoshis

Master risk management with identification, analysis, mitigation strategies, and monitoring techniques for proactive project risk handling.

Docs Gen 6 6mo ago
ozten

webdev-token-input

by ozten

Multi-value token/chip input patterns for tag inputs, filter bars, and email "To" fields. Builds on webdev-combobox-autocomplete with token state management, key:value parsing, context-dependent suggestions, and token editing patterns. Use when building filter inputs, tag selectors, multi-select chips, or any input that creates visual tokens/pills from text.

Accessibility 6 5mo ago
sene1337

satoshi-spirit

by sene1337

Guided protocol for an AI agent to discover, stress-test, and maintain a living worldview with their human (or AI director). Trigger on "worldview", "discover my principles", "what do I believe", "forge my worldview", "satoshi spirit", or when a human asks their agent to develop convictions on a domain. Do NOT use for simple opinion questions, one-off debates, or when the human just wants a quick take.

Code Gen 6 5mo ago
Zuttam

campaign-execution

by Zuttam

Execute LinkedIn outreach campaigns by sending connection requests and messages. Use when user wants to run a campaign, execute outreach, check campaign status, send messages, or track campaign progress. Can be invoked with optional campaign_id and action (run, status, pause, resume).

Code Gen 6 5mo ago
yanko-belov

composition-over-inheritance

by yanko-belov

Use when tempted to use class inheritance. Use when creating class hierarchies. Use when subclass needs only some parent behavior.

Docker 13 6mo ago
patrickserrano

native-app-profiling

by patrickserrano

Profile native macOS/iOS apps using Time Profiler via CLI (xctrace). Use when asked to identify performance hotspots, profile CPU usage, or diagnose slow code paths without opening Instruments.

CLI Tools 13 6mo ago
SherifEldeeb

artifact-collection

by SherifEldeeb

Collect and preserve digital forensic artifacts from systems and devices. Use when responding to incidents, collecting evidence for investigation, or preserving volatile data. Supports Windows, Linux, macOS artifact collection with chain of custody.

Code Gen 5 6mo ago
permaweb

monitor

by permaweb

Node.js CLI for interacting with the AO Task Monitor API - get system health, alerts, logs, and task metrics for AO processes

Automation 5 6mo ago
MnkyArts

hytale-networking

by MnkyArts

Handle Hytale network packets, create custom packets, and implement client-server communication. Use when asked to "create custom packets", "handle network messages", "send data to client", "receive client data", or "implement networking".

Code Gen 5 6mo ago
bdmorin

analyze-logs

by bdmorin

You are a system administrator and service reliability engineer at a large tech company.

Processing 5 4mo ago
krishagel

pai-monitor

by krishagel

Monitor Personal AI Infrastructure repo for updates and identify improvement opportunities for Geoffrey. Use when you want to sync Geoffrey with PAI's latest patterns, packs, or architectural decisions.

Code Gen 5 6mo ago
rameshvr

aws-cost-optimization

by rameshvr

Use when analyzing AWS costs, optimizing cloud spend, reducing AWS bills, implementing cost controls, or addressing budget overruns. Covers Reserved Instances, Savings Plans, right-sizing, resource cleanup, and cost monitoring.

Cloud 5 5mo ago
MnkyArts

hytale-plugin-basics

by MnkyArts

Create and structure Hytale server plugins with proper lifecycle, manifest, dependencies, and registries. Use when asked to "create a Hytale plugin", "make a Hytale mod", "start a new Hytale plugin", "setup plugin structure", or "write plugin boilerplate".

Code Gen 5 6mo ago
mOdrA40

rabbitmq-master

by mOdrA40

Ultimate RabbitMQ expertise skill for production-grade message broker architecture, implementation, and operations. Top 0.01% knowledge covering: (1) Advanced messaging patterns - Dead Letter Exchanges, Delayed Messages, Priority Queues, Consistent Hash Exchange, Sharding, (2) High Availability - Clustering, Quorum Queues, Stream Queues, Federation, Shovel, (3) Performance Engineering - prefetch tuning, connection pooling, batch publishing, memory optimization, flow control, (4) Security - TLS/mTLS, OAuth2, LDAP, certificate rotation, (5) Monitoring - Prometheus metrics, custom health checks, anomaly detection, (6) Troubleshooting - memory alarms, network partitions, queue backlogs, consumer starvation, (7) Multi-tenancy - vhost design, resource limits, isolation patterns, (8) Event-driven architectures - CQRS, Event Sourcing, Saga patterns with RabbitMQ. Use when: building messaging systems, debugging RabbitMQ issues, optimizing performance, designing HA architectures, implementing advanced patterns, production hardening, capacity planning, migration strategies.

Automation 5 6mo ago
mOdrA40

golang-mastery-skill

by mOdrA40

Principal/Senior-level Go (Golang) playbook for architecture, idiomatic code, concurrency, testing, performance, reliability, security, observability, and production readiness. Use when: designing services/APIs/CLIs, doing large refactors, running code reviews, debugging races/leaks, tuning performance, hardening security, and shipping to production.

API Dev 5 5mo ago
taptap

grafana-dashboard-design

by taptap

创建/修改 Grafana Dashboard 时触发,提供专业的设计规范。

Analytics 5 5mo ago
ApeWorX

writing-bots

by ApeWorX

Write a bot to continuously listen and respond to events on a public blockchain network.

CLI Tools 5 5mo ago
krishagel

clawdbot-monitor

by krishagel

Monitor Clawdbot repo for updates and identify improvement opportunities for Geoffrey. Use when comparing Geoffrey to Clawdbot patterns, skills, or features.

Processing 5 5mo ago
LKB-99

habit-tracker

by LKB-99

"A comprehensive skill for tracking habits, maintaining streaks, and using gamification to stay motivated. Use this skill when users want to track daily, weekly, or monthly habits, build routines, or monitor personal growth. Triggers: habit tracker, track habits, new habit, daily routine, weekly goal, build habit, streak, gamification, monitor progress, rastreador de hábitos, novo hábito, rotina diária, meta semanal, criar hábito."

Code Gen 5 5mo ago
SherifEldeeb

log-forensics

by SherifEldeeb

Analyze system, application, and security logs for forensic investigation. Use when investigating security incidents, insider threats, system compromises, or any scenario requiring analysis of log data. Supports Windows Event Logs, Syslog, web server logs, and application-specific log formats.

Auth 5 6mo ago
permaweb

aoconnect

by permaweb

CLI for interacting with AO processes using @permaweb/aoconnect - spawn processes, send messages, read results, monitor messages, and dry run

Processing 5 5mo ago
sam-fakhreddine

wfc-observe

by sam-fakhreddine

Translates formal system properties (SAFETY, LIVENESS, INVARIANTS, PERFORMANCE) from a PROPERTIES.md file into observability definition snippets (metric definitions, alert rule conditions, dashboard panel fragments). REQUIRES: A specification file (default: PROPERTIES.md) containing properties with quantifiable numeric bounds. USE FOR: Generating metric definition snippets, alert condition logic (PromQL), and dashboard panel JSON fragments based on formal specs. NOT FOR: Writing application instrumentation logic (inserting metrics into .py/.go files); generating high-cardinality metrics (user IDs, emails); properties enforced at compile-time (static analysis); setting up monitoring infrastructure (Terraform/Helm); incident triage.

Processing 5 4mo ago
lispking

manim-video-teacher

by lispking

专注于使用 Manim 生成动画教学视频的完整流程与专业建议。适用于用户用中文提示语让 Codex 生成脚本、分镜、Manim 代码、渲染命令或优化教学视频质量与节奏,并输出 MP4。

CI/CD 5 6mo ago