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

anvil-claude

v0.0.14-alpha

Published

Execution intelligence for AI agents. Trace, understand, and prevent recurring failures in AI-assisted development.

Readme

Anvil

Execution Intelligence for AI Agents

AI agents can generate code. But they can't explain why your build just broke. Anvil can.

What It Does

  • Constitution — Immutable trust anchor. Rules only humans can change
  • Gate Chain — Script-based quality gates. Exit code = verdict
  • Heritage — ADR + FMEA. Your project remembers decisions and failures
  • Trace — Capture what the agent actually did
  • Insight — Explain why things broke
  • Pattern — Compress recurring failures into rules
  • Guard — Learned rules applied at runtime
  • Sandbox — Isolated execution environments
  • Replay — Reproduce and compare past executions

The Core Loop

run → observe → understand → improve → run

Install

claude plugin add anvil-claude

Quick Start

/anvil-claude:init

This creates the .anvil/ directory with governance files, then guides you through setting up your project's constitution.

Skills

| Skill | Command | Purpose | |-------|---------|---------| | Init | /anvil-claude:init | First-time project setup | | Constitution | /anvil-claude:constitution | View/verify trust anchor | | Self-Model | /anvil-claude:self-model | Project identity and state | | ADR | /anvil-claude:adr | Record architecture decisions | | FMEA | /anvil-claude:fmea | Record failure patterns | | Gate Chain | /anvil-claude:gate-chain | Run quality gates | | Sprint | /anvil-claude:sprint <quest> | Build cycle | | Sprint | /anvil-claude:sprint | Heal/maintain cycle | | Structure | /anvil-claude:structure | Code tier classification | | Commit | /anvil-claude:commit | Commit with conventions | | Research | /anvil-claude:research | Evidence-based research | | Health | /anvil-claude:health | Quick project scan | | Trace | /anvil-claude:trace | Execution trace capture | | Insight | /anvil-claude:insight | Failure analysis | | Pattern | /anvil-claude:pattern | Failure pattern detection | | Guard | /anvil-claude:guard | Adaptive runtime guardrails | | Sandbox | /anvil-claude:sandbox | Isolated execution | | Replay | /anvil-claude:replay | Execution replay |

How It Works

User input → skill-detector.sh → matches trigger → loads SKILL.md as context
                                                  → agent follows skill instructions
  1. Hooks (hooks/hooks.json) — run on session start, user prompt, and tool use
  2. Scripts (scripts/*.sh) — detect triggers, inject context, guard constraints
  3. Skills (skills/*/SKILL.md) — instructions the AI follows for each capability
  4. Gate scripts (skills/*/scripts/*.sh) — executable checks with exit 0/1

Philosophy

  1. Environment is intelligence — the quality of the substrate determines the capability of the agent
  2. Design physics, not control — design environments, not commands
  3. Success is becoming unnecessary — as trust accumulates, intervention decreases

License

MIT