Skip to main content

이 저장소의 skills

golemcloud/golem - 6페이지

SkillsMP는 golemcloud/golem에서 227개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

golemcloud/golem

수집된 skill 227개 중 27개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Creating ephemeral (stateless) agents in a Rust Golem project. Use when the user wants a stateless agent, a fresh instance per invocation, no shared state between calls, or a request-handler style agent.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Triggering a fire-and-forget invocation on a Rust Golem agent. Use when asked to trigger, enqueue, or fire-and-forget an agent method invocation using golem agent invoke --trigger.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Reading and writing files from a Scala Golem agent. Use when the user asks to read files, write files, or do filesystem operations from agent code in Scala.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Using phantom agents in Scala to create multiple agent instances with the same constructor parameters. Use when the user needs multiple distinct agents sharing constructor values, or asks about phantom agents, phantom IDs, getPhantom/newPhantom, or…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Creating ephemeral (stateless) agents in a Scala Golem project. Use when the user wants a stateless agent, a fresh instance per invocation, no shared state between calls, or a request-handler style agent.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Triggering a fire-and-forget invocation on a Scala Golem agent. Use when asked to trigger, enqueue, or fire-and-forget an agent method invocation using golem agent invoke --trigger.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Triggering a fire-and-forget invocation on a TypeScript Golem agent. Use when asked to trigger, enqueue, or fire-and-forget an agent method invocation using golem agent invoke --trigger.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Adding prompt and description annotations to Rust agent methods. Use when the user asks to add descriptions, prompts, or documentation metadata to agent methods for AI/LLM discovery.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Triggering an agent invocation without waiting for the result in a Rust Golem project. Use when the user asks about fire-and-forget calls, async triggers, or enqueuing agent work.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Adding prompt and description annotations to Scala agent methods. Use when the user asks to add descriptions, prompts, or documentation metadata to agent methods for AI/LLM discovery.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Run and debug Golem Scala SDK integration tests. Use when running golem-scala integration tests, debugging test failures, or working with GolemExamplesIntegrationSpec.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Adding a new built-in plugin to Golem. Use when creating a brand new plugin that ships with Golem and is auto-provisioned at startup, covering project scaffolding, WASM compilation, provisioning wiring, CLI embedding, and test framework integration.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Building or modifying built-in plugins in plugins/. Use when changing the OTLP exporter plugin code, rebuilding plugin WASMs, or modifying the builtin plugin provisioning logic.

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

Writing database migration SQL scripts. Use when creating or modifying migration files under db/migration/ directories, adding tables, indexes, or columns.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Tracing and logging conventions for the Golem codebase. Use when adding tracing::debug!, info!, warn!, error! calls, or reviewing log statements for style.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Analysing GitHub Actions CI failures from a run URL. Use when the user pastes a GitHub CI run or job URL and wants to understand why it failed and how to reproduce locally.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Adding or updating crate dependencies in the Golem workspace. Use when adding a new Rust dependency, changing dependency versions, or configuring dependency features.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Diagnosing and fixing hanging worker executor or integration tests. Use when a test hangs indefinitely, times out, or appears stuck during execution.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Modifying service configuration types or defaults. Use when changing config structs, adding config fields, or updating default values for any Golem service.

원문 언어: 영어

업데이트
수집된 skill 227개 중 27개를 표시합니다.