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

@kipppunkt/agent

v0.4.0

Published

kipp•punkt - AI coding agent orchestration. Ideas in. PRs out. Ship from anywhere.

Readme

@kipppunkt/agent

From Kipppunkt (German: tipping point).

kipp•punkt is an AI coding agent orchestrator that helps you shape your ideas. Implements. Opens PRs. Responds to reviews. Fully autonomous.

You decide what gets built and what gets merged.

From anywhere 🏝️

Start in 5 minutes · See kipp•punkt in action

How kipp•punkt works

Open a GitHub issue with an idea. kipp•punkt refines it with you, implements it, and opens a PR. You review and merge.

  • Meets you where you are. Integrates into GitHub Issues and PRs. No new UI, no new workflow.
  • Async. Review and approve from anywhere, even your phone.
  • Concurrent. Run multiple agents on different tasks in parallel.
  • Model-agnostic. Works with Claude Code, Codex, OpenCode, and many more.
  • Self-hosted. Runs 100% local on your machine.

Quick links

Quick start

Prerequisites: an AI coding agent (Codex, Claude Code, or similar), the GitHub CLI, and a separate bot GitHub account with a personal access token (repo scope). See the full prerequisites guide for details.

  1. Set your bot token:

    export GH_TOKEN=ghp_your_bot_token_here
  2. Start the orchestrator from the root of your repository:

    npx @kipppunkt/agent start \
      --command "codex exec {prompt} --dangerously-bypass-approvals-and-sandbox"

    Other harnesses work too. See CLI commands for Claude Code, OpenCode, and Copilot CLI templates.

  3. Open a GitHub issue. Describe what you want to build and assign it to the bot account. See Ship your first idea for a full walkthrough.

Documentation

kipppunkt.dev