local-env-orchestration

Automate local Kubernetes cluster lifecycle with CLI-driven actions.

39|3|Updated Nov 21, 2025
One-click install
npx skills add https://github.com/LiorCohen/sdd --skill local-env-orchestration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-env-orchestration
Source: https://github.com/LiorCohen/sdd/tree/main/plugin/fullstack-typescript/skills/orchestrators/local-env-orchestration
Command: npx skills add https://github.com/LiorCohen/sdd --skill local-env-orchestration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing local Kubernetes development environments can be error-prone and tedious, requiring manual setup and coordination across tools.

Core Features & Use Cases

  • Automates cluster creation, start/stop, and status checks for local Kubernetes setups.
  • Installs and manages observability infra and required tooling for a smooth local development cycle.
  • Use case: Stand up a full local dev cluster with observability stack to test deployments and migrations locally.

Quick Start

Start a local environment orchestration session for your SDD project.

Frequently Asked Questions about local-env-orchestration

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

FAQPage Schema
How do I automate local Kubernetes cluster creation and management for development?

You can automate local Kubernetes cluster creation and management using CLI-driven actions like create, start, stop, and destroy. This orchestration integrates with kind or minikube to manage environments and apply observability stacks for local testing.

What is the best way to stand up a local dev cluster with an observability stack?

The best way to stand up a local dev cluster with an observability stack is by using orchestration actions that automate kind or minikube setup alongside Helm. This installs required tooling and infrastructure to provide a smooth local development and debugging cycle.

Can I use Helm and kubectl with a minikube or kind local environment?

Yes, you can use Helm and kubectl with a minikube or kind local environment. The orchestration integrates directly with these tools to manage deployments, perform status checks, and coordinate infrastructure across local development workflows.

How do I deploy and test application migrations locally in Kubernetes?

To deploy and test application migrations locally in Kubernetes, you use CLI actions to deploy your application and forward ports. This workflow leverages Helm and kubectl within the orchestrated local cluster to validate changes before production.

Why does managing local Kubernetes environments manually cause errors?

Managing local Kubernetes environments manually causes errors because it requires tedious setup and coordination across multiple tools. Automating this orchestration eliminates manual configuration errors and standardizes the local development cycle.