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

attentionfarm

v0.1.9

Published

AttentionFarm CLI launcher for Claude Code backup compute.

Readme

AttentionFarm CLI

AttentionFarm is currently scoped to Claude Code.

Install the launcher:

npm i -g attentionfarm

Run Claude through the harness:

af claude

Check the installed launcher and command surface:

af --help
af --version

If /start gives you a fresh key, fold activation into the same command:

ATTENTIONFARM_KEY=adsk_live_xxx af claude

af claude starts the real Claude Code CLI on your own account first. AttentionFarm refill prompts live in Claude's activity row, spinner tip line, turn-duration row, colored boxed status line, process-scoped Claude skill surface, and interactive terminal title cues, not in your project or ~/.claude settings. Legacy AF companyAnnouncements are stripped so Claude does not render organization-labeled AF messages.

The launcher fetches its help text, earn copy, spinner verbs/tips, Claude skill copy, status-line copy, and terminal title copy from AttentionFarm's hosted content contract, then caches it in ~/.attentionfarm/content.json. If the content endpoint is offline, the installed package falls back to the last cached copy, then to baked Claude-only defaults.

If Claude exits because quota, rate limits, or credits stopped the run, the installed harness uses a silent process-scoped Claude failure marker to print a label-only backup prompt, then can resume the same conversation with AttentionFarm backup compute for that process only.

Interactive af claude runs add fixed terminal/window titles and terminal-native attention notifications on Claude Code v2.1.141 or newer while Claude is running, including AF Claude | normal-first | backup-ready and AF Claude | needs attention. They are skipped for -p / --print, ignored for TERM=dumb, disabled with ATTENTIONFARM_TERMINAL_SEQUENCE=0, and never include prompt text, paths, provider messages, or notification bodies. Set ATTENTIONFARM_TERMINAL_SEQUENCE=1 to force them in a non-TTY wrapper.

Legacy display footer:

ATTENTIONFARM_MESSAGE_DISPLAY=1 af claude

This opt-in path adds a compact boxed AF footer to displayed assistant messages in compatible Claude Code builds. It is disabled by default because current Claude Code releases reject MessageDisplay as an unknown hook event, and it remains off for -p / --print and TERM=dumb.

The package is Claude Code only for now. Future harness notes stay outside the package README until they are product-ready.

The package name is attentionfarm; the command it installs is af.