hypothesis-tracking
Track and manage research hypotheses with confidence levels. Use when the user asks about prior research, wants to validate claims, or queries what is known about a company.
npx skills add majiayu000/claude-skill-registry --skill hypothesis-tracking-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.
# Hypothesis Tracking Primr uses a four-level confidence system: UNTESTED, VALIDATED, INVALIDATED, CONFIRMED. See `references/confidence-levels.md` for the full framework and lifecycle. ## Operational Capabilities ### Retrieve Hypotheses ``` get_hypotheses(company="Acme Corp") get_hypotheses(company="Acme Corp", confidence="validated") get_hypotheses(company="Acme Corp", topic="technology") get_hypotheses(company="Acme Corp", include_expired=True) ``` ### Update Hypothesis Confidence ``` save_hypothesis(company="Acme Corp", hypothesis_id="h_001", confidence="validated", evidence="Found AWS case study on company blog") save_hypothesis(company="Acme Corp", hypothesis_id="h_002", confidence="invalidated", evidence="CEO states they use Azure exclusively") save_hypothesis(company="Acme Corp", hypothesis_id="h_001", confidence="confirmed", evidence="Multiple sources: job posts, blog, press release") ``` ### Create New Hypothesis ``` save_hypothesis(company="Acme Corp", hypothesis_id="h_new_001", claim="Company is expanding into healthcare", confidence="untested", topic="strategy") ``` ## Expiration Rules - Financial claims: 90 days - Technology claims: 180 days - Strategy claims: 365 day
- Operational Capabilities
- Retrieve Hypotheses
- Update Hypothesis Confidence
- Create New Hypothesis
- Expiration Rules
- Error Handling
- Example Workflow
- Constraints
What does the hypothesis-tracking skill do?
Track and manage research hypotheses with confidence levels. Use when the user asks about prior research, wants to validate claims, or queries what is known about a company.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill hypothesis-tracking-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.
