posthog/multitenant-down
Tear down the multi-tenant K8s stack, kill port-forwards, and clean up worker pods. Use when done testing multi-tenant mode.
npx skills add https://github.com/PostHog/duckgres --skill multitenant-down
Tear down the multi-tenant K8s stack:
pkill -f 'port-forward.*duckgres' 2>/dev/null
kubectl delete namespace duckgres --ignore-not-found
docker compose -f k8s/local-config-store.compose.yaml down
rm -f /tmp/duckgres-server.crt
Take posthog/multitenant-down from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.