بنقرة واحدة
greeter
// Say hello in different styles. Use when the user asks for a greeting or a friendly message.
// Say hello in different styles. Use when the user asks for a greeting or a friendly message.
Compute and format dates/times in arbitrary timezones using a small set of bundled bash scripts. Use when the user asks about "what time is it", "current time in <city>", date math, or timezone conversions.
Use when adding, modifying, or debugging OTel span timeline events in the trace view. Covers event structure, ClickHouse storage constraints, rendering in SpanTimeline component, admin visibility, and the step-by-step process for adding new events.
Use this skill when writing, designing, or optimizing Trigger.dev background tasks and workflows. This includes creating reliable async tasks, implementing AI workflows, setting up scheduled jobs, structuring complex task hierarchies with subtasks, configuring build extensions for tools like ffmpeg or Puppeteer/Playwright, and handling task schemas with Zod validation.
| name | greeter |
| description | Say hello in different styles. Use when the user asks for a greeting or a friendly message. |
A tiny skill used to validate that the CLI bundles SKILL.md plus a scripts/ subfolder into the deploy image and that skill.local() can read both at runtime.
scripts/hello.sh [NAME] and return its stdout.scripts/hello.sh [NAME]Prints Hello, {NAME}! (default world). Used to confirm scripts/ is copied alongside SKILL.md.