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

no-more-bs

v0.6.0

Published

Bootstrap shared behavioural instructions and skills across Claude Code, Codex, OpenCode, Pi, and GitHub Copilot.

Readme

no-more-bs

Bootstrap shared behavioural instructions and reusable skills across Claude Code, Codex, OpenCode, Pi, and GitHub Copilot in one interactive command.

What it does

no-more-bs init first asks for the install scope:

  • User (global, all projects) — copies into the user-global config dir of each selected tool.
  • Project (current directory) — copies into the cwd for one chosen format.

User scope

Curated GENERAL.md (renamed to CLAUDE.md or AGENTS.md per tool) plus a set of skills land in the user-global config directory of each agentic-coding tool you select:

| Tool | Config dir | Top-level file | Skills dir | |-----------------|-------------------------|----------------|-------------------------------| | Claude Code | ~/.claude/ | CLAUDE.md | ~/.claude/skills/ | | Codex | ~/.agents/ | AGENTS.md | ~/.agents/skills/ | | OpenCode | ~/.config/opencode/ | AGENTS.md | ~/.config/opencode/skills/ | | Pi | ~/.pi/agent/ | AGENTS.md | ~/.pi/agent/skills/ | | GitHub Copilot | ~/.copilot/ or $COPILOT_HOME | AGENTS.md | ~/.copilot/skills/ or $COPILOT_HOME/skills/ |

Tools are pre-checked when their binary is on PATH or their config directory exists.

Project scope

Pick one tool for the current directory. Codex and OpenCode share the AGENTS format — picking either covers both.

| Tool | Top-level file | Skills dir | |------------------------------|-----------------------|-----------------------------| | Claude Code | <cwd>/CLAUDE.md | <cwd>/.claude/skills/ | | Codex | <cwd>/AGENTS.md | <cwd>/.agents/skills/ | | OpenCode | <cwd>/AGENTS.md | <cwd>/.agents/skills/ | | Pi | <cwd>/AGENTS.md | <cwd>/.pi/skills/ | | GitHub Copilot | <cwd>/AGENTS.md | <cwd>/.github/skills/ |

Skills marked required: true (currently caveman) are non-toggleable. Re-runs are idempotent: the CLI hashes each unit and silently skips matches; on mismatch you get a per-unit prompt with [o]verwrite / [s]kip / [d]iff / [b]ackup.

Bundled skills

caveman, git-guardrails, grill-me, grill-with-docs, handoff, improve-codebase-architecture, prototype, tdd, write-a-skill, zoom-out.

Install

One-liner:

curl -fsSL https://raw.githubusercontent.com/1stNox/no-more-bs/main/install.sh | bash

Audit-then-run (recommended if you don't trust pipes-to-shell):

curl -fsSL https://raw.githubusercontent.com/1stNox/no-more-bs/main/install.sh -o install.sh
less install.sh
bash install.sh

The installer probes for bunx, pnpm dlx, and npx in that order; otherwise it installs Bun and uses bunx. It then runs no-more-bs@latest init with whichever runner was found.

If you already have a JS runner, you can skip the installer entirely:

npx no-more-bs@latest init

Windows: the CLI is not tested on Windows. It should work via npx/bunx, but config-directory paths (especially OpenCode's ~/.config/opencode/) may not match where your tools actually look on Windows. Verify the install landed in the expected place before relying on it.

Contributing

Developer documentation lives in docs/.

Credits

License

MIT.