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.
Designs and provisions cloud infrastructure using AWS services with IaC patterns and cost optimization guidance.
/plugin marketplace add srstomp/pokayokay/plugin install pokayokay@pokayokayThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/cdk-patterns.mdreferences/container-patterns.mdreferences/cost-optimization.mdreferences/database-selection.mdreferences/iam-and-security.mdreferences/serverless-patterns.mdreferences/service-selection.mdreferences/storage-and-cdn.mdDesign 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 |
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.