instantly-debug-bundle

Installation
SKILL.md

Instantly Debug Bundle

Overview

Collect all necessary diagnostic information for Instantly support tickets.

Prerequisites

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

Instructions

Step 1: Create Debug Bundle Script

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

BUNDLE_DIR="instantly-debug-$(date +%Y%m%d-%H%M%S)"
mkdir -p "$BUNDLE_DIR"
Installs
21
GitHub Stars
2.4K
First Seen
Feb 18, 2026
instantly-debug-bundle — jeremylongshore/claude-code-plugins-plus-skills