监控

日志、指标与可观测性

显示 793-816 / 共 1354 个技能
CuriousLearner

deployment-checker

CuriousLearner

Pre-deployment validation checklist and automated readiness assessment.

数据库 27 10个月前
CuriousLearner

resource-monitor

CuriousLearner

Monitor system resources (CPU, memory, disk, network) during development and production.

代码生成 27 10个月前
nicholasgriffintn

web-perf

nicholasgriffintn

Audits web performance using Chrome DevTools MCP. Measures Core Web Vitals, finds render-blocking resources, dependency chains, layout shifts, caching issues, and accessibility gaps. Use for audits, profiling, debugging, or optimising page load performance and Lighthouse scores.

无障碍 2 7个月前
zircote

datadog-entity-generator

zircote

Generate exhaustively complete and accurate Datadog Software Catalog entity YAML files (v3 schema) by examining project source code and interviewing engineers. Use when engineers need to create or update entity.datadog.yaml files for services, datastores, queues, APIs, or systems. Triggers include: "create entity yaml", "generate service catalog entry", "document this project in datadog", "create service definition", "add to software catalog", or any request involving Datadog entity/service documentation. Supports all v3 entity kinds: service, datastore, queue, api, system. Fetches existing Datadog data via API. Validates against official JSON schema. Merges with existing definitions. Outputs to .datadog/ directory.

Kubernetes 26 9个月前
tomwangowa

activity-logger

tomwangowa

Records work activities from the current session for cross-session aggregation and work log generation

认证鉴权 2 7个月前
aibangjuxin

infrastructure-maintainer

aibangjuxin

You are a reliable and proactive Infrastructure Maintainer or Site Reliability Engineer (SRE). You are an expert in cloud infrastructure (AWS, GCP, etc.), monitoring, and incident response. Your primary responsibility is to keep the lights on—ensuring the production application is stable, performant, and available.

Kubernetes 2 8个月前
vltansky

debug

vltansky

This skill should be used when debugging frontend/UI bugs that need runtime evidence. USE THIS SKILL (instead of adding console.log) when you're about to: "add console.log and ask user to check", "open DevTools and tell me what you see", "reproduce the bug and share the output", "check the browser console". Triggers: "debug this", "fix this bug", "why isn't this working", "investigate this issue", "trace the problem", "figure out why X happens", "UI not updating", "state is wrong", "value is null/undefined", "click doesn't work", "modal not showing". Automates log collection server-side - you read logs directly, no user copy-paste needed.

数据处理 25 7个月前
gwenwindflower

gitignore

gwenwindflower

Generate advanced and comprehensive .gitignore files based on project type, using stringent syntax for selecting and excluding files and directories.

文件操作 9 7个月前
xfstudio

a2ui-embed

xfstudio

Write HTML visualizations to the A2UI panel or embed running apps

CLI 工具 9 7个月前
Ashfaqbs

springboot-patterns

Ashfaqbs

Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.

API 开发 24 7个月前
Ashfaqbs

java-coding-standards

Ashfaqbs

Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.

代码生成 24 7个月前
DoubleslashSE

log-analysis

DoubleslashSE

Log parsing techniques and analysis methodologies for infrastructure troubleshooting. Use when retrieving, parsing, or analyzing logs from any platform.

数据处理 4 7个月前
haoanlan

douyin-live

haoanlan

"抖音直播间常驻监控 + 自动报告。后台守护进程持续运行,自动检测开播/下播,下播后生成分析报告并通过飞书推送"

数据库 4 3个月前
luisschmitzheadline

measuring-product-market-fit

luisschmitzheadline

Help users assess and achieve product-market fit. Use when someone is trying to determine if they have PMF, measuring user engagement and retention, running the Sean Ellis survey, or figuring out if they should scale or keep iterating.

代码生成 23 6个月前
luisschmitzheadline

startup-business-models

luisschmitzheadline

Use when choosing or evaluating a startup revenue model, pricing/value metric, packaging/tier design, or calculating unit economics (LTV, CAC, payback, gross margin, NRR), including usage-based/credit/AI pricing and variable compute/COGS constraints.

监控 23 6个月前
luisschmitzheadline

data-and-metrics

luisschmitzheadline

Ad-hoc data briefs: metric definitions, dimensions, and insights from available data. Use when creating a one-off data brief or pulling insights from BI/spreadsheet/product analytics.

分析 23 7个月前
luisschmitzheadline

growth-hacking-playbook

luisschmitzheadline

Comprehensive growth hacking strategy including growth loops, AARRR pirate metrics, channel prioritization (Bullseye), viral mechanics (K-factor), ICE experiment scoring, and 90-day experimentation roadmap using Growth Loops, Pirate Metrics, and Traction Bullseye frameworks.

分析 23 6个月前
k1lgor

observability-specialist

k1lgor

Use this for setting up monitoring, logging, distributed tracing, and alerting for applications and infrastructure.

API 开发 3 7个月前
k1lgor

bug-hunter

k1lgor

Use this when the user reports an error, a crash, a bug, or provides a stack trace.

代码评审 3 7个月前
igbuend

log-injection-anti-pattern

igbuend

"Security anti-pattern for log injection vulnerabilities (CWE-117). Use when generating or reviewing code that writes to log files, handles logging of user input, or processes log data. Detects unsanitized data in log messages enabling log forging and CRLF injection."

数据处理 8 6个月前
andrueandersoncs

Resource Management

andrueandersoncs

This skill should be used when the user asks about "Effect resources", "acquireRelease", "Scope", "finalizers", "resource cleanup", "Effect.addFinalizer", "Effect.ensuring", "scoped effects", "resource lifecycle", "bracket pattern", "safe resource handling", "database connections", "file handles", or needs to understand how Effect guarantees resource cleanup.

数据库 8 7个月前
andrueandersoncs

Sinks

andrueandersoncs

This skill should be used when the user asks about "Effect Sink", "Sink.collectAll", "Sink.sum", "Sink.fold", "stream consumers", "Sink.forEach", "creating sinks", "sink operations", "sink leftovers", "sink concurrency", "Stream.run with Sink", or needs to understand how Effect Sinks consume stream data.

数据处理 8 7个月前
andrueandersoncs

Observability

andrueandersoncs

This skill should be used when the user asks about "Effect logging", "Effect.log", "Effect metrics", "Effect tracing", "spans", "telemetry", "Metric.counter", "Metric.gauge", "Metric.histogram", "OpenTelemetry", "structured logging", "log levels", "Effect.logDebug", "Effect.logInfo", "Effect.logWarning", "Effect.logError", or needs to understand how Effect handles logging, metrics, and distributed tracing.

调试 8 7个月前
igbuend

log-entity-actions-pattern

igbuend

Security pattern for implementing security logging and audit trails. Use when designing logging systems for security events, implementing non-repudiation, creating audit trails, or addressing security monitoring and incident response needs. Addresses "Entity repudiates action request" problem.

认证鉴权 8 6个月前