service-registry

Manage external service connections, configurations, and health checks across multiple services.

326|35|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/athola/claude-night-market --skill service-registry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: service-registry
Source: https://github.com/athola/claude-night-market/tree/main/plugins/leyline/skills/service-registry
Command: npx skills add https://github.com/athola/claude-night-market --skill service-registry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Registry pattern for managing external service connections, configurations, and health checks.

Core Features & Use Cases

  • Service configurations, execution, and failover
  • Health checks across services
  • Unified execution interface

Quick Start

Register services and execute via the registry with failover.

Frequently Asked Questions about service-registry

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

FAQPage Schema
How do I manage health checks across multiple external services?

Health checks monitor the status of registered services in real time. Configure health endpoints for each service in the registry, and the system continuously verifies availability, enabling automatic failover when a service becomes unavailable.

What's the best way to handle service failover when one service fails?

Register multiple service instances with failover strategies in the registry. When the primary service fails its health check, execution automatically routes to the next available service, ensuring continuity without manual intervention.

How do I execute operations across multiple services from a single interface?

A unified execution interface lets you call registered services without managing individual connections. Submit requests to the registry, which routes them to the appropriate service based on configuration, health status, and failover rules.

Can I use service templates and quotas to standardize configurations?

Yes. The registry supports pattern-driven integration with templates for consistent service setup and quotas to enforce resource limits. This reduces configuration drift and ensures predictable behavior across multi-service deployments.

What happens when service discovery and configuration management are fragmented across tools?

Fragmented tooling creates inconsistency and operational overhead. A unified registry consolidates service discovery, configuration management, and health monitoring in one place, simplifying multi-service integrations and reducing error-prone manual coordination.

Does the registry work for auto-service selection based on health and availability?

Yes. The registry automatically selects healthy services and applies failover strategies without manual routing logic. It evaluates health checks and service status to route execution to the best available option.

Related Skills