Agent Skills by Peter Kotula
Showing 65 vetted skills indexed across 1 GitHub repositories.
golem-add-cors-ts
Configure CORS policies for TypeScript HTTP services with origins and preflight handling.
golem-local-dev-server
Run, configure, and clean local Golem server instances for development.
golem-add-npm-package
Add npm packages to Golem TypeScript projects with runtime compatibility checks.
golem-view-agent-files
List and inspect files in a running agent's virtual filesystem using the golem CLI.
golem-recurring-task-ts
Implement self-scheduling recurring tasks in TypeScript Golem agents with exponential backoff and cancellation.
golem-add-env-vars
Configure environment variables for distributed Golem agents with cascading definitions and CLI overrides.
golem-add-webhook-ts
Create temporary webhooks for TypeScript Golem agents to handle external POST callbacks.
golem-new-project
Scaffold new Golem application projects from templates in Rust, TypeScript, and Scala.
golem-add-transactions-ts
Coordinate multi-step TypeScript transactions with saga compensation and rollback logic.
golem-make-http-request-ts
Send GET, POST, PUT, and DELETE requests with custom headers and JSON payloads.
golem-stateless-agent-ts
Create ephemeral, stateless TypeScript agents for isolated request handling.
golem-manage-plugins
List, install, update, and remove Golem plugins via CLI commands.
golem-update-running-agents
Update running agents to new component revisions in distributed systems.
golem-invoke-agent-ts
Invoke methods on deployed Golem agents using TypeScript syntax.
golem-fire-and-forget-ts
Invoke Golem agent methods asynchronously in TypeScript without blocking.
golem-add-http-endpoint-ts
Define HTTP routes and method mappings for TypeScript Golem agents.
golem-schedule-agent-ts
Schedule Golem agent method invocations with ISO 8601 timestamps.
golem-configure-api-domain
Configure API domain deployments and security schemes in golem.yaml files.
golem-interrupt-resume-agent
Interrupt and resume Golem agent instances using Golem CLI commands.
golem-list-and-filter-agents
List and filter agents by properties, statuses, and metadata in a distributed system.
golem-add-config-ts
Integrate typed configuration into TypeScript Golem agents via decorators and golem.yaml.
golem-delete-agent
Delete agent instances and their associated data via CLI commands.
golem-cancel-queued-invocation
Cancel queued agent invocations by ID before they execute.
golem-logging-ts
Log TypeScript Golem agent output via native console methods.