From agent-finance
Builds the qualitative profile of a public company — business model, products and services, reporting segments, geographic mix, management team, competitors, supply chain, and reporting currency. Use first on any new ticker, before any financial analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-finance:company-profileThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Single-responsibility skill: produce the qualitative scaffolding of a
Single-responsibility skill: produce the qualitative scaffolding of a company. Every later skill relies on the segment list, the geographic mix, the competitor set, and the reporting currency captured here.
ticker (required) — e.g. AAPL.WebFetch. Cache it under
${CLAUDE_PLUGIN_DATA}/companies/<TICKER>/raw/.JSON written to ${CLAUDE_PLUGIN_DATA}/companies/<TICKER>/company-profile.json:
{
"ticker": "AAPL",
"name": "Apple Inc.",
"sector": "Information Technology",
"reporting_currency": "USD",
"business_model": "...",
"segments": [{"name": "iPhone", "revenue_share_pct": 52.0, "source": "..."}],
"geography": [{"region": "Americas", "revenue_share_pct": 43.0, "source": "..."}],
"management": [{"role": "CEO", "name": "...", "since": "...", "source": "..."}],
"competitors": [{"name": "...", "source": "..."}],
"supply_chain_risks": [{"risk": "...", "source": "..."}]
}
Every entry has a source: field pointing to the exact filing URL and page
or section. Statements without sources are invalid and must be re-derived.
npx claudepluginhub macroman5/agent-finance --plugin agent-financeOffers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
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.