An open API service indexing awesome lists of open source software.

https://github.com/golemcloud/skills

Agent skills for Golem Cloud
https://github.com/golemcloud/skills

Last synced: 18 days ago
JSON representation

Agent skills for Golem Cloud

Awesome Lists containing this project

README

          

# Golem Skills

Bootstrap AI agent skills for getting started with [Golem](https://golem.cloud/). Compatible with [skills.sh](https://skills.sh) and any coding agent that supports the open agent skills format.

## Installation

```bash
npx skills add golemcloud/skills
```

## Prerequisites

**Golem 1.5.0** must be installed separately. Follow the [Quickstart guide](https://learn.golem.cloud/quickstart) to install and set up the Golem CLI.

## Skills

This repository contains bootstrap skills to help you start building with Golem. Once you create a new Golem project with `golem new`, additional project-specific skills will be added automatically to guide you through building, deploying, and managing your application.

### `golem-new-project`

Scaffolds a new Golem application project using `golem new`. Covers language template selection (Rust, TypeScript, Scala), non-interactive mode flags, and initial project structure setup.

### `golem-cloud-account-setup`

Guides you through setting up a Golem Cloud account — creating a cloud CLI profile, authenticating via GitHub OAuth2, managing API tokens, and configuring your application for cloud deployment.