figma-debug-bundle

Installation
SKILL.md

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

#!/bin/bash
# figma-debug-bundle.sh
set -euo pipefail
Installs
1
GitHub Stars
2.8K
First Seen
13 days ago
figma-debug-bundle — jeremylongshore/tons-of-skills-marketplace