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

@ads-repo/ab-test

v0.1.0

Published

The whole A/B-test journey for ad accounts — brainstorm what to test, check it's worth testing against real account data, set it up, and get recurring pacing updates in Slack, Gmail or Discord. Installs as a skill in Claude Code, Codex or Cursor.

Readme

A/B Test Skill

One skill for the whole testing journey — brainstorm a hypothesis → set it up → get pacing updates in Slack / Gmail / Discord. Built to be simple and reliable: one happy path, few moving parts.

The flow (one journey)

  1. Hypothesis — decide what to test (or get suggestions if unsure), and check it's worth testing against real account data (significance/power, not guesswork).
  2. Setup — scaffold test.json + the monitor script into the client's 04-automations/.
  3. Pacing — recurring updates to your channel on a schedule; interim = directional, final = verdict, then it self-disables.

It won't fire early

The skill interviews the user through a visible checklist (templates/intake-checklist.md) and only scaffolds + schedules once the intake is complete and the test passes the "does this make sense" gate (a real decision rule + a detectable effect). If it doesn't make sense, it stops and tells you why instead of setting up a half-baked test. The actual cron "fire" is the last step, after a dry-run you approve.

Try it in 10 seconds

python3 templates/monitor.py --demo

Prints a sample pacing message — no credentials needed. Then see QUICKSTART.md to install + run it for real.

Files

  • QUICKSTART.md — zero-to-running in ~10 min (the monitor.py script + your account credentials).
  • SKILL.md — the 3-phase flow + guardrails (start here).
  • reference/
    • hypothesis.md — what makes a good hypothesis, how to suggest tests, and the significance/power check using real data.
    • setup.mdtest.json schema + the default monitor pattern.
    • reporting.md — channels (Slack/Gmail/Discord), message cadence, scheduling.
  • templates/
    • intake-checklist.md — the visible follow-along checklist + readiness gate (filled in during the interview; nothing fires until it's complete).
    • test.json — the test config.
    • monitor.py — the script that runs on a schedule: pull live Google Ads + Meta → compare to baseline → post → self-disable. Reports ROAS/CPA/CVR. Slack/Discord/Gmail output.

Design principle

Hypothesis-making used to be a separate skill; it's folded in here because for the user it's one process. Internally the hypothesis logic lives in its own reference file so it stays clean and reusable. Default to one pattern + one channel + one schedule — fewer levers, fewer things that break.

Tier: client-level. Run it inside a client brain, with your Google Ads + Meta credentials set up (see Setup/, or the online guides at adsrepo.com/setup).


Copyright (c) 2026 Tomas Kliment & Denis Capko / adsrepo.com. All rights reserved. See LICENSE for terms — https://www.adsrepo.com/license