enterprise

Scaffold enterprise monorepos with Turborepo, Terraform, Kubernetes, and ArgoCD.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/hendrax5/ironman --skill enterprise-hendrax5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enterprise
Source: https://github.com/hendrax5/ironman/tree/main/skills/enterprise
Command: npx skills add https://github.com/hendrax5/ironman --skill enterprise-hendrax5

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enterprise teams face high friction when bootstrapping and operating large-scale systems because they must coordinate monorepo structure, infrastructure-as-code, Kubernetes manifests, CI/CD, observability, and governance across teams. This Skill provides an opinionated, repeatable blueprint and operational guidance to initialize, secure, and observe enterprise platforms while embedding AI-native PDCA workflows and self-healing patterns.

Core Features & Use Cases

  • Monorepo Initialization: Scaffolds Turborepo structure with apps, packages, services, infra, and docs conventions to centralize context for AI-assisted development.
  • Infrastructure Templates: Provides Terraform and Kubernetes base templates, ArgoCD GitOps patterns, and recommended AWS/EKS deployment configurations.
  • Observability & Self-Healing: Integrates Sentry, Prometheus, Grafana, and automated webhook-driven remediation flows for incident detection and auto-PR fixes.
  • Use Case: CTOs and platform teams can rapidly bootstrap a production-ready platform including CI/CD, IaC modules, and monitoring so teams can focus on product features instead of plumbing.

Quick Start

Run the enterprise init command to scaffold a Turborepo monorepo with base Terraform, Kubernetes templates, CI/CD, and project CLAUDE.md by issuing the '/enterprise init my-platform' command.

Frequently Asked Questions about enterprise

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bootstrap a microservices monorepo with Terraform and Kubernetes infrastructure?

You can bootstrap a microservices monorepo by running an initialization command that scaffolds a Turborepo structure with base Terraform modules, Kubernetes manifests, and CI/CD configurations.

What is the best way to set up ArgoCD GitOps for an enterprise microservices platform?

Setting up ArgoCD GitOps is achieved by applying the provided infrastructure templates, which include base Kubernetes manifests and ArgoCD patterns for automated deployment on AWS EKS.

How does automated self-healing work for Kubernetes deployments with Prometheus and Sentry?

Automated self-healing uses webhook-driven remediation flows triggered by Sentry and Prometheus incident detection to automatically initiate fixes and auto-PR workflows for Kubernetes deployments.

Can I use this enterprise scaffolding for an existing Turborepo monorepo?

This enterprise scaffolding is designed to initialize new platform projects by generating the Turborepo structure with apps, packages, services, infra, and docs conventions from scratch.

What observability tools are included for monitoring microservices in this setup?

The observability pipeline integrates Sentry for error tracking, Prometheus for metrics collection, and Grafana for visualizing microservices monitoring data within the bootstrapped platform.

Do I need Terraform and Kubernetes prerequisites to use this monorepo scaffolding?

You need an AWS environment to apply the Terraform infrastructure-as-code and deploy Kubernetes manifests, as the templates generate EKS deployment configurations and ArgoCD GitOps patterns.