From lucidchart-pack
Diagnoses and fixes common Lucidchart API errors (401, 403, 404, 429) with quick solutions and connectivity checks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/lucidchart-pack:lucidchart-common-errorsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Quick reference for Lucidchart API errors with solutions.
Quick reference for Lucidchart API errors with solutions.
Fix: Verify OAuth2 credentials at developer.lucid.co.
Fix: Check OAuth scopes include required permissions.
Fix: Verify document ID. User must have access.
Fix: Implement backoff. Lucid API: 100 requests/minute.
# Check API connectivity
curl -s -w "\nHTTP %{http_code}" https://api.lucid.co/v1/health 2>/dev/null || echo "Endpoint check needed"
echo $LUCID_API_KEY | head -c 10
See lucidchart-debug-bundle.
npx claudepluginhub ia23a-lachnita/claude-code-plugins-plus-fix-skills --plugin lucidchart-pack2plugins reuse this skill
First indexed Jul 17, 2026
Diagnose and fix Lucidchart common errors. Trigger: "lucidchart error", "fix lucidchart", "debug lucidchart".
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.