Agent Building skills

Browse reusable Agent Skills, each with a clear purpose and practical guidance.

golem-recurring-task-scala

Implementing a recurring (cron-like) task in a Scala Golem agent by self-scheduling future invocations. Use when the user asks about periodic tasks, recurring jobs, cron-like scheduling, polling loops, heartbeats, or self-scheduling agents.

1.60k repo starsObserved in 1 repos
Agent Building

golem-recurring-task-ts

Implementing a recurring (cron-like) task in a TypeScript Golem agent by self-scheduling future invocations. Use when the user asks about periodic tasks, recurring jobs, cron-like scheduling, polling loops, heartbeats, or self-scheduling agents.

1.60k repo starsObserved in 1 repos
Agent Building

golem-retry-policies-moonbit

Configuring semantic retry policies for a MoonBit Golem agent. Use when the user asks about retry policies, retry strategies, exponential backoff, error handling retries, transient error recovery, retry predicates, with_named_policy, NamedPolicy, Policy composition, jitter, countBox, timeBox, andThen, or customizing how failures are retried.

1.60k repo starsObserved in 1 repos
Agent Building

golem-retry-policies-scala

Configuring semantic retry policies for a Scala Golem agent. Use when the user asks about retry policies, retry strategies, exponential backoff, error handling retries, transient error recovery, retry predicates, withRetryPolicy, NamedPolicy, Policy composition, jitter, countBox, timeBox, andThen, or customizing how failures are retried.

1.60k repo starsObserved in 1 repos
Agent Building

golem-schedule-agent-moonbit

Scheduling a future invocation of a MoonBit Golem agent via CLI. Use when asked to schedule, delay, or set a timer for an agent method call.

1.60k repo starsObserved in 1 repos
Agent Building

golem-schedule-agent-rust

Scheduling a future invocation on a Rust Golem agent. Use when asked to schedule, delay, or plan a future agent method invocation using golem agent invoke --trigger --schedule-at.

1.60k repo starsObserved in 1 repos
Agent Building

golem-schedule-agent-scala

Scheduling a future invocation on a Scala Golem agent. Use when asked to schedule, delay, or plan a future agent method invocation using golem agent invoke --trigger --schedule-at.

1.60k repo starsObserved in 1 repos
Agent Building

golem-schedule-agent-ts

Scheduling a future invocation on a TypeScript Golem agent. Use when asked to schedule, delay, or plan a future agent method invocation using golem agent invoke --trigger --schedule-at.

1.60k repo starsObserved in 1 repos
Agent Building

golem-schedule-future-call-moonbit

Scheduling a future agent invocation from within MoonBit agent code. Use when the user asks to schedule, delay, or set a timer for calling another agent at a future time.

1.60k repo starsObserved in 1 repos
Agent Building

golem-schedule-future-call-scala

Scheduling a future agent invocation in a Scala Golem project. Use when the user asks about delayed invocations, scheduling calls for later, or timed agent execution.

1.60k repo starsObserved in 1 repos
Agent Building