Agent Building skills

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

golem-add-initial-files

Adding initial files to Golem agent filesystems via the `files:` section in `golem.yaml`. Use when provisioning local or remote files into an agent's virtual filesystem, setting read-only / read-write permissions, or configuring file mounts at the component, agent, template, or preset level.

1.60k repo starsObserved in 1 repos
Agent Building

golem-add-llm-moonbit

Adding LLM and AI capabilities to a MoonBit Golem agent. Use when the user wants to add LLM chat, embeddings, or any AI provider integration to a MoonBit agent.

1.60k repo starsObserved in 1 repos
Agent Building

golem-add-llm-scala

Adding LLM and AI capabilities to a Scala Golem agent. Use when the user wants to add LLM chat, embeddings, or any AI provider integration to a Scala agent.

1.60k repo starsObserved in 1 repos
Agent Building

golem-add-llm-ts

Adding LLM and AI capabilities to a TypeScript Golem agent. Use when the user wants to add LLM chat, embeddings, or any AI provider integration to a TypeScript agent.

1.60k repo starsObserved in 1 repos
Agent Building

golem-add-mysql-moonbit

Using golem:rdbms/mysql from a MoonBit Golem agent. Use when the user asks to connect to MySQL, run SQL, or use MySQL from MoonBit agent code.

1.60k repo starsObserved in 1 repos
Agent Building

golem-add-postgres-scala

Using PostgreSQL from a Scala Golem agent through golem.host.Rdbms.Postgres. Use when the user asks to connect to PostgreSQL, run SQL, or use Postgres from Scala agent code.

1.60k repo starsObserved in 1 repos
Agent Building

golem-add-secret-moonbit

Adding secrets to MoonBit Golem agents. Use when the user asks to add secret values, API keys, or sensitive configuration to a MoonBit agent.

1.60k repo starsObserved in 1 repos
Agent Building

golem-add-secret-rust

Adding secrets to Rust Golem agents. Use when the user needs to store sensitive configuration such as API keys, passwords, or tokens that should not be checked into source control.

1.60k repo starsObserved in 1 repos
Agent Building

golem-add-transactions-scala

Adding saga-pattern transactions with compensation to a Scala Golem agent. Use when the user asks about transactions, sagas, compensation, rollback, or multi-step operations that need undo logic.

1.60k repo starsObserved in 1 repos
Agent Building

golem-add-transactions-ts

Adding saga-pattern transactions with compensation to a TypeScript Golem agent. Use when the user asks about transactions, sagas, compensation, rollback, or multi-step operations that need undo logic.

1.60k repo starsObserved in 1 repos
Agent Building