posthog-debug-bundle

Installation
SKILL.md

PostHog Debug Bundle

Overview

Collect all necessary diagnostic information for PostHog support tickets.

Prerequisites

  • PostHog SDK installed
  • Access to application logs
  • Permission to collect environment info

Instructions

Step 1: Create Debug Bundle Script

#!/bin/bash
# posthog-debug-bundle.sh

BUNDLE_DIR="posthog-debug-$(date +%Y%m%d-%H%M%S)"
mkdir -p "$BUNDLE_DIR"
Installs
25
GitHub Stars
2.3K
First Seen
Jan 30, 2026
posthog-debug-bundle — jeremylongshore/claude-code-plugins-plus-skills