stacks-health

Expose health endpoints and verify database connectivity for Stacks applications.

622|17|Updated Apr 26, 2022
One-click install
npx skills add https://github.com/stacksjs/stacks --skill stacks-health
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stacks-health
Source: https://github.com/stacksjs/stacks/tree/main/.claude/skills/stacks-health
Command: npx skills add https://github.com/stacksjs/stacks --skill stacks-health

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Health checks are essential for monitoring the health and readiness of Stacks applications, enabling proactive maintenance and quick remediation.

Core Features & Use Cases

  • Health monitoring and service readiness checks
  • Health endpoints to expose status for external tooling
  • Database connectivity verification and external service status checks
  • Diagnostics via the Stacks health package to support incident response

Quick Start

Install the health package and import the healthCheck function to expose a health endpoint in your Stacks application.

Frequently Asked Questions about stacks-health

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

FAQPage Schema
How do I add health checks to my Stacks application?

Add health checks by installing the health package and importing the healthCheck function to expose a health endpoint. This enables straightforward integration for monitoring service readiness in your Stacks application.

What is a health endpoint and when do I need one for service monitoring?

A health endpoint exposes your application's service status to external tooling. You need one for proactive maintenance, quick incident remediation, and verifying database connectivity in both production and development environments.

Can I verify external service status and database connectivity with Stacks diagnostics?

Yes, Stacks diagnostics support external service verification and database connectivity checks. The health package provides lightweight, fast checks with minimal runtime overhead to support incident response.

Does the Stacks health package work for both production and development environments?

Yes, the Stacks health package works for both production and development environments. It applies to service health monitoring and readiness checks across different contexts with minimal runtime overhead.

What's the best way to monitor application readiness without adding runtime overhead?

The best way to monitor readiness without overhead is using lightweight, fast health checks. The Stacks health package provides straightforward integration and minimal runtime impact for service status verification.

Why use a dedicated health package instead of building custom status checks?

A dedicated health package provides lightweight, fast checks with minimal runtime overhead and straightforward integration. It standardizes database connectivity checks and external service verification for better incident response.