platctl

Orchestrate platform bootstrap, teardown, validation, and configuration via a DAG-aware CLI.

1|Updated Mar 20, 2025
One-click install
npx skills add https://github.com/asanexample/platform --skill platctl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: platctl
Source: https://github.com/asanexample/platform/tree/main/.claude/skills/platctl
Command: npx skills add https://github.com/asanexample/platform --skill platctl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

platctl addresses the complexity of managing full-platform infrastructure by providing a single command to bootstrap, teardown, validate, and configure your platform environment.

Core Features & Use Cases

  • Bootstrap and Teardown: Simplify the setup and dismantling of entire platform infrastructures with parallel dependency order processing.
  • Validation: Perform two-phase health checks to ensure platform components are operational and compliant.
  • Configuration: Automatically manage kubeconfig and access configurations for all clusters within the platform.

Quick Start

Use platctl to deploy a new platform environment by running: ./bin/platctl bootstrap --yes

Frequently Asked Questions about platctl

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

FAQPage Schema
How do I bootstrap and teardown multi-account AWS EKS infrastructure?

You can bootstrap and teardown multi-account AWS EKS infrastructure using a DAG-aware CLI that processes dependencies in parallel order to set up or dismantle your entire platform environment.

What is the best way to validate platform infrastructure health checks after deployment?

The best way to validate platform infrastructure is by running two-phase health checks that verify components are operational and compliant, ensuring your EKS clusters are fully configured and ready.

Do I need Terragrunt and EKS setup to orchestrate full-platform infrastructure?

Yes, you need Terragrunt and EKS setup to achieve full functionality when orchestrating full-platform infrastructure across multi-account AWS environments.

How does a DAG-aware CLI handle configuration for multiple EKS clusters?

A DAG-aware CLI automatically manages kubeconfig and access configurations for all EKS clusters within the platform, handling dependency resolution to ensure correct setup order.

Can I use a single command to manage platform infrastructure teardown and configuration?

Yes, you can use a single CLI command to orchestrate platform infrastructure teardown and configuration, processing dependencies in parallel to safely dismantle or configure your environment.