open serverless skill catalog

Serverless skills for your AI agent

One command drops battle-tested serverless skills into your project, so your coding agent knows how to build and ship on every cloud.

your-project
$ npx skills add s8sskills/gcp

What's a skill?

A skill is a small, version-controlled bundle of instructions and helper scripts that teaches an AI coding agent how to do one thing well. An s8s skill teaches your agent a cloud's serverless story end to end — project layout, deploy commands, IAM gotchas, and the conventions a senior engineer would already know.

Skills are plain files. They live in your repo, get reviewed in pull requests, and work with any skills-aware agent — Claude Code, Cursor, and friends.

  • One command, zero config
  • Version-pinned & committed to your repo
  • Provider-agnostic install, provider-expert content
  • MIT-licensed & open on GitHub

Providers

A repo per cloud under github.com/s8sskills. Install any of them by id.

How it works

01

Run one command

npx skills add s8sskills/gcp pulls the vendor’s skill pack straight from the s8sskills GitHub org — no account, no config.

02

Skills land in your repo

Each pack installs into your project’s agent skills directory, version-pinned and ready to read. Inspect them, commit them, edit them.

03

Your agent ships serverless

Claude Code, Cursor, or any skills-aware agent now knows the provider’s serverless idioms — scaffolding, deploy commands, gotchas and all.

Give your agent a serverless superpower.

$ npx skills add s8sskills/gcp