Soham
Community@rust-soham
trying to figure out few things
Agent Skills by Soham
Showing 67 vetted skills indexed across 1 GitHub repositories.
golem-cloud-account-setup
Configure Golem Cloud CLI authentication and deploy apps via golem.yaml.
golem-add-cors-ts
Configure CORS on TypeScript HTTP endpoints with mount and route origins.
golem-local-dev-server
Start and troubleshoot the local Golem development server with subcommands and tracing flags.
golem-add-npm-package
Add npm package dependencies to TypeScript Golem projects.
golem-integration-test-setup
Configure an isolated Golem test environment and deploy via discovered ports.
golem-schedule-future-call-ts
Schedule future Golem agent method invocations with Datetime values.
golem-view-agent-files
List files and directories in an agent's virtual filesystem with optional JSON output.
golem-recurring-task-ts
Schedule recurring TypeScript Golem agent invocations with cancellation and backoff.
golem-add-env-vars
Define environment variables for Golem agents with cascade precedence across manifest levels.
golem-add-webhook-ts
Creates Webhook accepting POSTs and converting them to JSON payloads for your app.
golem-new-project
Create a new Golem application project from Rust, TypeScript, or Scala templates.
golem-add-transactions-ts
Orchestrate TypeScript saga transactions with execute and compensate functions.
golem-make-http-request-ts
Perform outgoing HTTP requests from TypeScript Golem agents with durable retries.
golem-stateless-agent-ts
Build ephemeral stateless TypeScript agents using Golem's ephemeral mode.
golem-manage-plugins
Manage Golem plugins via golem.yaml reconciliation and CLI operations.
golem-update-running-agents
Migrate running agents to new component revisions via auto replay or snapshots.
golem-invoke-agent-ts
Invoke typed methods on deployed TypeScript Golem agents from the command line.
golem-fire-and-forget-ts
Trigger TypeScript Golem agent methods asynchronously with .trigger().
golem-add-http-endpoint-ts
Exposes TypeScript Golem agent methods as REST-like HTTP endpoints via decorators.
golem-schedule-agent-ts
Schedule TypeScript Golem agent method invocations with time-based triggers.
golem-configure-api-domain
Configure HTTP API domain deployments and authentication in golem.yaml.
golem-interrupt-resume-agent
Interrupt and resume Golem agents while preserving their state.
golem-list-and-filter-agents
Filters deployed agents by name, component, status, revision, time and environment metadata using golem-cli commands with AND-combined options and pagination.
golem-add-config-ts
Add typed configuration to TypeScript Golem agents via Config<T> detection.