npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@fydel-ai/judgment-guard

v1.2.2

Published

Claude Code skill that calibrates trust in AI-generated advice

Readme

Judgment Guard

A Claude Code skill that calibrates trust in AI-generated advice — ensuring confidence matches evidence, no more, no less.

When you ask Claude for advice, recommendations, comparisons, or prioritization on consequential topics — money, health, career, legal, safety, purchases — this skill checks whether evidence quality, recency, or uncertainty should change the confidence of the answer, then rewrites it to match.

What it does

  1. Evaluates draft answers on seven dimensions: evidence strength, assumption visibility, confidence calibration, action pressure, alternative coverage, epistemic authority, and false consensus
  2. Applies an intervention policy:
    • Strong evidence — direct, confident answer with assumptions surfaced inline
    • Mixed evidence — multiple interpretations, counterpoints, and what would change the conclusion
    • Weak evidence — no ranked recommendations, only possibilities and verification steps
  3. Outputs a structured report: decision audit, claim map, hidden assumptions, calibrated answer, and verification checklist

Install

Requirements: Claude Code and Node.js 18+

Quick install (recommended)

Install judgment-guard: run npx @fydel-ai/judgment-guard

Manual install

Clone the repo into your user skills directory:

Install judgment-guard: run git clone https://github.com/fydel-ai/judgment-guard.git ~/.claude/skills/judgment-guard

Either method creates:

~/.claude/skills/judgment-guard/SKILL.md

Project install

To share the skill with teammates in a repo, copy it into the project skills directory:

Add judgment-guard to this project: run cp -Rf ~/.claude/skills/judgment-guard .claude/skills/judgment-guard && rm -rf .claude/skills/judgment-guard/.git

Committed to a repository, this gives teammates:

.claude/skills/judgment-guard/SKILL.md

Usage

Claude Code can load the skill automatically when the prompt calls for advice on consequential topics, or you can invoke it directly with /judgment-guard.

Files

| File | Purpose | |------|---------| | SKILL.md | Skill definition — trigger conditions, evaluation dimensions, intervention policy, output format | | rubric.md | Scoring criteria for all seven evaluation dimensions | | templates/report_template.md | Blank template for the five output sections |

Example output

### Decision audit
- Evidence strength: medium
- Assumption visibility: low
- Confidence calibration: overstated
- Action pressure: high
- Alternative coverage: low
- Epistemic authority: appropriate
- False consensus: none detected

### Claim map
**Supported facts**
- ...

**Reasonable inferences**
- ...

**Speculation / missing evidence**
- ...

### Hidden assumptions
**What must be true for the inferences above to hold**
- ...

**Assumptions the user may not have considered**
- ...

### Calibrated answer
(rewritten response with confidence matched to evidence)

### What to verify before acting
1. ...
2. ...
3. ...

License

MIT