create-evlog-framework-integration

Generate framework-specific evlog integration scaffolds with source, tests, and docs.

9|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/PhantomKnight287/saturn --skill create-evlog-framework-integration-phantomknight287
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-evlog-framework-integration
Source: https://github.com/PhantomKnight287/saturn/tree/main/.agents/skills/create-evlog-framework-integration
Command: npx skills add https://github.com/PhantomKnight287/saturn --skill create-evlog-framework-integration-phantomknight287

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates a complete, production-ready scaffold for adding a new evlog framework integration, including source glue, build config, exports, tests, an example app, and documentation.

Core Features & Use Cases

  • Provides a repeatable integration skeleton that wires middleware logger creation, request context storage, and framework-specific access points across Hono, Express, Elysia, and more.
  • Includes a comprehensive touchpoints checklist (source, tests, docs, examples, PR metadata, CI config) to ensure a consistent, high-quality integration experience.
  • Supports generated scaffolds for rapid adoption in new projects, enabling teams to ship framework integrations with minimal manual setup.

Quick Start

Follow the scaffold steps to add a new framework integration and run the provided example app.

Frequently Asked Questions about create-evlog-framework-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add middleware logging to an HTTP framework?

To add middleware logging to an HTTP framework, you need a scaffold that wires logger creation and request context storage. This Skill automates generating the complete integration skeleton, including source glue and build configuration, for production-ready middleware logging.

How do I create a cross-framework integration for evlog?

Creating a cross-framework integration for evlog involves wiring middleware logger creation and framework-specific access points. This Skill automates the scaffolding process, delivering source code, package exports, and tests suitable for frameworks like Hono, Express, and Elysia.

What is included in a production-ready framework integration scaffold?

A production-ready framework integration scaffold includes source code, build configuration, package exports, tests, example apps, and documentation. This Skill follows a mandated touchpoints checklist to generate all these components, ensuring a complete end-to-end integration experience.

Can I use this scaffolding tool for Express and Hono logging middleware?

Yes, you can use this scaffolding tool for Express, Hono, and Elysia frameworks. It generates framework-specific middleware logging integrations, wiring the necessary access points and request context storage across these different HTTP frameworks.

What's the best way to standardize evlog integration across multiple HTTP frameworks?

The best way to standardize evlog integration is to use a repeatable integration skeleton with a comprehensive touchpoints checklist. This ensures consistent source code, tests, and documentation across all HTTP frameworks, enabling rapid adoption with minimal manual setup.

Do I need to manually configure CI and PR metadata for new logging middleware?

You do not need to manually configure CI and PR metadata for new logging middleware. This Skill generates the integration skeleton complete with CI configuration and PR metadata, producing a production-ready setup suitable for immediate pull requests.