From suaveplan-events
Use when implementing or debugging code that uses @suaveplan/events-metrics: OTel metrics companion for @suaveplan/events: dispatch counters, latency histograms, queue-depth gauges, and active-subscriber counts via interceptor API.
How this skill is triggered — by the user, by Claude, or both
Slash command
/suaveplan-events:events-metricsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
OTel metrics companion for `@suaveplan/events`. Attaches via the public interceptor API to record dispatch totals, listener error counts, and latency histograms per event name.
OTel metrics companion for @suaveplan/events. Attaches via the public interceptor API to record dispatch totals, listener error counts, and latency histograms per event name.
@suaveplan/events-metrics.import { /* see API Reference below */ } from "@suaveplan/events-metrics";
Workspace dependencies: @suaveplan/error, @suaveplan/events, @suaveplan/opentelemetry, @suaveplan/types
This skill is intentionally short. The package's own documentation is the authoritative source — read these in order:
packages/events/events-metrics/README.md — overview, install, quick-start, module indexpackages/events/events-metrics/src/**/*.md — co-located docs per implementation file (Purpose, Features, Basic + Advanced examples, full API reference, Implementation notes — all packages in genesis ship ≥200 words per module)packages/events/events-metrics/package.json exports map — every subpath you can import fromWhen the user asks an API question, read the relevant co-located .md first; do not answer from training-data memory.
@suaveplan/error@suaveplan/events@suaveplan/opentelemetry@suaveplan/typesThis SKILL.md is auto-generated by suaveplan-skills/scripts/generate-skills.ts from the package's README. Do not edit by hand — re-run the generator after the README changes.
npx claudepluginhub suaveplan/suaveplan-skills --plugin suaveplan-eventsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.