Enterprise Skill

SkillCloud & infra

Enterprise-grade system development with microservices, Kubernetes, and Terraform. Includes AI Native methodology and Monorepo architecture patterns.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Enterprise Skill skill

What this skill tells your AI

The instructions your AI receives, as published by ww-w-ai/bkit-gemini in skills/enterprise/SKILL.md and read by ahel’s review.

Enterprise-grade systems with microservices, Kubernetes, and Terraform

Overview

The Enterprise skill provides guidance for building large-scale, production-ready systems with microservices architecture, container orchestration, and infrastructure-as-code.

When to Use

  • High-traffic applications
  • Multi-team development
  • Complex business logic
  • Regulatory compliance needs
  • Custom infrastructure requirements

Architecture Patterns

Monorepo Structure

enterprise-project/
├── packages/
│   ├── api-gateway/
│   ├── user-service/
│   ├── order-service/
│   ├── payment-service/
│   └── shared/
├── infrastructure/
│   ├── terraform/
│   └── kubernetes/
├── docs/
│   ├── 01-plan/
│   ├── 02-design/
│   ├── 03-analysis/
│   └── 04-report/
├── turbo.json
└── package.json

Key Technologies

  • Container: Docker, Kubernetes
  • IaC: Terraform, Pulumi
  • CI/CD: GitHub Actions, ArgoCD
  • Observability: Prometheus, Grafana, Jaeger
  • Service Mesh: Istio, Linkerd

Key Phases (Enterprise Level)

PhaseRequiredDescription
1. SchemaDomain modeling
2. ConventionTeam coding standards
3. MockupUI/UX prototypes
4. APIAPI contracts (OpenAPI)
5. Design SystemShared component library
6. UI IntegrationFrontend integration
7. SEO/SecuritySecurity hardening
8. ReviewArchitecture review
9. DeploymentMulti-env deployment

Getting Started

# Initialize Enterprise project
/enterprise init

# Full pipeline with all phases
/development-pipeline start

Infrastructure Example

# infrastructure/terraform/main.tf
module "eks" {
  source  = "terraform-aws-modules/eks/aws"
  version = "~> 19.0"

  cluster_name    = "enterprise-cluster"
  cluster_version = "1.28"

  vpc_id     = module.vpc.vpc_id
  subnet_ids = module.vpc.private_subnets
}

Signals

GitHub stars
65
Forks
16
Last commit
May 2026
Advanced
Catalog kind
skill
Gateway key
enterprise-ww-w-ai
Source
github.com/ww-w-ai/bkit-gemini