create-evlog-enricher

create-evlog-enricher is a skill for Claude Code, Codex from HugoRCD/evlog. It costs 64 tokens per session (1,696 once invoked), scanned A, original, MIT.

A development guide for adding an evlog enricher, a component that adds calculated or contextual information to structured application events. Examples include deployment details, tenant information, and feature-flag data.

In plain words
What is it for?
Use it when adding built-in event context to evlog, such as deployment metadata, tenant context, or feature flags.
Why use it?
It shows where the enricher belongs and which tests, default settings, documentation, and skill references need updating.

Skill for Claude CodeCodex

About the project

evlog is a TypeScript-first logging and observability project built around wide events and structured errors across runtimes. It is intended to help developers record application behavior and diagnose failures.

HugoRCD/evlog · 1,831 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/hugorcd/evlog/create-enricher
Any agent
npx skills add HugoRCD/evlog --skill create-enricher
Clone the repo
git clone --depth 1 https://github.com/HugoRCD/evlog

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for create-evlog-enricher

README.md
[![agentmods](https://agentmods.dev/badge/skills/hugorcd/evlog/create-enricher.svg)](https://agentmods.dev/skills/hugorcd/evlog/create-enricher)
Your own site
<a href="https://agentmods.dev/skills/hugorcd/evlog/create-enricher"><img src="https://agentmods.dev/badge/skills/hugorcd/evlog/create-enricher.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,696 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00064 $0.01696
Opus 5 $0.00032 $0.00848
Sonnet 5 $0.00013 $0.00339
Haiku 4.5 $0.00006 $0.00170

Measured 5d ago against content hash ba2134b67790, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

create-evlog-enricher scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/create-enricher/SKILL.md · 143 lines

How it starts

The opening of the file, as written. The whole thing — 143 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Create evlog Enricher

Add a new built-in enricher to evlog. Every enricher is built on the public toolkit primitive defineEnricher from evlog/toolkit, so a community enricher has the same shape as a built-in one.

PR Title

feat(core): add the {name} enricher

Enrichers live in the core package surface (evlog/enrichers), so use the core scope unless a dedicated scope exists.

Touchpoints Checklist

# File Action
1 packages/evlog/src/enrichers/index.ts Add enricher source (one defineEnricher call)
2 Same file — createDefaultEnrichers() Decide whether the enricher belongs in the default composition (see below)
3 packages/evlog/test/toolkit/enrichers.test.ts Add tests (one describe block per enricher)
4 apps/docs/content/5.use-cases/5.enrichers.md Add a section for the enricher + update the import list and, if applicable, the "All built-in enrichers" default composition text
5 skills/review-logging-patterns/SKILL.md Add the enricher to the Built-in: line in the Enrichers section
6 packages/evlog/README.md Add the enricher to the Built-in Enrichers section (root README.md is a symlink to it)
7 .changeset/{name}-enricher.md Create changeset (minor)

Important: Do NOT consider the task complete until all 7 touchpoints have been addressed.

Should it join createDefaultEnrichers()?

createDefaultEnrichers() composes user agent, geo, request size, and trace context via composeEnrichers (from ../shared/compose). Add the new enricher to the composition only if it is universally applicable and reads nothing but the request (headers/env). Anything requiring service-specific setup or extra cost stays opt-in. Changing the default composition is a behavior change for every existing createDefaultEnrichers() user: call it out explicitly in the changeset.

Naming Conventions

Placeholder Example (UserAgent) Usage
{name} userAgent camelCase for event field key
{Name} UserAgent PascalCase in function/interface names
{DISPLAY} User Agent Human-readable display name

Read the full file on GitHub · 143 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 143 lines · 64 tokens per session scan A ba2134b67790

Subscribe to this mod's changes

create-evlog-enricher is a skill published in the GitHub repository HugoRCD/evlog (1,831 stars, last pushed 3d ago), licensed MIT. It adds 64 tokens to every session and 1,696 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

gh-issue

Size-audit, write, and split BanyanDB issues that somebody else or an automated TDD workflow can implement. Use whenever the user asks to file or revise an issue, decide whether an issue is too large, make an issue TDD-ready, turn a design into tickets, or split an umbrella into executable leaves. Do not draft or file…

apache/skywalking-banyandb · 91 tokens

gh-pull-request

Create a GitHub pull request for SkyWalking BanyanDB. Use when the user asks to create a PR, submit changes, or open a pull request.

apache/skywalking-banyandb · 37 tokens

vendor-update

Upgrade Go/Node.js vendor dependencies and sync tool versions. Use whenever the user says "upgrade dependencies", "update vendors", "vendor update", "run vendor-upgrade", "bump dependencies", "update packages", or asks to run the vendor-update Make target. This skill also checks scripts/build/version.mk after…

apache/skywalking-banyandb · 95 tokens

monitoring-observability

Monitoring and observability patterns for Prometheus metrics, Grafana dashboards, Langfuse v4 LLM tracing (astype, scorecurrentspan, shouldexportspan, LangfuseMedia), and drift detection. Use when adding logging, metrics, distributed tracing, LLM cost tracking, or quality drift monitoring.

yonatangross/orchestkit · 69 tokens

bydbql

Generate, validate, and optionally execute read-only BanyanDB BydbQL for STREAM, MEASURE, TRACE, and PROPERTY resources. Use when the user asks to query BanyanDB, translate natural language to BydbQL, inspect BanyanDB schema or data, validate BydbQL, or fetch raw BanyanDB records.

apache/skywalking-banyandb · 71 tokens

compiling

Compile and build the SkyWalking BanyanDB project. Use when the user asks to compile, build, or generate code for this project.

apache/skywalking-banyandb · 31 tokens