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
- Host: GitHub
- URL: https://github.com/golemcloud/skills
- Owner: golemcloud
- License: apache-2.0
- Created: 2026-04-22T06:43:49.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-09T07:28:38.000Z (about 1 month ago)
- Last Synced: 2026-05-09T09:30:00.844Z (about 1 month ago)
- Size: 8.79 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.