HugoRCD

20 mods across 3 repositories, 1.9k stars between them.

HugoRCD/evlog

Skill Claude CodeCodex

Create a new built-in evlog adapter to send wide events to an external observability platform. Use when adding a new drain adapter (e.g., for Elasticsearch, Honeycomb, SigNoz, etc.) to the evlog package. Covers source code, build config, package exports, tests, e2e, and all documentation.

1.8k 2d ago A 75 tokens original MIT

HugoRCD/evlog

Skill Claude CodeCodex

Create a new built-in evlog enricher to add derived context to wide events. Use when adding a new enricher (e.g., for deployment metadata, tenant context, feature flags, etc.) to the evlog package. Covers source code, tests, and all documentation.

1.8k 2d ago A 64 tokens original MIT

HugoRCD/evlog

Skill Claude CodeCodex

Create a new evlog framework integration to add automatic wide-event logging to an HTTP framework. Use when adding middleware/plugin support for a framework (e.g., Koa, H3 standalone, Deno Fresh, etc.) to the evlog package. Covers source code, build config, package exports, tests, example app, and all documentation.

1.8k 2d ago A 77 tokens original MIT

HugoRCD/evlog

Skill Claude CodeCodex

Add a new rule or a new framework adapter to evlog map in @evlog/cli. Use when adding a coverage check (requirement or opportunity) that scores entry points, or when extending the map scanner to a new framework. Covers rule source, registry, types, tests, docs, and the published skill.

1.8k 2d ago A 74 tokens original MIT

write-evlog-content

05

HugoRCD/evlog

Skill Claude CodeCodex

Write, review, and rewrite any evlog content: a docs page, the landing, a blog post, a package README, a skill, an AGENTS.md, a changeset. Load before drafting or editing prose in apps/docs/content, before writing a blog post, before touching a SKILL.md or an AGENTS.md, and whenever content is reviewed for voice…

1.8k 2d ago A 121 tokens original MIT

evlog AGENTS.md

06

HugoRCD/evlog

Instructions file CodexOpenCode

Instructions for HugoRCD/evlog, covering evlog, commands, monorepo structure, conventions and code style: no slop.

1.8k 2d ago A 4,053 tokens original MIT

evlog CLAUDE.md

07

HugoRCD/evlog

Instructions file

Instructions for HugoRCD/evlog, a project described as: Digging through logs is not observability. It's hope — wide events, structured errors, TypeScript-first, every runtime.

1.8k 2d ago A 5 tokens copy · 100% MIT

before-after

08

HugoRCD/evlog

Skill Claude CodeCodex

Produce a before/after visual comparison of an evlog surface (landing, docs, telemetry, playgrounds) and share it as public Blob URLs. Load when a change is visual, when someone asks for screenshots or a visual diff, or when a shipped PR touches apps/docs or apps/telemetry and deserves visual evidence.

1.8k 2d ago A 68 tokens original MIT

content-pass

09

HugoRCD/evlog

Skill Claude CodeCodex

The daily pass over evlog's written surfaces. Picks the files the scanner ranks worst across the docs, the landing, the package READMEs, the skills, and the AGENTS.md files, reviews them against the content doctrine, applies what holds, and opens one draft PR whose body is the report. Also covers the enrichment half…

1.8k 2d ago A 154 tokens original MIT

contributing

10

HugoRCD/evlog

Skill Claude CodeCodex

How to contribute to evlog, covering commit and PR conventions, changesets, the Definition of Done, testing rules, and the authored skills that walk through building a new adapter, enricher, framework integration, or map rule. Load this for any question about contributing, opening a PR, or adding something to the…

1.8k 2d ago A 68 tokens original MIT

cost-watchdog

11

HugoRCD/evlog

Skill Claude CodeCodex

Weekly review of evlog's model cost and performance. Load this when the cost-watchdog schedule fires, or when Hugo asks for a cost check, a model review, a per-surface model analysis, or a spend/drift report for the gateway.

1.8k 2d ago A 55 tokens original MIT

daily-digest

12

HugoRCD/evlog

Skill Claude CodeCodex

Build and deliver the daily activity digest, covering GitHub activity, AI Gateway spend, visitor counts, CLI usage, and a short news section. Load this when the morning digest schedule fires, or when someone asks for a digest, a daily recap, or "what happened" over a recent period, on any channel.

1.8k 2d ago A 68 tokens original MIT

linear-maintenance

13

HugoRCD/evlog

Skill Claude CodeCodex

Bi-weekly housekeeping pass over the evlog team's Linear backlog — labels, projects, priorities, stale triage, work that is done but still open, and anything misfiled next to its siblings. Applies the mechanically verifiable fixes and surfaces the rest as decisions. Load this when the linear-maintenance schedule…

1.8k 2d ago A 89 tokens original MIT

repo-health-sweep

14

HugoRCD/evlog

Skill Claude CodeCodex

Bi-weekly pass over the whole evlog repository, not just the agent's own surface. Checks every SKILL.md against the real package surface, the docs tree for stale or self-contradictory pages, the repo's own conventions, and the examples against the current API. Load this when the repo-health-sweep schedule fires, or…

1.8k 2d ago A 102 tokens original MIT

self-review

15

HugoRCD/evlog

Skill Claude CodeCodex

Weekly pass over the evlog repository and Evi's own surface, in two halves — what has drifted out of coherence (a capability wired but never consumed, code contradicting a written guide, a description promising a tool the allowlist lacks), and what is missing (a capability worth having, a manual step worth automating…

1.8k 2d ago A 117 tokens original MIT

telemetry

16

HugoRCD/evlog

Skill Claude CodeCodex

Answer questions about how the evlog CLI is used in production and surface interesting findings from the telemetry dashboard's MCP. Load this when asked about CLI usage, telemetry, adoption, flags, or "what's happening in the CLI", and when the digest needs its CLI usage section.

1.8k 2d ago A 59 tokens original MIT

upstream-sync

17

HugoRCD/evlog

Skill Claude CodeCodex

Check the eve and Vercel Connect ecosystem for updates and new features, keep the app current with them, and replace workarounds with the real improvements. Load this when the upstream-sync schedule fires, or when asked to check for eve or @vercel/connect updates.

1.8k 2d ago A 59 tokens original MIT

analyze-logs

18

HugoRCD/evlog

Skill Claude CodeCodex

Analyze application logs from the .evlog/logs/ directory. Use when debugging errors, investigating slow requests, understanding request patterns, or answering questions about application behavior. Reads structured NDJSON wide events written by evlog's file system drain.

1.8k 2d ago A 53 tokens original MIT

build-audit-logs

19

HugoRCD/evlog

Skill Claude CodeCodex

Build or review audit trails in TypeScript/JavaScript apps using evlog (pipelines, typed actions, denials, retention, compliance-style reviews). For application code, not for extending the evlog package.

1.8k 2d ago A 49 tokens original MIT

HugoRCD/evlog

Skill Claude CodeCodex

Review code for logging patterns and suggest evlog adoption. Optionally use @evlog/cli (evlog init to wire evlog, evlog agents to write the conventions into AGENTS.md, evlog map to score entry-point coverage, --baseline to gate regressions in CI) on Nuxt, Nitro, Next.js, TanStack Start, and Hono. Guides setup on those…

1.8k 2d ago A 197 tokens original MIT