library/specializations/sdk-platform-development/skills/health-check-endpoint/SKILL.md
Implement health check and readiness endpoints for SDK consumers
npx skillsauth add a5c-ai/babysitter health-check-endpointInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill implements health check and readiness endpoints that SDK consumers can use to verify connectivity and dependency health, especially important for Kubernetes and load balancer integration.
skill:
name: health-check-endpoint
context:
endpoints:
health: /health
ready: /ready
live: /live
checks:
- name: database
type: tcp
critical: true
- name: cache
type: redis
critical: false
- name: externalApi
type: http
url: https://api.example.com/health
kubernetes:
livenessProbe:
path: /live
periodSeconds: 10
readinessProbe:
path: /ready
periodSeconds: 5
development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.