From kube-ai-devkit
Build and deploy a specific service via Tilt trigger, then verify the deployment
How this skill is triggered — by the user, by Claude, or both
Slash command
/kube-ai-devkit:deploy-serviceThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build and deploy a specific service to the local Kubernetes cluster via Tilt.
Build and deploy a specific service to the local Kubernetes cluster via Tilt.
{service} — The Tilt resource name (e.g., device-manager, user-service)Call tilt_status to confirm Tilt is running. If not, suggest /tilt-up.
Call tilt_get_resource for the target service to capture:
Call tilt_trigger with the service name.
Call tilt_wait with the service name, condition "Ready", timeout 120s.
Call tilt_get_resource again to check:
runtimeStatus is okupdateStatus is okOn success:
Deploy successful: {service}
Build: {duration}ms
Pod: {podName} (restarts: {count})
Endpoints: {urls}
On failure:
Call tilt_logs for the last 50 lines and report:
Deploy FAILED: {service}
Status: runtime={status}, update={status}
Error: {lastBuildError}
Recent logs:
{tail of logs}
Suggestion: Run /k8s-debug {service} for full diagnosis.
npx claudepluginhub makigjuro/kube-ai-devkit --plugin kube-ai-devkitGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.