arib-check-services

Detect active technology stacks and verify service availability with Docker CLI.

2|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/AribSudia/claude-code-methodology --skill arib-check-services
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arib-check-services
Source: https://github.com/AribSudia/claude-code-methodology/tree/main/.claude/skills/arib-check-services
Command: npx skills add https://github.com/AribSudia/claude-code-methodology --skill arib-check-services

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill eliminates the guesswork in troubleshooting project infrastructure by automatically detecting the tech stack and verifying the health of only the services actually in use.

Core Features & Use Cases

  • Adaptive Auditing: Automatically identifies project type (Docker, Node, Python, etc.) and checks only relevant services.
  • Connectivity Diagnostics: Pinpoints port conflicts, service crashes, and inter-service communication failures with actionable fixes.
  • Use Case: Before starting a development session, run this to ensure your database, API, and frontend are all running correctly, or use it to debug why your microservices cannot communicate.

Quick Start

Run the arib-check-services skill to audit the current project infrastructure and report any connectivity issues.

Frequently Asked Questions about arib-check-services

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

FAQPage Schema
How do I check infrastructure health for my microservices architecture?

To check infrastructure health for a microservices architecture, run automated diagnostic probes that detect the active technology stack and verify service availability. This identifies connectivity failures, port conflicts, and inter-service communication issues across your local development environment.

What is the best way to troubleshoot Docker container connectivity failures?

The best way to troubleshoot Docker container connectivity failures is to use automated infrastructure diagnostics that verify service availability. It pinpoints port conflicts and service crashes, providing actionable fixes for your containerized applications.

Can I automatically detect my project tech stack before running health checks?

Yes, adaptive auditing automatically detects your project type, such as Docker, Node, or Python, before running health checks. It verifies the health of only the relevant services actually in use within your local development environment.

Do I need Docker CLI to run automated infrastructure diagnostics?

Yes, you need Docker CLI and standard shell utilities to execute automated infrastructure diagnostics. These dependencies are required to run the diagnostic probes that validate service status and detect port conflicts.

Why does my local development environment have port conflicts between services?

Port conflicts in your local development environment occur when multiple services attempt to bind to the same port. Automated health diagnostics identifies these conflicts by verifying service availability and pinpointing connectivity failures with actionable fixes.