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

@bigdealio/bigocto

v1.0.1

Published

BIGOCTO — GitHub issues, the easy way

Readme

█▀▄ █ █▀▀ █▀█ █▀▀ ▀█▀ █▀█
█▀▄ █ █▄█ █▄█ █▄▄  █  █▄█
▀▀  ▀ ▀▀▀ ▀ ▀ ▀▀▀  ▀  ▀ ▀

GitHub issues, the easy way

npm version license

BIGOCTO is an interactive terminal UI for GitHub issues with Claude Agent SDK integration. Browse, create, and manage issues from the terminal. Send issues directly to Claude for AI-assisted coding, or run autonomous loop mode to iterate on issues with quality gates and progress tracking.

Install

npm install -g @bigdealio/bigocto

Requires Node.js >= 18, GitHub CLI (gh) installed and authenticated, and Git.

Usage

bigocto

Arrow keys to navigate, Enter to select, Esc to go back, q to quit.

# Run autonomous loop mode on an issue
bigocto loop -i 42
bigocto loop -i 42 --model claude-opus-4-6 -n 10
bigocto loop -i 42 --no-worktree -q full

Features

Issues

  • Browse issues with search and filter
  • View full issue details with comments and markdown rendering
  • Create new issues with labels and assignee selection
  • Manage — close, reopen, add comments, open in browser

Claude Agent

  • Send to Claude — launch an AI coding session with full issue context
  • Three-tier knowledge — global patterns, repo CLAUDE.md, session logs
  • Configurable — model, max turns, include comments

Autonomous Loop Mode

  • Iterate — agent loops on an issue until resolved or max iterations
  • Quality gates — lint, typecheck, and tests gate each commit
  • Worktree isolation — run in a git worktree to keep your working directory clean
  • Progress tracking — accumulated learnings persist between iterations
  • CLI mode — run headless via bigocto loop

Configuration

  • TOML config at ~/.config/bigocto/config.toml
  • Multi-repo — watch and switch between repositories
  • Persistent settings — model, quality gate mode, worktree preferences

Keybindings

| Key | Action | |-----|--------| | Up / Down | Navigate menu items | | Enter | Select / confirm | | Esc | Go back / cancel | | q | Quit (from main menu) | | ? | Open help screen | | r | Refresh data | | o | Open in browser | | / | Search / filter | | s | Stop loop |

Loop Mode

bigocto loop -i <issue-number> [options]

Options:
  -i, --issue <number>         GitHub issue number (required)
  -m, --model <model>          Claude model (default: claude-sonnet-4-5-20250929)
  -n, --max-iterations <n>     Max iterations (default: 20)
  --no-worktree                Use current folder instead of worktree
  -q, --quality-gate <mode>    full, code-only, or off (default: code-only)

| Strategy | Description | |----------|-------------| | Worktree + Code Only | Isolated worktree, lint + typecheck only (recommended) | | Worktree + Full | Isolated worktree, lint + typecheck + tests | | Current Folder + Full | Work in current directory with all quality gates | | Current Folder + Off | Work in current directory, no quality gates |

Development

git clone https://github.com/BigDeal-io/BigOcto.git
cd BigOcto
npm install
npm run dev        # run with tsx
npm run build      # bundle to dist/
npm run typecheck   # type check
npm test           # run tests

Built With

License

MIT - Copyright (c) 2026 Fractional CTO Solutions, a service of BIGDEALIO, LLC


A product of Fractional CTO Solutions - a service of BIGDEALIO, LLC