- Home
- /
- Categories
- /
- Monitoring
Monitoring
Logging, metrics, and observability
chaos-engineering-basics
by KentoShimizu
"Design and execute controlled chaos experiments to validate resilience assumptions with explicit steady-state metrics, blast-radius limits, and abort rules. Use when reliability claims need evidence before wider rollout; do not use for active incident command or postmortem-only reporting."
ab-testing
by KentoShimizu
"Controlled online experiment workflow for product changes with causal inference, randomization integrity checks, and pre-registered decision criteria. Trigger when ship/no-ship decisions require causal evidence under uncertainty and KPI trade-offs must be quantified. Do not use for feature-flag rollout policy without experiment design, deterministic functional verification, or observability-only analysis."
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.
wide-events
by front-depiction
Conceptual guide to wide events (canonical log lines) for observability. Use when thinking about instrumentation strategy, span annotations, or designing what context to capture.
information-leakage-hardcoded-secrets-ai-code
by harperaa
Understand how AI-generated code exposes sensitive information through hardcoded credentials and verbose logging. Use this skill when you need to learn about hardcoded secrets in AI code, understand logging vulnerabilities, recognize exposed API keys, or prevent information disclosure. Triggers include "hardcoded credentials", "hardcoded secrets", "API keys in code", "information leakage", "verbose logging", "exposed secrets", "AWS keys", "logging vulnerabilities", "sensitive data logs".
pic-js
by jorgenbuilder
Guides writing Internet Computer canister integration tests with PicJS and PocketIC. Use when the user mentions PicJS, PocketIC, canister integration tests, or requests JavaScript/TypeScript tests for canisters.
log-work
by MichaelVessia
Log work activity to today's journal
secret-scanning-investigator
by swannysec
Investigate GitHub secret scanning alerts to trace provenance, gather context, assess risk, and produce a structured report for security professionals. Handles one or more alerts in a single investigation using only open-source tools.
vibedump
by tomoasleep
カレントディレクトリの .vibedump.jsonl に作業ログを追記し、jq でタスク状況を集計するときに使う
pricing-strategy
by silvainfm
"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."
journal
by MichaelVessia
End-of-day 5-minute checkin (Physical, Mind, Craft, Presence)
Safer-Exec CLI Skill
by cdxgen
Exit codes 132, 137, 153 are treated as successful OOM kills on macOS
debug-loop
by MichaelVessia
Autonomous debugging loop with up to 5 fix attempts
ab-test-setup
by silvainfm
When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," or "hypothesis." For tracking implementation, see analytics-tracking.
regex-pattern-builder
by Dexploarer
Builds and explains regex patterns from natural language, tests patterns, and provides examples. Use when user asks to "create regex", "regex pattern", "match pattern", "validate email/phone", or "regex help".
git-report
by yz0812
生成 Git 提交周报/月报。触发方式:"生成周报"、"生成月报"、"生成本周周报"、"生成12月月报"、"生成周报 @用户名"、"生成最近N天的周报"。支持指定用户、日期范围、天数。优先使用 git-server MCP,无则使用 git 命令。
gesttione-design-system
by marcioaltoe
Expert in Gesttione Design System with deep knowledge of brand colors, metric tokens, typography, and component patterns. ALWAYS use for Gesttione projects when applying brand colors, creating metric visualizations, or building dashboard components. Use when user needs Gesttione-specific styling, metric visualizations, dashboard components, or brand-compliant UI. Examples - "create revenue metric card", "use Gesttione brand colors", "design dashboard with metrics", "apply brand identity", "create metric visualization".
web-tests
by marcioaltoe
Complete browser automation with Playwright. ALWAYS use when user needs browser testing, E2E testing, screenshots, form testing, or responsive design validation. Auto-detects dev servers, saves test scripts to working directory. Examples - "test this page", "take screenshots of responsive design", "test login flow", "check for broken links", "validate form submission".
historical-pattern-analysis
by lgbarn
Use when analyzing git history and past changes to identify patterns, recurring issues, and lessons learned from infrastructure changes.
ui-designer
by marcioaltoe
Expert UI/UX designer for React applications with shadcn/ui and Tailwind CSS. ALWAYS use when creating UI components, implementing responsive layouts, or designing interfaces. Use when user needs component creation, design implementation, responsive layouts, accessibility improvements, dark mode support, or design system architecture. Examples - "create a custom card component", "build a responsive navigation", "setup shadcn/ui button", "implement dark mode", "make this accessible", "design a form layout".
logfire
by jiatastic
Structured observability with Pydantic Logfire and OpenTelemetry. Use when: (1) Adding traces/logs to Python APIs, (2) Instrumenting FastAPI, HTTPX, SQLAlchemy, or LLMs, (3) Setting up service metadata, (4) Configuring sampling or scrubbing sensitive data, (5) Testing observability code.
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.
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.
rive-react
by stevysmith
Trigger when: (1) Using @rive-app/react-canvas or @rive-app/react-webgl, (2) Using useRive hook or RiveComponent, (3) Building React components with Rive animations, (4) User mentions "Rive React" or "useRive", (5) Implementing scroll-based or parallax animations with Rive. Best practices for integrating Rive animations in React applications using the official Rive React package. Covers hooks, layout, and scroll animations.