HugoRCDHugoRCDCommunity·18 Agent Skills Included

evlog

Structured logging skills for wide events, audits, and log analysis

Analyzes application logs, builds tamper-evident audit trails, and reviews logging patterns in TypeScript projects. Replaces scattered console.log lines and vague errors with one wide event per request carrying full context. Guides AI agents to wire evlog into frameworks like Nuxt, Next.js, Hono, and Express, then debug failures faster.
npx skills add HugoRCD/evlog --all -g -y
Available:

Tells the AI agent how the evlog monorepo is organized, which internal skills to load before creating adapters, enrichers, or framework integrations, and what conventions to follow when executing tasks.

All Skills in This Repository (18)

Pure Emerald Level Indicators
📦 In Repo
HugoRCDHugoRCD

create-evlog-adapter

Automate creation of evlog adapter source, build, exports, tests, and documentation.

Community
Advanced
📦 In Repo
HugoRCDHugoRCD

create-evlog-enricher

Implement a factory function and six touchpoints to add a built-in evlog enricher.

Community
Advanced
📦 In Repo
HugoRCDHugoRCD

review-logging-patterns

Convert console logs into wide events and structured errors in Nuxt/Nitro routes.

Community
Intermediate
📦 In Repo
HugoRCDHugoRCD

create-evlog-map-rule

Adds coverage rules and framework adapters to the evlog map CLI scanner.

Community
Advanced
📦 In Repo
HugoRCDHugoRCD

create-evlog-framework-integration

Creates new evlog framework integrations with source, tests, docs, and example apps.

Community
Advanced
📦 In Repo
HugoRCDHugoRCD

write-evlog-content

Reviews and rewrites evlog documentation, blog, landing, and skill prose against voice rules and AI-tell detection.

Community
Advanced
📦 In Repo
HugoRCDHugoRCD

analyze-logs

Analyze structured NDJSON wide-event logs from evlog's file system drain to debug errors and performance issues.

Community
Intermediate
📦 In Repo
HugoRCDHugoRCD

build-audit-logs

Build and review tamper-evident audit trails in TypeScript applications using evlog.

Community
Advanced
📦 In Repo
HugoRCDHugoRCD

repo-health-sweep

Audits repository skills, docs, conventions, and examples against the current package surface.

Community
Advanced
📦 In Repo
HugoRCDHugoRCD

self-review

Audits the evlog repository and agent surface for coherence drift and missing capabilities.

Community
Advanced
📦 In Repo
HugoRCDHugoRCD

before-after

Captures before/after screenshots of web pages and publishes them as public Blob URLs.

Community
Advanced
📦 In Repo
HugoRCDHugoRCD

contributing

Guides contributors through evlog commit conventions, changesets, testing rules, and PR workflows.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install evlog skills?

Run `npx skills add HugoRCD/evlog --all -g -y` in your terminal to install all skills in this suite globally.

What is a wide event in logging?

A wide event is one structured log entry per request that carries all context, like user, cart, and error details, instead of many scattered log lines. The analyze-logs skill teaches your agent to read and debug from these events.

Can AI agents debug my app with evlog?

Yes. The analyze-logs skill lets your agent read the structured JSON logs evlog writes, find errors, trace slow requests, and explain what went wrong with suggested fixes.

How do I add audit logging to my app?

The build-audit-logs skill walks your agent through recording who did what on which resource, with denial tracking, tamper-evident signing, and compliance-ready retention patterns.

Which frameworks does evlog support?

The review-logging-patterns skill covers setup for Nuxt, Nitro, Next.js, SvelteKit, Hono, Express, Fastify, Elysia, NestJS, TanStack Start, Cloudflare Workers, and standalone TypeScript.

Related Repositories in Software Engineering

View All in Software Engineering