
from claude-code-plugins-plus-skills2,145
Identify and remediate common Juicebox API errors (authentication, quotas, rate limits, invalid queries) with quick diagnostics and fixes.
This compact skill is an error-reference and quick-diagnostic guide for the Juicebox API. It catalogs common API responses (401 invalid_api_key, 403 quota_exceeded, 429 rate-limited, 400 invalid query, 404 not found) and provides concise remediation steps and a curl health-check command.
Use this skill when an agent or developer encounters Juicebox API failures during integration or runtime. It is ideal for fast triage: verifying credentials, checking plan limits, implementing retry/backoff, and validating query payloads.
Best suited for agents integrated with HTTP/curl tooling or Claude Code-style environments where quick API diagnostics are performed.
A well-structured reference skill for diagnosing Juicebox API errors. Provides a clear error code table, a TypeScript error classifier function, and organized debugging guidance by category. No scripts to run — it's purely a static reference. The TypeScript classifier is functional but incomplete (doesn't cover 400, 404, 413, 422 from the reference table). The 'Next Steps' section references another skill without context.
Clean skill — no security concerns. Pure reference/documentation skill with no executable scripts. The error table and debugging guide are genuinely useful for Juicebox integrators. Main limitation is the narrow audience (Juicebox is a niche recruiting SaaS) and the incomplete TypeScript classifier. The skill is well-targeted for its specific use case.