- Home
- /
- Categories
- /
- Cloud
Cloud
Cloud services and infrastructure
react
by DaleStudy
"React 성능 최적화 및 베스트 프랙티스 스킬. Vercel Engineering 가이드 기반, 프레임워크 비종속. 다음 상황에서 사용: (1) React 컴포넌트(.tsx, .jsx) 작성 또는 수정 시, (2) 상태 관리, hooks, 리렌더링 최적화 작업 시, (3) 비동기 데이터 페칭 또는 Suspense 패턴 작업 시, (4) 번들 사이즈 최적화 또는 코드 스플리팅 시, (5) 'react', 'useState', 'useEffect', 'useMemo', 'useCallback', 'memo', 'Suspense', 'lazy' 키워드가 포함된 작업 시"
mastering-aws-cli
by SpillwaveSolutions
AWS CLI v2 quick-reference for experienced developers. Covers compute (Lambda, ECS, EKS), storage (S3, DynamoDB, Aurora), networking (VPC, SSM tunneling), security (IAM, Secrets Manager), and GitHub Actions CI/CD. Use when asked to "write aws commands", "debug aws access", "set up cross-account roles", "configure aws cli", "assume role", "S3 bucket operations", or "deploy to ECS".
amr-migration-skill
by AzureManagedRedis
Helps users migrate from Azure Cache for Redis (ACR) to Azure Managed Redis (AMR). Use when users ask about: Redis migration, AMR vs ACR features, SKU selection, migration best practices, feature compatibility, or Azure Redis cache upgrades.
multicloud-expert
by scottymcandrew
Multicloud architecture, engineering, and development across AWS, Azure, GCP, OCI, and Alicloud. Use for cloud architecture design, SDK/API debugging (Go, Python, etc.), IaC development (Terraform, Pulumi, CloudFormation), IAM/permission analysis, troubleshooting CSP errors, understanding cloud concepts, comparing provider approaches, or any cloud-related question. Triggers on cloud provider names, SDK references, IaC tools, or cloud service terminology.
developing-aws
by sumik5
AWS development guide covering serverless (Lambda, API Gateway, DynamoDB, Step Functions), CDK, EKS, SRE, cost optimization (FinOps/CCoE), security (IAM, VPC, KMS, GuardDuty), GenAI (Bedrock, RAG, Agents), databases (Aurora, DynamoDB, ElastiCache), data engineering (Glue, Athena, Redshift), developer tools (CodePipeline), Cloud Design Patterns (57 CDP), VPC architecture (subnet, CIDR, Transit Gateway), enterprise architecture (multi-account, Landing Zone, 14 business system patterns), and cloud migration strategies (7R, AWS MGN, database migration). MUST load when working with AWS services, detected by aws-cdk or @aws-sdk in package.json, cdk.json, samconfig.toml, serverless.yml, template.yaml (SAM), or eksctl configs. For GCP→developing-google-cloud, Terraform→developing-terraform, Docker→managing-docker, monitoring→designing-monitoring, RAG→building-rag-systems, LLMOps→practicing-llmops, serverless security→securing-serverless, logging→implementing-logging.
mcp-aws-knowledge-connector
by famaoai-creator
status: implemented
cloud-waste-hunter
by famaoai-creator
Actively identifies and eliminates unused or over-provisioned cloud resources. Goes beyond estimation to hunt for actual cost savings in live environments.
building-rag-systems
by sumik5
Comprehensive RAG (Retrieval-Augmented Generation) system building guide covering data loading pipelines (11 source types including Word, PDF, CSV, audio, video, multimodal), data preparation (metadata enrichment, text quality enhancement, 5 chunking strategies from character to agentic), and full RAG architecture overview with Python. Use when building RAG applications, designing data ingestion pipelines, or implementing text chunking strategies. For Python language best practices, use developing-python instead. For LLMOps operational framework, use practicing-llmops. For JavaScript/LangChain.js RAG in web apps with Vercel AI SDK, see integrating-ai-web-apps.
connection-manager
by famaoai-creator
Manages secure connections to external tools (AWS, Slack, Jira, Box). Validates credentials in the Personal Tier and injects them into the execution context.
ms-agent-framework-docs
by jasonz-ncc42
Local Microsoft Agent Framework documentation reference. Use when asked about Microsoft Agent Framework, building AI agents in .NET or Python, MCP servers/clients, durable agents, agent tools, Teams/WebChat adapters, or agent-to-agent communication.
mcp-terraform-connector
by famaoai-creator
status: implemented
tofu
by poindexter12
OpenTofu infrastructure-as-code reference for HCL syntax, state management, module design, and provider configuration. Use when working with OpenTofu configurations (.tf files), running tofu commands, troubleshooting state issues, or designing modules. Includes Proxmox provider patterns. Triggers: tofu, opentofu, tfstate, .tf files, HCL, modules, providers.
infrastructure
by manastalukdar
Infrastructure as Code generation for Terraform, CloudFormation, and Pulumi
cloud-cost-estimator
by famaoai-creator
Estimates monthly cloud infrastructure costs from IaC files (Terraform, CloudFormation). Helps align architecture with budget constraints.
terraform-god
by scottymcandrew
Elite Terraform specialist for architecture, optimization, and debugging. Use for greenfield deployments, module design, state surgery, performance tuning, CI/CD integration, provider troubleshooting, or any complex Terraform challenge. Triggers on Terraform files, HCL patterns, state issues, plan/apply errors, or module questions.
cloudflare
by janwilmake
Use this when asked to make a cloudflare worker
developing-terraform
by sumik5
Terraform IaC development with HCL syntax, module design, state management, and Terragrunt wrapper patterns. MUST load when .tf files or terragrunt.hcl are detected, or go.mod contains 'terraform'. Covers AWS/GCP infrastructure patterns and mise task automation. For Docker infrastructure, use managing-docker instead. For broader DevOps methodology and IaC tool comparison, use practicing-devops instead. For AWS CDK (TypeScript/Python IaC), use developing-aws instead.
ms-agent-framework-docs
by jasonz-ncc42
Local Microsoft Agent Framework documentation reference. Use when asked about Microsoft Agent Framework, building AI agents in .NET or Python, MCP servers/clients, durable agents, agent tools, Teams/WebChat adapters, or agent-to-agent communication.
environment-provisioner
by famaoai-creator
Generates Infrastructure as Code (Terraform, Docker, K8s) based on interactive requirements. The creative counterpart to terraform-arch-mapper.
ms-agent-framework
by AbhishekSharma-17
"Expert skill for building AI agent systems with Microsoft Agent Framework (Python). MANDATORY TRIGGERS: Microsoft Agent Framework, agent-framework, Azure AI agents, Azure OpenAI agents. Also trigger when the user is building production AI agents, multi-agent orchestrations, agentic workflows on Azure, or discussing concepts like tools, semantic kernel, middleware, or memory in Python. When in doubt, use it."
ms-agent-framework-docs
by jasonz-ncc42
Local Microsoft Agent Framework documentation reference. Use when asked about Microsoft Agent Framework, building AI agents in .NET or Python, MCP servers/clients, durable agents, agent tools, Teams/WebChat adapters, or agent-to-agent communication.
cicd-pipeline-generator
by auldsyababua
This skill should be used when creating or configuring CI/CD pipeline files for automated testing, building, and deployment. Use this for generating GitHub Actions workflows, GitLab CI configs, CircleCI configs, or other CI/CD platform configurations. Ideal for setting up automated pipelines for Node.js/Next.js applications, including linting, testing, building, and deploying to platforms like Vercel, Netlify, or AWS.
cost-optimization
by timequity
Cloud cost management, rightsizing, and FinOps practices.
azure-ai-anomalydetector-java
by Tryboy869
"Build anomaly detection applications with Azure AI Anomaly Detector SDK for Java. Use when implementing univariate/multivariate anomaly detection, time-series analysis, or AI-powered monitoring."