Cloud

Cloud services and infrastructure

Showing 313-336 of 885 skills
aj-geddes

aws-cloudfront-cdn

by aj-geddes

Distribute content globally using CloudFront with caching, security headers, WAF integration, and origin configuration. Use for low-latency content delivery.

Caching 324 10mo ago
VladimirBrejcha

cloudflare-worker-base

by VladimirBrejcha

Set up Cloudflare Workers with Hono routing, Vite plugin, and Static Assets using production-tested patterns. Prevents 8 errors: export syntax, routing conflicts, HMR crashes, gradual rollout asset mismatches, and free tier 429s. Use when: creating Workers projects, configuring Hono or Vite for Workers, deploying with Wrangler, adding Static Assets with SPA fallback, or troubleshooting export syntax, API route conflicts, scheduled handlers, or HMR race conditions. Keywords: Cloudflare Workers, CF Workers, Hono, wrangler, Vite, Static Assets, @cloudflare/vite-plugin, wrangler.jsonc, ES Module, run_worker_first, SPA fallback, API routes, serverless, edge computing, "Cannot read properties of undefined", "Static Assets 404", "A hanging Promise was canceled", "Handler does not export", deployment fails, routing not working, HMR crashes

API Dev 19 8mo ago
VladimirBrejcha

cloudflare-queues

by VladimirBrejcha

Build async message queues with Cloudflare Queues for background processing. Use when: handling async tasks, batch processing, implementing retries, configuring dead letter queues, managing consumer concurrency, or troubleshooting queue timeout, batch retry, message loss, or throughput exceeded.

Automation 19 8mo ago
VladimirBrejcha

cloudflare-d1

by VladimirBrejcha

Build with D1 serverless SQLite database on Cloudflare's edge. Use when: creating databases, writing SQL migrations, querying D1 from Workers, handling relational data, or troubleshooting D1_ERROR, statement too long, migration failures, or query performance issues. Prevents 14 documented errors.

Cloud 19 6mo ago
neondatabase

neon-serverless

by neondatabase

Configures Neon Serverless Driver for Next.js, Vercel Edge Functions, AWS Lambda, and other serverless environments. Installs @neondatabase/serverless, sets up environment variables, and creates working API route examples with TypeScript types. Use when users need to connect their application to Neon, fetch or query data from a Neon database, integrate Neon with Next.js or serverless frameworks, or set up database access in edge/serverless environments where traditional PostgreSQL clients don't work.

API Dev 86 9mo ago
fortunto2

solo-deploy

by fortunto2

Deploy project to hosting platform — read stack YAML for exact config, detect local CLI tools (vercel, wrangler, supabase, fly, sst), set up database, push code, verify live deployment. Use when user says "deploy it", "push to production", "set up hosting", or after /build completes. Do NOT use before build is complete.

CI/CD 18 6mo ago
dirnbauer

find-skills

by dirnbauer

Discover and install skills from the open agent skills ecosystem using the Skills CLI (npx skills). Search for skills by keyword, install from GitHub, and manage updates. Use when users ask about finding, installing, or managing agent skills.

Agents 33 6mo ago
Dicklesworthstone

vercel

by Dicklesworthstone

"Deploy and manage Vercel projects, domains, environment variables, and serverless functions using the vercel CLI."

CLI Tools 73 8mo ago
acedergren

refactor-module

by acedergren

Terraform module extraction decision framework. Use when: (1) deciding whether to create module vs keep inline, (2) determining module boundaries, (3) avoiding over-abstraction, (4) handling state migration. NOT a Terraform tutorial. Focuses on the refactoring decision (when to modularize, when to keep inline) and anti-patterns that create module sprawl. Triggers: terraform module, refactor terraform, module boundaries, when to create module, terraform abstraction, module sprawl, state migration.

Cloud 26 7mo ago
zephyrwang6

x-blogger-analyzer

by zephyrwang6

