From economic-mind
Use when the user wants to compare two or more companies' financials side by side — phrases like "compare X, Y and Z", "build a comps table", "comparable companies analysis for…", "X vs Y financials". Produces a comps table (latest year plus optional per-year detail) with sources.
How this skill is triggered — by the user, by Claude, or both
Slash command
/economic-mind:compare-companiesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produce an analyst-ready comparable-companies (comps) table from Economic Mind financials: the latest year side by side, with optional per-year detail and sources.
Produce an analyst-ready comparable-companies (comps) table from Economic Mind financials: the latest year side by side, with optional per-year detail and sources.
companyIds. Warn if the user lists more than ~8 (the table gets unwieldy).USD | EUR | GBP | NOK | SEK | DKK. Default USD. All companies use the same currency — if the user wants two currencies, run twice.For each name: if the user gave a companyId, keep it; otherwise call search_companies with queries: ["<name>"] and apply top-pick-vs-confirm (top hit ≥ 1.5× the second's score → use silently; else queue).
If any names are ambiguous, ask once, batched:
Some names matched more than one company — please pick:
- : 1) (id ), 2) …
Wait for the answers before pulling financials. Preserve the user's company order throughout.
Call get_company_financials once with companyIds: [all resolved ids], plus years / currency if specified. Companies returned in notFoundCompanyIds have no data — note them and continue with the rest.
Summary (latest year) — a Markdown table, one column per company in the user's order, with rows:
Values in millions of the chosen currency; sparse cells blank, not zero.
Per-year detail (optional) — if the user wants more than the latest year, add one table per year covered: line items (same order as company-financials) as rows, companies as columns.
A short Sources section listing the distinct source strings from the reportedLineItems used, and noting figures are as reported in national filing registries via Economic Mind.
Offer a CSV of the summary table. If yes, write Comps_<currency>_<firstYear>-<lastYear>.csv and name the file.
get_company_financials; the only derived figures are the two margins on the summary, computed from values already shown.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