iii-multi-trigger
OfficialHandle multiple triggers in one function.
Authoriii-hq
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill allows a single function to be triggered by multiple event sources like HTTP requests, queue messages, and cron schedules, simplifying complex event-driven architectures.
Core Features & Use Cases
- Unified Logic: Write your core business logic once and have it respond to various event types.
- Conditional Execution: Use
ctx.match()to route events based on their type and apply specific handling. - Use Case: An order processing function can accept new orders via an HTTP API, process incoming messages from a queue for order updates, and run a daily batch job to reconcile orders, all within the same code.
Quick Start
Use the iii-multi-trigger skill to create a function that handles both HTTP requests and queue messages.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: iii-multi-trigger Download link: https://github.com/iii-hq/skills/archive/main.zip#iii-multi-trigger Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.