Scaffold Health Checks banner
SyntaxArc SyntaxArc

Scaffold Health Checks

DevOps community

Description

--- name: scaffold-health-checks description: Scaffold ArchiPy FastAPI and/or gRPC health checks and optional Kubernetes probe YAML --- # /scaffold-health-checks Read and follow the **scaffold-archipy-health-checks** skill in full. Inspect the workspace as directed there; ask only for unresolved choices. 1. Generate shared check helpers plus: - FastAPI: `services/health/v1/health_service.py` (`/health/live`, `/health/ready`) - gRPC: `services/health/v1/health_grpc_service.py` (`grpc.h

Installation

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

Terminal
mkdir -p ~/.claude/skills/syntaxarc-archipy-plugin-scaffold-health-checks && curl -fsSL https://raw.githubusercontent.com/SyntaxArc/archipy-plugin/HEAD/commands/scaffold-health-checks.md -o ~/.claude/skills/syntaxarc-archipy-plugin-scaffold-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