figma-debug-bundle

Featured

Collect Figma API diagnostic evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic information for Figma API problems. Trigger with phrases like "figma debug", "figma support bundle", "collect figma logs", "figma diagnostic".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Figma Debug Bundle ## Overview Collect all diagnostic data needed to troubleshoot Figma REST API issues or submit a support request. Outputs a redacted archive with connectivity tests, token validation, rate limit status, and API response samples. ## Prerequisites - `FIGMA_PAT` environment variable set - `curl` and `jq` available - A Figma file key to test against ## Instructions ### Step 1: Create Debug Bundle Script ```bash #!/bin/bash # figma-debug-bundle.sh set -euo pipefail BUNDLE_DIR="figma-debug-$(date +%Y%m%d-%H%M%S)" mkdir -p "$BUNDLE_DIR" echo "=== Figma Debug Bundle ===" | tee "$BUNDLE_DIR/summary.txt" echo "Generated: $(date -u +%Y-%m-%dT%H:%M:%SZ)" >> "$BUNDLE_DIR/summary.txt" echo "---" >> "$BUNDLE_DIR/summary.txt" # 1. Environment info echo "--- Environment ---" >> "$BUNDLE_DIR/summary.txt" echo "Node: $(node --version 2>/dev/null || echo 'not installed')" >> "$BUNDLE_DIR/summary.txt" echo "npm: $(npm --version 2>/dev/null || echo 'not installed')" >> "$BUNDLE_DIR/summary.txt" echo "OS: $(uname -srm)" >> "$BUNDLE_DIR/summary.txt" echo "PAT configured: ${FIGMA_PAT:+YES (${#FIGMA_PAT} chars)}" >> "$BUNDLE_DIR/summary.txt" echo "File key: ${FIGMA_FILE_KEY:-NOT SET}" >> "$BUNDLE_DIR/summary.txt" # 2. API connectivity test echo "" >> "$BUNDLE_DIR/summary.txt" echo "--- Connectivity ---" >> "$BUNDLE_DIR/summary.txt" echo -n "GET /v1/me: " >> "$BUNDLE_DIR/summary.txt" curl -s -o "$BUNDLE_DIR/me.json" -w "%{http_code} %{time_total}s" \ -H "X-Figma-Token: ${...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

fireflies-debug-bundle

Collect Fireflies.ai debug evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic information for Fireflies.ai problems. Trigger with phrases like "fireflies debug", "fireflies support bundle", "collect fireflies logs", "fireflies diagnostic".

2,266 Updated today
jeremylongshore
AI & Automation Solid

framer-debug-bundle

Collect Framer debug evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic information for Framer problems. Trigger with phrases like "framer debug", "framer support bundle", "collect framer logs", "framer diagnostic".

2,266 Updated today
jeremylongshore
AI & Automation Featured

finta-debug-bundle

Collect Finta diagnostic information for support. Trigger with phrases like "finta debug", "finta support".

2,266 Updated today
jeremylongshore
AI & Automation Featured

flexport-debug-bundle

Collect Flexport API debug evidence for support tickets and troubleshooting. Use when encountering persistent API issues, preparing support tickets, or collecting diagnostic information for Flexport logistics problems. Trigger: "flexport debug", "flexport support bundle", "flexport diagnostic".

2,266 Updated today
jeremylongshore
AI & Automation Featured

fathom-debug-bundle

Collect Fathom API diagnostics for support cases. Trigger with phrases like "fathom debug", "fathom diagnostics".

2,266 Updated today
jeremylongshore