trigger-autocomplete-catalog

Installation
SKILL.md

Trigger Autocomplete Catalog

Use this whenever a provider has webhook/event triggers.

The trigger catalog is owned by @relayfile/adapter-core and generated from adapter sources. It does not live in this (cloud) repo's packages/core - that's a different package.

  • To check coverage (is a provider already in the catalog?), import it from the installed package - no checkout needed: import("@relayfile/adapter-core/triggers") exposes KNOWN_TRIGGER_CATALOG and ADAPTERS_WITHOUT_KNOWN_TRIGGERS.
  • To add events, edit the provider's adapter source. That's the same @relayfile/adapter-<provider> package you already work in when wiring a provider (the relayfile-adapters checkout from the persona's adapter-package steps). Declaring events is one more edit in that package - no separate location to track.

Goal

Installs
1
GitHub Stars
1
First Seen
Aug 15, 2026
trigger-autocomplete-catalog — agentworkforce/skills