From economic-mind
Use when the user wants to discover which Economic Mind market reports exist — phrases like "what markets do you cover", "find reports on…", "is there a report on the X market", "search markets for…". Returns the ranked matches as a table. For a full sized landscape of one market, use market-overview.
How this skill is triggered — by the user, by Claude, or both
Slash command
/economic-mind:explore-marketsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search Economic Mind's market reports and return the ranked matches as-is, so the user can see what is covered before diving in.
Search Economic Mind's market reports and return the ranked matches as-is, so the user can see what is covered before diving in.
The user is browsing — they want to know which markets/reports exist, not yet a full analysis. A full sized landscape of one market is market-overview's job.
Call the search_markets MCP tool.
query: the user's natural-language phrase, trimmed.limit: default 8. Raise toward 25 (cap 50) if the user asks for "all" or "everything".Present hits as a Markdown table, preserving the tool's relevance order. Columns:
namegeography.labelmarketSize (blank if absent)scoresnippet, trimmed to one lineIf the top hit's matched array shows which content elements matched, you may add a short "matched on: …" note under the table.
Close with one line offering the next step:
To go deeper on any of these — sizing, top players, demand — say "give me an overview of [market]".
search_markets returns no hits, say so plainly and suggest a broader term. Do not invent a market.market-overview.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.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub economicmind/claude-plugin --plugin economic-mind