Agent Building skills

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

golem-add-agent-scala

Adding a new Scala agent to a Golem component. Use when the user asks to create, add, or define a new agent type, implement an agent trait, or add agent methods in a Scala Golem project.

1.60k repo starsObserved in 1 repos
Agent Building

golem-add-agent-ts

Adding a new TypeScript agent to a Golem component. Use when the user asks to create, add, or define a new agent type, implement an agent class, or add agent methods in a TypeScript Golem project.

1.60k repo starsObserved in 1 repos
Agent Building

golem-add-component

Adding a new component or agent templates to an existing Golem application. Use when adding a second component, adding agent templates like human-in-the-loop or snapshotting to an existing component, or converting a single-component app to multi-component.

1.60k repo starsObserved in 1 repos
Agent Building

golem-add-config-moonbit

Adding typed configuration to a MoonBit Golem agent. Use when the user asks to add configuration, settings, or typed config parameters to a MoonBit agent.

1.60k repo starsObserved in 1 repos
Agent Building

golem-add-config-scala

Adding typed configuration to Scala Golem agents. Use when the user asks to add config, configuration, settings, or environment-specific parameters to an agent.

1.60k repo starsObserved in 1 repos
Agent Building

golem-add-cors-moonbit

Configuring CORS allowed origins for HTTP endpoints in MoonBit Golem agents. Use when the user asks to enable CORS, allow cross-origin requests, or configure allowed origins.

1.60k repo starsObserved in 1 repos
Agent Building

golem-add-env-vars

Defining environment variables for Golem agents in `golem.yaml` (`env`, `envDefaults`, `secretDefaults`) or via CLI. Use when adding, setting, or overriding env vars on a component, agent, template, preset, or environment, or when wiring template substitution and merge modes.

1.60k repo starsObserved in 1 repos
Agent Building

golem-add-http-endpoint-moonbit

Exposing a MoonBit Golem agent over HTTP with mount paths and endpoint annotations. Use when the user asks to add HTTP endpoints, REST APIs, or web interfaces to an agent.

1.60k repo starsObserved in 1 repos
Agent Building

golem-add-http-endpoint-rust

Exposing a Rust Golem agent over HTTP. Use when the user asks to add HTTP endpoints, mount an agent to a URL path, or expose agent methods as a REST API.

1.60k repo starsObserved in 1 repos
Agent Building

golem-add-http-endpoint-ts

Exposing a TypeScript Golem agent over HTTP. Use when the user asks to add HTTP endpoints, mount an agent to a URL path, or expose agent methods as a REST API.

1.60k repo starsObserved in 1 repos
Agent Building