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. Install any of them by id.
✦ 6 skills gcloud-project-setup · cloud-run-deploy · cloud-run-pipeline · cloud-run-agent-memory · cloud-functions-deploy · firebase-deploy
- ✦gcloud-project-setup Configure gcloud CLI, active project, & authentication
- ✦cloud-run-deploy Deploy serverless containers to Cloud Run
- ✦cloud-run-pipeline Rig CI/CD pipelines that deploy to Cloud Run from any CI tool
- ✦cloud-run-agent-memory Persistent Firestore memory for Cloud Run AI agents
- ✦cloud-functions-deploy Deploy HTTP & event-triggered Cloud Functions
- ✦firebase-deploy Deploy web assets, functions, & security rules
npx skills add s8sskills/gcp
✦ 3 skills aws-project-setup · lambda-deploy · app-runner-deploy
- ✦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
✦ 3 skills azure-project-setup · azure-functions-deploy · azure-container-apps-deploy
- ✦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
✦ 2 skills vercel-project-setup · vercel-deploy
- ✦vercel-project-setup Authenticate, configure, & link local projects to Vercel
- ✦vercel-deploy Deploy production/preview builds & configure environment variables
npx skills add s8sskills/vercel
✦ 2 skills cloudflare-project-setup · cloudflare-workers-deploy
- ✦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
✦ 2 skills netlify-project-setup · netlify-deploy
- ✦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
✦ 2 skills fastly-project-setup · fastly-compute-deploy
- ✦fastly-project-setup Install the Fastly CLI, authenticate with an API token, & verify profiles
- ✦fastly-compute-deploy Init, locally run, & deploy a Fastly Compute service (JS/TS/Rust/Go → Wasm at the edge)
npx skills add s8sskills/fastly
✦ 2 skills keda-install · keda-scale-workload
- ✦keda-install Install the KEDA operator (Helm or YAML) & verify CRDs and the metrics API
- ✦keda-scale-workload Write ScaledObjects with queue/cron/CPU triggers, scale to zero, & verify scaling
npx skills add s8sskills/keda
✦ 2 skills knative-install · knative-service-deploy
- ✦knative-install Install Knative Serving with Kourier networking, DNS, & the kn CLI
- ✦knative-service-deploy Deploy Knative Services with revisions, canary traffic splits, & rollback
npx skills add s8sskills/knative
No packs match — try a broader term, or propose the skill on GitHub.
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
