- Home
- /
- Categories
- /
- Monitoring
Monitoring
Logging, metrics, and observability
asynchronous
by pluginagentmarketplace
Master asynchronous JavaScript patterns including callbacks, promises, async/await, event loop mechanics, and real-world async patterns.
monitoring
by pluginagentmarketplace
Game server monitoring with metrics, alerting, and performance tracking for production reliability
backend-metrics
by Workshop-Ventures
Add OpenTelemetry metrics and observability to the backend. Use when asked to "add metrics", "add observability", "track requests", or "add OpenTelemetry".
game-loop
by pluginagentmarketplace
Server-side game loop implementation with fixed timestep, physics simulation, and tick rate optimization
functions
by pluginagentmarketplace
Advanced function patterns including declaration styles, closures, scope chains, hoisting, and this binding. Master function composition and advanced techniques.
amplifier-philosophy
by drillan
Amplifier design philosophy using Linux kernel metaphor. Covers mechanism vs policy, module architecture, event-driven design, and kernel principles. Use when designing new modules or making architectural decisions.
patterns
by pluginagentmarketplace
JavaScript design patterns and architectural best practices.
matchmaking
by pluginagentmarketplace
Skill-based matchmaking systems, ranking algorithms, and queue management for fair multiplayer matches
process-monitor
by ignaciosua
Shows system processes sorted by CPU or memory, load average, RAM usage and uptime. Use for performance monitoring.
fundamentals
by pluginagentmarketplace
Core JavaScript fundamentals including variables, data types, operators, control flow, and basic syntax. Essential foundation for all JavaScript development.
protein_analysis
by CharlesHahn
蛋白质 MD 模拟的高级分析,包括周期性边界条件校正、动态互相关矩阵(DCCM)、残基距离接触矩阵(RDCM)、主成分分析(PCA)和自由能形貌图(FEL)。使用此技能来指导蛋白质模拟后的数据分析流程。当用户需要进行蛋白质 MD 分析、计算相关性矩阵、执行 PCA 或绘制自由能形貌图时调用此技能。
react-performance
by pluginagentmarketplace
Master React performance optimization with memoization, code splitting, profiling, and Web Vitals monitoring
performance
by pluginagentmarketplace
JavaScript performance optimization and Web Vitals improvement techniques.
solidjs
by suryavirkapur
SolidJS framework development skill for building reactive web applications with fine-grained reactivity. Use when working with SolidJS projects including: (1) Creating components with signals, stores, and effects, (2) Implementing reactive state management, (3) Using control flow components (Show, For, Switch/Match), (4) Setting up routing with Solid Router, (5) Building full-stack apps with SolidStart, (6) Data fetching with createResource, (7) Context API for shared state, (8) SSR/SSG configuration. Triggers: solid, solidjs, solid-js, solid start, solidstart, createSignal, createStore, createEffect.
socket-programming
by pluginagentmarketplace
Low-level socket programming including BSD sockets, Winsock, and network byte manipulation
dom-apis
by pluginagentmarketplace
DOM manipulation and browser APIs including element selection, events, storage, fetch, and modern Web APIs.
debugging
by pluginagentmarketplace
JavaScript debugging techniques using DevTools, Node.js debugger, and advanced troubleshooting.
hook-timer
by rozwer
Show hook execution timing from hook-timer.jsonl. Highlights slow hooks over 500ms.
visual-tx
by matrooslabs
Analyze Ethereum transactions by fetching semantic trace data and generating a visual HTML explanation. Use this skill whenever the user provides a transaction hash, asks to analyze a transaction, wants to understand what happened in a tx, or asks about internal calls, token transfers, swaps, or any on-chain activity within a transaction. Trigger on phrases like "scan this tx", "what happened in this transaction", "trace this tx", "explain this transaction", or any 0x-prefixed 66-character hash.
Root Cause Tracing
by yousufjoyian
Claude agent skills and workspace configuration
gettys-bufferbloat
by copyleftdev
Engineer low-latency networks in the style of Jim Gettys, discoverer of bufferbloat. Emphasizes understanding excessive buffering, queue management, latency under load, and the fq_codel solution. Use when diagnosing network latency issues, optimizing for real-time applications, or implementing queue management.
dingtalk-auto-approve
by gomoai
OpenClaw 钉钉审批自动通过技能。指导 Agent 部署和维护一个钉钉 Stream 审批机器人, 监听审批事件,对符合条件的审批单自动通过,并附带进程守护、健康监控、兜底自动审批。 使用场景:(1) 自动通过特定钉钉审批流(如账号权限申请单)(2) 监控审批机器人运行状态 (3) 兜底检查并自动处理卡住的审批单 (4) 一键安装部署整套服务。 触发词:钉钉审批自动通过、钉钉审批机器人、自动审批、审批流自动化、钉钉审批监控。
commit
by bohdan-shulha
Create and execute Git commits in Conventional Commits format with a required body. Use when the user asks to commit changes, write commit messages, or prepare a clean commit. Always run a pre-commit safety guard first, abort on log files or untracked high-risk binary extensions, then stage with git add . -A.
Security Logging & Monitoring
by anorbert-cmyk
Designs audit trails and security telemetry for fast detection and response, aligned with OWASP Logging Cheat Sheet.