company-research
Run company research using Primr. Use when the user asks to research, analyze, or investigate a company, or provides a company URL.
npx skills add majiayu000/claude-skill-registry --skill company-research-blisspixel-primr --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Company Research ## Workflow 1. **Check prior research**: `get_hypotheses(company)` -- present any existing findings to user 2. **Estimate cost**: `estimate_run(company, url, mode)` -- always before starting 3. **Get user approval**: show estimated cost and duration 4. **Start research**: `research_company(company, url, mode)` -- returns job_id immediately 5. **Monitor**: poll `check_jobs()` every 2 minutes until complete 6. **Present results**: show report path and any new hypotheses ## Research Modes See `references/modes.md` for mode details (cost, duration, use cases). ## Hypothesis Management When user confirms or rejects a claim during research: ``` save_hypothesis(company, hypothesis_id, "validated", evidence) save_hypothesis(company, hypothesis_id, "invalidated", evidence) ``` ## Error Handling | Error | Resolution | |-------|------------| | `budget_exceeded` | Hook blocked operation; request budget increase | | `ssrf_blocked` | URL failed security check; use deep mode instead | | `qa_below_threshold` | Report quality low; suggest refinement | | `job_already_running` | Wait for current job; use `check_jobs` | ## Example Workflow ``` User: "Research Acme Corp at https://ac
- Workflow
- Research Modes
- Hypothesis Management
- Error Handling
- Example Workflow
- Constraints
What does the company-research skill do?
Run company research using Primr. Use when the user asks to research, analyze, or investigate a company, or provides a company URL.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill company-research-blisspixel-primr --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
