From economic-mind
Use when the user wants to search Economic Mind's company index — phrases like "find companies that…", "search for companies in [industry/geography]", "what companies do…", "look up [company]". Returns the ranked matches as a table.
How this skill is triggered — by the user, by Claude, or both
Slash command
/economic-mind:find-companiesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search the Economic Mind company index and return the ranked matches as-is, so the user can browse before pulling financials.
Search the Economic Mind company index and return the ranked matches as-is, so the user can browse before pulling financials.
The user wants to discover or look up companies by name, description, industry, or geography. They are not yet asking for financials or a comparison — that is company-financials and compare-companies.
Call the search_companies MCP tool.
queries: a single-element array with the user's phrase, trimmed — e.g. ["Norwegian aquaculture"]. (Pass several phrases at once only if the user asked about multiple distinct things.)limit: default 10. Raise toward 25 (cap 50) if the user asks for "many" or "all".Read results (one entry per query). For each query's hits, present a Markdown table, preserving the returned order (already sorted by relevance). Columns:
companyNamecompanyIdheadquarters (blank if absent)summary (blank if absent; only modelled companies have one)score (blank if absent)After the table, offer the next step:
To pull financials for any of these, say "show financials for [name]" or give me the company ID.
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