Agent skill

company-research

Run company research using Primr. Use when the user asks to research, analyze, or investigate a company, or provides a company URL.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/analysis/company-research-blisspixel-primr/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Workflow
  2. Research Modes
  3. Hypothesis Management
  4. Error Handling
  5. Example Workflow
  6. Constraints
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going