From pokayokay
Use when provisioning cloud resources, choosing between AWS services (Lambda vs ECS vs EKS), writing CDK/IaC, designing serverless or container architectures, configuring IAM/security groups, or optimizing cloud costs.
npx claudepluginhub srstomp/pokayokay --plugin pokayokayThis skill uses the workspace's default tool permissions.
Design and provision cloud infrastructure with AWS-primary patterns and cloud-agnostic naming for portability.
Provides Ktor server patterns for routing DSL, plugins (auth, CORS, serialization), Koin DI, WebSockets, services, and testApplication testing.
Conducts multi-source web research with firecrawl and exa MCPs: searches, scrapes pages, synthesizes cited reports. For deep dives, competitive analysis, tech evaluations, or due diligence.
Provides demand forecasting, safety stock optimization, replenishment planning, and promotional lift estimation for multi-location retailers managing 300-800 SKUs.
Design and provision cloud infrastructure with AWS-primary patterns and cloud-agnostic naming for portability.
New service/workload?
├── Stateless, event-driven, <15min → Serverless (Lambda + API GW)
├── Long-running, stateful, predictable → Containers (ECS Fargate)
├── Kubernetes-native, multi-cloud → Orchestration (EKS)
└── Static content, CDN → Storage (S3 + CloudFront)
Database needs?
├── Key-value, <1ms, scale-to-zero → DynamoDB
├── Relational, complex queries → RDS/Aurora
├── Document store, flexible schema → DocumentDB
└── Cache, sessions, pub/sub → ElastiCache (Redis)
IaC approach?
├── AWS-only, type-safe → CDK (TypeScript)
├── Multi-cloud, declarative → Terraform
└── Simple, YAML → CloudFormation
ci-cd skill for pipeline config (CodePipeline, GitHub Actions)database-design skill for schema/migrations/queriesobservability skill for application metrics/logs/traces| File | Use When |
|---|---|
references/service-selection.md | Choosing between AWS compute, database, or messaging services |
references/cdk-patterns.md | Writing CDK constructs, organizing stacks, L1/L2/L3 patterns |
references/serverless-patterns.md | Building Lambda functions, API Gateway, Step Functions, event-driven |
references/container-patterns.md | ECS Fargate task definitions, service discovery, health checks |
references/iam-and-security.md | IAM policies, security groups, VPC design, least privilege |
references/storage-and-cdn.md | S3 configuration, CloudFront distributions, caching strategies |
references/database-selection.md | DynamoDB patterns, RDS/Aurora configuration, managed DB comparison |
references/cost-optimization.md | Right-sizing, reserved capacity, cost estimation, billing alerts |