Agent skill

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.

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

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/analysis/hypothesis-tracking-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

# 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

What's inside
Steps it walks through
  1. Operational Capabilities
  2. Retrieve Hypotheses
  3. Update Hypothesis Confidence
  4. Create New Hypothesis
  5. Expiration Rules
  6. Error Handling
  7. Example Workflow
  8. Constraints
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going