evlog▌
3 indexed skills · max 10 per page
create-evlog-framework-integration
hugorcd/evlog · Productivity
Add a new framework integration to evlog. Every integration follows the same architecture built on the shared createMiddlewareLogger utility. This skill walks through all touchpoints. Every single touchpoint is mandatory -- do not skip any.
create-evlog-enricher
hugorcd/evlog · Productivity
Scaffold a new built-in enricher for evlog with source, tests, and documentation across six mandatory touchpoints. \n \n Enrichers follow a strict architecture: info interface, factory function returning a context mutator, header lookup, field merging with overwrite control, and early returns for missing data \n Requires updates to enricher source code, test suite, built-in documentation, overview cards, public skill reference, and README enrichers table \n All six touchpoints are mandatory; the
create-evlog-adapter
hugorcd/evlog · Productivity
Create a new built-in evlog adapter for sending events to external observability platforms. \n \n Requires completing all 8 mandatory touchpoints: adapter source, build config, package exports, tests, documentation page, overview updates, skill registry entry, and file renumbering \n Adapter architecture includes config interface, factory function, send functions, error handling with try/catch, and configurable timeout via AbortController \n Config priority follows a four-level hierarchy: functi