A Kubernetes stack covering design · build · verify · ship · operate.
Agents pick the layer their task belongs in and ship a real artifact instead of writing boilerplate.
| THE FACTORY | |
| fab | The factory runner — orchestrates a roster of Claude agents through discovery → design → build → verify → ship, every deliverable gated by an evidence-backed merge review. |
| nanohype | Template catalog + @nanohype/sdk + the Platform Reference — the factory's vocabulary, served to agents over MCP. |
| THE SUBSTRATE · what it ships onto | |
| landing-zone | Multi-cloud OpenTofu + Terragrunt substrate — AWS · GCP · Azure, multi-account isolation, GitOps-ready clusters. |
| eks-agent-platform | k8s-native control plane: the operator + CRDs that fence each Platform tenant — per-tenant IAM/KMS/S3, agentgateway, kagent, KEDA, a budget kill-switch, and an Argo eval pipeline on EKS + Bedrock. |
| eks-gitops · aks-gitops | ArgoCD addon catalogs for EKS and AKS — ApplicationSets, sync-wave ordering, per-env Helm values. |
| kx | Local kind cluster preloaded with the eks-gitops catalog — develop locally, deploy to EKS unchanged. |
| WHAT IT'S SHIPPED · live Platform tenants | |
| competitive-intelligence | Competitor-site change radar — crawls, semantic-diffs each page, alerts Slack on meaningful change. Durable pgvector. |
| incident-response | Ceremonial incident commander — Grafana OnCall → war-room → approval-gated Statuspage → Linear postmortem. |
| digest-pipeline | Weekly newsletter pipeline — aggregates GitHub/Linear/Notion/Slack, drafts with Bedrock Claude, human-gated SES send. |
| slack-knowledge-bot | Internal Slack knowledge bot — per-user ACL-filtered retrieval over Notion/Confluence/Drive via Bedrock Claude. |
| OPERATE | |
| portal | Self-hosted ops portal for OpenTofu workspaces, AWS accounts, EKS clusters, and EAP tenants — one UI, one audit trail. |
| cloudgov | AWS security & cost CLI — IAM least-privilege, cost anomalies, posture, drift, plus a Kubernetes RBAC scanner. |
| homebrew-tap | brew install for the nanohype CLIs. |