Docs Health Checks banner
SyntaxArc SyntaxArc

Docs Health Checks

Development community

Description

--- name: docs-health-checks description: Open ArchiPy app health-check guidance for HTTP and gRPC liveness, readiness, startup probes, and shutdown --- # /docs-health-checks Use the **archipy-docs** skill (`skills/archipy-docs/reference.md`) plus bundled health-check guidance. Cover: - Liveness vs readiness vs startup probes - FastAPI `/health/live` and `/health/ready` route design - gRPC `grpc.health.v1.Health` with `liveness` / `readiness` / empty service names - Kubernetes `httpGet` and

Installation

Installs to ~/.claude/skills/syntaxarc-archipy-plugin-docs-health-checks/SKILL.md

Terminal
mkdir -p ~/.claude/skills/syntaxarc-archipy-plugin-docs-health-checks && curl -fsSL https://raw.githubusercontent.com/SyntaxArc/archipy-plugin/HEAD/commands/docs-health-checks.md -o ~/.claude/skills/syntaxarc-archipy-plugin-docs-health-checks/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository