Local Cluster Manager

Automate start, stop, logs, psql access, recovery checks, and S3 backup tests for a local Multigres cluster.

2.5k|123|Updated Jun 10, 2025
One-click install
npx skills add https://github.com/multigres/multigres --skill local-cluster-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Local Cluster Manager
Source: https://github.com/multigres/multigres/tree/main/.claude/skills/mt-local-cluster
Command: npx skills add https://github.com/multigres/multigres --skill local-cluster-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the operational management of a local Multigres cluster and its components.

Core Features & Use Cases

  • Start, stop, and restart the entire cluster or individual components (multipooler, pgctld, multiorch, multigateway).
  • View and tail logs for each component to diagnose issues.
  • Connect to multipooler or multigateway using psql for direct database access.
  • Check component status, topology, and recovery mode to ensure local readiness.
  • Validate S3 backup configuration and perform local backup testing.

Quick Start

Use this skill to start, stop, or inspect the local Multigres cluster and its components.

Frequently Asked Questions about Local Cluster Manager

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

FAQPage Schema
How do I manage a local multigres cluster for development and testing?

To manage a local multigres cluster, you can automate operational tasks like starting and stopping services, viewing logs, and connecting with psql for direct database access in a local testing setup.

How do I view and tail logs for individual cluster components?

You can view and tail logs for individual components to diagnose issues by running component-level commands that provide clear status reporting for the local cluster.

How can I connect to a local cluster with psql for direct database access?

You can connect to multipooler or multigateway using psql for direct database access, allowing you to interact with the local cluster during development or testing.

Can I validate recovery modes and test S3 backups in a local cluster?

Yes, you can check component status, topology, and recovery mode to ensure local readiness, and validate S3 backup configuration to perform local backup testing.

Does the local cluster manager require docker orchestration dependencies?

No external dependencies are required to use this skill for local cluster management, as it handles docker orchestration and operational management with in-memory configuration caching.

What is the best way to restart specific components in a multigres cluster?

The best way to restart specific components is by using component-level commands that target individual services, providing deterministic task execution and clear status reporting for the cluster.