From massive
Debug Massive API errors, unexpected responses, or SDK issues. Use when API calls return errors, data looks wrong, pagination isn't working, or the SDK behaves unexpectedly.
How this skill is triggered — by the user, by Claude, or both
Slash command
/massive:debugThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read the user's code and error output, then diagnose the issue. Detect the language from the code and provide fixes in the same language.
Read the user's code and error output, then diagnose the issue. Detect the language from the code and provide fixes in the same language.
When current endpoint names, parameters, or plan access details matter, prefer the Massive MCP tools over memory. If those tools are unavailable, say current verification is unavailable and avoid inventing exact endpoint details.
MASSIVE_API_KEY in .env? Is load_dotenv() called before RESTClient()?import "dotenv/config" at the top? Is process.env.MASSIVE_API_KEY passed to restClient()?godotenv.Load() called before rest.New("")? The Go client panics if the key is empty and MASSIVE_API_KEY env var is not set.PolygonRestClient(apiKey) constructor?curl -H "Authorization: Bearer YOUR_KEY" "https://api.massive.com/v3/snapshot?ticker.any_of=AAPL"X: prefix (X:BTCUSD, not BTCUSD)C: prefix (C:EURUSD, not EURUSD)I: prefix (I:SPX, not SPX)search_endpoints to find the correct endpoint. If the tool is unavailable, say you cannot verify the current endpoint name and focus on the SDK-side fix instead of guessing./v3/snapshot) instead of one call per ticker.limit=50000 or a narrower date range, or switch to flat files (Starter+).expiration_date is in ISO format (YYYY-MM-DD).from/to date ordering and that sort is set to ascending.After identifying the language, read the matching reference for SDK-specific pitfalls, pagination, WebSocket shapes, and a rate-limit retry helper:
Only read the reference for the detected language.
search_endpoints and get_endpoint_docs to verify the endpoint exists and check required parameters.Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
npx claudepluginhub massive-com/claude-code-plugin --plugin massive