exa-debug-bundle

Installation
SKILL.md

Exa Debug Bundle

Overview

Collect all necessary diagnostic information for Exa support tickets.

Prerequisites

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

Instructions

Step 1: Create Debug Bundle Script

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

BUNDLE_DIR="exa-debug-$(date +%Y%m%d-%H%M%S)"
mkdir -p "$BUNDLE_DIR"
Related skills
Installs
25
GitHub Stars
2.2K
First Seen
Feb 18, 2026