分析 X/Twitter 博主的内容风格、创作策略和增长原因。当用户输入 X/Twitter 博主链接(如 https://x.com/username 或 https://twitter.com/username)并要求分析时触发。支持:(1) 抓取博主推文内容,(2) 分析爆款原因和增长策略,(3) 提炼内容风格和创作频率,(4) 生成完整分析报告保存到笔记。

Cloud 336 7mo ago
armanzeroeight

stack-designer

by armanzeroeight

Designs CloudFormation stack structure, nested stacks, and resource organization. Use when designing CloudFormation infrastructure, organizing resources into stacks, or planning nested stack hierarchies.

Cloud 29 9mo ago
armanzeroeight

azure-cost-optimizer

by armanzeroeight

Analyzes Azure costs and provides optimization recommendations including reserved instances, rightsizing, and unused resources. Use when optimizing Azure spending or analyzing Azure costs.

Cloud 29 9mo ago
armanzeroeight

security-group-analyzer

by armanzeroeight

Audit AWS security groups for overly permissive rules and security vulnerabilities. Use when reviewing AWS security, auditing security groups, or improving network security posture.

Cloud 29 9mo ago
neondatabase

better-env

by neondatabase

Better environment variable management for agents and humans with full type safety, CLI-based remote environment synchronization, and environment validation. Use when setting up typed config schemas, validating env variables, or managing remote env vars across Vercel, Netlify, Railway, Cloudflare, and Fly.io with better-env.

CLI Tools 28 6mo ago
b-open-io

create-next-project

by b-open-io

This skill should be used when the user asks to "create a new project", "scaffold a Next.js app", "initialize a new app", "start a new project", "set up a new Next.js project", or mentions "create-next-project". Provides a guided, opinionated full-stack Next.js project initialization with Biome, Tailwind v4, shadcn/ui, better-auth, and Vercel deployment. Uses agent teams for parallel execution.

Auth 15 6mo ago
organvm-iv-taxis

gcp-resource-optimizer

by organvm-iv-taxis

Optimize Google Cloud Platform resource allocation and manage cloud credits efficiently. Use when planning GCP deployments, analyzing cloud spend, maximizing value from expiring credits, right-sizing instances, or designing cost-effective architectures. Triggers on GCP cost optimization, credit management, resource allocation planning, or cloud budget concerns.

Automation 16 7mo ago
manutej

terraform-infrastructure-as-code

by manutej

Comprehensive Terraform Infrastructure as Code skill covering resources, modules, state management, workspaces, providers, and advanced patterns for cloud-agnostic infrastructure deployment

Cloud 61 10mo ago
manutej

ci-cd-pipeline-patterns

by manutej

Comprehensive CI/CD pipeline patterns skill covering GitHub Actions, workflows, automation, testing, deployment strategies, and release management for modern software delivery

CI/CD 61 10mo ago
manutej

terraform-infrastructure

by manutej

Comprehensive Terraform infrastructure-as-code skill covering providers, resources, modules, state management, and enterprise patterns for multi-cloud infrastructure

Cloud 61 10mo ago
manutej

aws-cloud-architecture

by manutej

Comprehensive guide to AWS cloud architecture covering compute, storage, databases, networking, security, serverless, and cost optimization with production-ready patterns

Cloud 61 10mo ago
manutej

aws-cloud-services

by manutej

Comprehensive AWS cloud services skill covering S3, Lambda, DynamoDB, EC2, RDS, IAM, CloudFormation, and enterprise cloud architecture patterns with AWS SDK

CLI Tools 61 10mo ago
oakoss

cloudflare

by oakoss

'Cloudflare Workers, KV, D1, R2, Pages, and Wrangler CLI. Use when deploying to the edge, configuring Workers, managing storage bindings, or setting up Cloudflare Pages.'

Cloud 14 7mo ago
olehsvyrydov

terraform-specialist

by olehsvyrydov

"[Extends devops-engineer] Terraform/OpenTofu specialist. Use for advanced Terraform modules, multi-cloud providers, state management, workspaces, CI/CD for IaC. Invoke alongside devops-engineer for complex IaC projects."

Cloud 15 8mo ago
hainamchung

AWS Penetration Testing

by hainamchung

This skill should be used when the user asks to "pentest AWS", "test AWS security", "enumerate IAM", "exploit cloud infrastructure", "AWS privilege escalation", "S3 bucket testing", "metadata SSRF", "Lambda exploitation", or needs guidance on Amazon Web Services security assessment.

CLI Tools 54 7mo ago