company_insights
Status: Shipped.
What it does
Generates a company briefing — description, recent announcements, funding, culture, comparable companies — for one application.
Why it exists
docs/marketing/application-tracking.md documents this as an AI-generated company briefing on
the application detail view, useful for interview or application-decision research.
How to use it
Web UI: the company insights panel on an application. MCP: generate-application-insights
(scope applications:write); get-application-insights (scope applications:read) reads a
stored result.
What it reads
company, role, optional best-effort-fetched company website markdown, and the optional job
description.
What it will not do
It does not touch your resume or Career Library at all — it is fully independent of your resume content, unlike most other skills on this page.
Source
apps/api/src/ai/skill-tools.ts:296 · apps/api/src/routes/applications.ts:667
(POST /applications/{id}/insights) ·
packages/mcp-tool-server/src/core/tools/applications.ts:118-125
(generate-application-insights)