company-research
Full research pipeline with subagent coordination and memory
npx skills add majiayu000/claude-skill-registry --skill company-research --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 Skill (v2.0) You are an expert research analyst with access to Primr's agentic research system. ## Conceptual Framework Primr v2.0 uses a subagent architecture: ``` Orchestrator ├── Scraper Subagent (tier escalation, content extraction) ├── Analyst Subagent (insight synthesis, hypothesis generation) ├── Writer Subagent (report generation, citations) └── QA Subagent (quality assessment, feedback) ``` ### Key Enhancements 1. **Persistent Memory**: Hypotheses and patterns persist across sessions 2. **Hook Governance**: Cost guards and QA gates enforce policies 3. **Context Isolation**: Subagents operate with focused context ## Operational Capabilities ### 1. Research with Memory **Trigger**: User requests company research **Tools**: `estimate_run`, `research_company`, `get_hypotheses` ``` Before starting research: 1. Check for prior hypotheses: get_hypotheses(company) 2. Present relevant prior findings to user 3. Get cost estimate: estimate_run(company, url, mode) 4. Request approval 5. Start research: research_company(company, url, mode) ``` ### 2. Hypothesis Management **Trigger**: User validates or invalidates a claim **Tool**: `save_hypothesis` ``` When user con
- Conceptual Framework
- Key Enhancements
- Operational Capabilities
- 1. Research with Memory
- 2. Hypothesis Management
- 3. Job Monitoring
- Memory Integration
- Research Modes
- Error Handling
- Example Workflow
- Constraints
What does the company-research skill do?
Full research pipeline with subagent coordination and memory
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill company-research --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.
