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.
$ 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.
Google Cloud
Cloud Run, Cloud Functions & Firebase deploys
npx skills add s8sskills/gcp
Amazon Web Services
Lambda, App Runner & SAM workflows
npx skills add s8sskills/aws
Vercel
Edge & serverless functions
npx skills add s8sskills/vercel
Netlify
Functions & edge deploys
npx skills add s8sskills/netlify
Cloudflare
Workers & Pages at the edge
npx skills add s8sskills/cloudflare
Microsoft Azure
Functions & Container Apps
npx skills add s8sskills/azureHow 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