# I created S8sskills.com, an open source repo for serverless agent skills

> Source: <https://s8sskills.com>
> Published: 2026-07-16 00:09:49+00:00

open serverless skill catalog

# Serverless AI Skills for Coding Agents

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

`$ 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](https://github.com/s8sskills). Install any of them by id.

[gcp
availableIncluded skills](https://github.com/s8sskills/gcp)

### Google Cloud

Cloud Run, Cloud Functions & Firebase deploys

- ✦gcloud-project-setup Configure gcloud CLI, active project, & authentication
- ✦cloud-run-deploy Deploy serverless containers to Cloud Run
- ✦cloud-functions-deploy Deploy HTTP & event-triggered Cloud Functions
- ✦firebase-deploy Deploy web assets, functions, & security rules

`npx skills add s8sskills/gcp`

[aws
availableIncluded skills](https://github.com/s8sskills/aws)

### Amazon Web Services

Lambda, App Runner & SAM workflows

- ✦aws-project-setup Configure AWS credentials, profile, & region settings
- ✦lambda-deploy Package & deploy serverless functions to AWS Lambda
- ✦app-runner-deploy Deploy serverless container web apps via App Runner

`npx skills add s8sskills/aws`

[azure
availableIncluded skills](https://github.com/s8sskills/azure)

### Microsoft Azure

Functions & Container Apps

- ✦azure-project-setup Authenticate with Azure CLI, configure subscriptions & resource groups
- ✦azure-functions-deploy Build & publish serverless HTTP Azure Functions
- ✦azure-container-apps-deploy Deploy scalable serverless containers to Azure Container Apps

`npx skills add s8sskills/azure`

[vercel
availableIncluded skills](https://github.com/s8sskills/vercel)

### Vercel

Edge & serverless functions

- ✦vercel-project-setup Authenticate, configure, & link local projects to Vercel
- ✦vercel-deploy Deploy production/preview builds & configure environment variables

`npx skills add s8sskills/vercel`

[cloudflare
availableIncluded skills](https://github.com/s8sskills/cloudflare)

### Cloudflare

Workers & Pages at the edge

- ✦cloudflare-project-setup Install and authenticate Wrangler CLI, set up global/project configuration, and link local workspace directory to Cloudflare
- ✦cloudflare-workers-deploy Deploy serverless code to Cloudflare Workers or static/SPA web assets to Cloudflare Pages using Wrangler CLI

`npx skills add s8sskills/cloudflare`

[netlify
availableIncluded skills](https://github.com/s8sskills/netlify)

### Netlify

Functions & edge deploys

- ✦netlify-project-setup Authenticate with Netlify CLI, initialize or link local code to a Netlify site, and configure basic routing/redirect configurations
- ✦netlify-deploy Run production or preview builds, configure environment variables via CLI, deploy static assets and serverless/edge functions

`npx skills add s8sskills/netlify`

## How it works

### Run one command

`npx skills add s8sskills/gcp`

pulls the vendor’s skill pack straight from the s8sskills GitHub org — no account, no config.

### 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.

### 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`
