authoring-taubyte-function-types
Installation
SKILL.md
Authoring Taubyte Function Types
When to use
- "Create a PubSub-triggered function" / "P2P service / handler"
- Choosing between
--type httpand--type https - Reviewing a function YAML's
trigger:section - Wiring a function to a messaging channel or P2P protocol
- Confirming the four "must-match" strings (
call,channel,protocol,command) line up across CLI flag → YAML → Go
The four trigger types (CLI-authoritative)
From tau new function --help:
--type one of: [http, https, p2p, pubsub]