ideogram-debug-bundle
Installation
SKILL.md
Ideogram Debug Bundle
Overview
Collect all necessary diagnostic information for Ideogram support tickets.
Prerequisites
- Ideogram SDK installed
- Access to application logs
- Permission to collect environment info
Instructions
Step 1: Create Debug Bundle Script
#!/bin/bash
# ideogram-debug-bundle.sh
BUNDLE_DIR="ideogram-debug-$(date +%Y%m%d-%H%M%S)"
mkdir -p "$BUNDLE_DIR"
Related skills