check-infra

Report running state of Docker, MongoDB, Qdrant, ZenML, and FastAPI services.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/captainsparrow10/LLM-ENGINEERS-HANDBOOK --skill check-infra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-infra
Source: https://github.com/captainsparrow10/LLM-ENGINEERS-HANDBOOK/tree/main/.claude/skills/check-infra
Command: npx skills add https://github.com/captainsparrow10/LLM-ENGINEERS-HANDBOOK --skill check-infra

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Check Infrastructure Status helps developers quickly verify that Docker, MongoDB, Qdrant, ZenML, and optional FastAPI servers are up and healthy in a local environment.

Core Features & Use Cases

  • Health-check commands for core services (Docker containers, database connectivity, vector store, and workflow orchestrator).
  • Quick triage guidance for local development issues and setup verification.
  • Reproducible checks you can run in CI or on a developer machine.

Quick Start

Run the provided check-infra commands to emit a status report for all critical services.

Frequently Asked Questions about check-infra

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

FAQPage Schema
How do I check if local infrastructure services like Docker and MongoDB are running?

To check local infrastructure services, you can run health-check commands that read the running state of Docker containers, MongoDB database connectivity, Qdrant vector stores, and ZenML workflow orchestrators, generating a quick status report for local development.

What is the best way to verify local service health during development setup?

The best way to verify local service health is running reproducible status checks that identify whether Docker, MongoDB, Qdrant, and ZenML are up, providing triage guidance and suggesting startup commands for any down services.

Can I check Qdrant and ZenML status alongside Docker containers in one report?

Yes, you can check Qdrant and ZenML status alongside Docker containers in one report by running a unified health-check command that reads connectivity and running states for all these local infrastructure services simultaneously.

How do I troubleshoot local development environments when infrastructure is down?

To troubleshoot local development environments when infrastructure is down, execute a status check that identifies failed services and suggests the exact commands needed to start the down Docker, MongoDB, Qdrant, or ZenML instances.

Does the infrastructure health check support optional FastAPI endpoints?

Yes, the infrastructure health check supports optional FastAPI endpoints, reading their status alongside core services like Docker, MongoDB, Qdrant, and ZenML to provide a comprehensive local environment health report.

Can I run local infrastructure health checks in CI pipelines?

Yes, you can run local infrastructure health checks in CI pipelines because the status checks are reproducible, allowing automated verification that Docker, MongoDB, Qdrant, and ZenML services are up and healthy before proceeding.