What problem does it solve?
Users often create invalid Friday workspace signals that fail runtime validation or dispatch, leading to broken automation workflows, missing payload inputs, or unreachable webhook endpoints.
Core Features & Use Cases
- Signal Validation Guidance: Provides checklists and error decoding to ensure signals meet provider enum, schema, and path uniqueness requirements.
- Multi-Provider Support: Covers configuration for HTTP, schedule, system, Slack, Telegram, and other supported signal providers, including cron schedules, timezone settings, and concurrency policies.
- Ready-to-Use Templates: Includes pre-built YAML templates for common signal types, from simple no-payload HTTP triggers to cron jobs with missed firing policies.
- Use Case Example: If you are building a daily inbox triage automation that accepts user instructions via the Run dialog, this skill ensures you add the required JSON schema so the dialog renders input fields correctly, and wires the signal to the appropriate job trigger to avoid dead signals.
Quick Start
Use the writing-workspace-signals skill to create a new HTTP signal that accepts a message_id and instructions parameter for drafting email replies, with a valid JSON schema, unique path, and binding to the corresponding job trigger.