list-event-types

Enumerate supported event sources, types, and field descriptions.

401|41|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/imbue-ai/mng --skill list-event-types
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-event-types
Source: https://github.com/imbue-ai/mng/tree/main/libs/mng_claude_zygote/imbue/mng_claude_zygote/resources/defaults/thinking/skills/list-event-types
Command: npx skills add https://github.com/imbue-ai/mng --skill list-event-types

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers and operators quickly understand which event sources and event types a system can emit, along with descriptive meanings of each field, enabling robust event processing and integration design.

Core Features & Use Cases

  • Enumerates all standard event envelopes and subtypes (e.g., messages, mng_agents, scheduled, stop, conversations) with field explanations.
  • Provides a quick reference for building event-driven logic, validation rules, and integration tests.
  • Use Case: when wiring an AI agent to react to inbound events, consult this list to map event payloads to handlers and data models.

Quick Start

Instruct the agent to list all supported event sources and types with their field meanings for your integration.

Frequently Asked Questions about list-event-types

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

FAQPage Schema
What event sources and types are supported for event handling integration?

Supported event sources include user conversations, agent delegation, and scheduled tasks. The system enumerates standard event types such as messages, mng_agents, scheduled, stop, and conversations to facilitate accurate event processing and integration design.

How do I map inbound event payloads to handlers for an AI agent?

To map inbound event payloads, consult the enumerated list of event sources and types with their field descriptions. This reference helps you match event subtypes like messages and claude_transcript to the appropriate data models and handler logic.

What standard fields are included in an event envelope?

A standard event envelope includes timestamp, type, event_id, and source fields. These standard fields provide the necessary metadata to accurately interpret the event payload and route it to the correct processing logic.

When do I need to reference event subtypes for building event-driven logic?

You need to reference event subtypes when building event-driven logic, validation rules, or integration tests to ensure robust event processing. It helps you understand exactly what data will arrive from sources like conversations and scheduled tasks.

Can I use this event type list for validating scheduled tasks and agent delegation?

Yes, the event type list covers scenarios involving scheduled tasks and agent delegation. It provides field explanations for each event subtype, enabling you to build accurate validation rules and integration tests for these specific event sources.

What is the best way to understand event payload structures for integration tests?

The best way to understand event payload structures is to review the enumerated standard event envelopes and subtypes with their field meanings. This quick reference ensures accurate interpretation of data arriving from messages, conversations, and other supported sources.