Agent Skills: Lucidchart Debug Bundle

|

UncategorizedID: jeremylongshore/claude-code-plugins-plus-skills/lucidchart-debug-bundle

Install this agent skill to your local

pnpm dlx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/HEAD/plugins/saas-packs/lucidchart-pack/skills/lucidchart-debug-bundle

Skill Files

Browse the full folder contents for lucidchart-debug-bundle.

Download Skill

Loading file tree…

plugins/saas-packs/lucidchart-pack/skills/lucidchart-debug-bundle/SKILL.md

Skill Metadata

Name
lucidchart-debug-bundle
Description
|

Lucidchart Debug Bundle

Debug Script

#!/bin/bash
BUNDLE="lucidchart-debug-$(date +%Y%m%d-%H%M%S)"
mkdir -p "$BUNDLE"
echo "LUCID_API_KEY: ${LUCID_API_KEY:+SET}" > "$BUNDLE/summary.txt"
echo "Timestamp: $(date -u)" >> "$BUNDLE/summary.txt"
tar -czf "$BUNDLE.tar.gz" "$BUNDLE" && rm -rf "$BUNDLE"
echo "Bundle: $BUNDLE.tar.gz"

Resources

Next Steps

See lucidchart-rate-limits.

Lucidchart Debug Bundle Skill | Agent Skills