create-evlog-adapter

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

1.7k|57|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/HugoRCD/evlog --skill create-evlog-adapter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-evlog-adapter
Source: https://github.com/HugoRCD/evlog/tree/main/.agents/skills/create-adapter
Command: npx skills add https://github.com/HugoRCD/evlog --skill create-evlog-adapter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The task of adding a new built-in evlog adapter can be complex and error-prone without a clear, repeatable blueprint. This Skill provides a complete, end-to-end guide that specifies required files, touchpoints, and best practices to implement, test, and document a new drain adapter for evlog.

Core Features & Use Cases

  • Comprehensive touchpoints: source, tests, build config, exports, and documentation for a new adapter.
  • Structured workflow: ensures a consistent, production-ready adapter across teams.
  • Use Case: when you need to integrate a new external observability platform (Datadog, Sentry, Loki, Elasticsearch, etc.) with evlog by adding a new adapter following the 8 touchpoints.

Quick Start

Follow the eight touchpoints to add a new built-in evlog adapter to the repository.

Frequently Asked Questions about create-evlog-adapter

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

FAQPage Schema
How do I add a new drain adapter for evlog to an external observability platform?

To add a new evlog drain adapter, you follow a structured blueprint covering eight touchpoints: source, tests, build config, exports, and documentation. This ensures a production-ready adapter for your observability platform.

What files and structure are required to create an evlog adapter?

An evlog adapter requires specific source files, build configuration, export definitions, tests, and documentation. The blueprint enforces consistency by detailing these required touchpoints to ensure quality checks are met.

Can I use this to integrate evlog with observability platforms like Datadog, Sentry, or Loki?

Yes, this is designed for software engineers who need to extend evlog with new drain adapters to support external observability platforms such as Datadog, Sentry, Loki, or Elasticsearch.

What is the best way to ensure a new evlog adapter is production-ready?

The best way to ensure production readiness is to follow the complete end-to-end guide that specifies required files, touchpoints, and best practices, enforcing consistency and thorough documentation across the adapter implementation.

Why does adding a built-in evlog adapter require a structured workflow?

Adding a built-in evlog adapter can be complex and error-prone without a clear, repeatable blueprint. A structured workflow ensures consistency, enforces quality checks, and provides thorough documentation for production-grade integration.