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

codex-company

v0.1.174

Published

Installable CLI for starting, fixing, and inspecting Codex Company work.

Readme

Codex Company

Installable CLI for starting, fixing, and inspecting Codex Company work.

Install

npm install -g codex-company
codex-company.cmd --smoke-test
codex-company.cmd

codex-company opens the interactive CLI. In PowerShell, use codex-company.cmd if npm's .ps1 shim is blocked by the execution policy. Bare prompts open the same session with the prompt preloaded.

Quick start:

codex-company.cmd
codex-company.cmd Build a status page
codex-company.cmd fix: Adjust the login flow
codex-company.cmd clean: Simplify the CLI parser
codex-company.cmd flow
codex-company.cmd help launch

Common commands:

codex-company.cmd continue
codex-company.cmd -r run_123
codex-company.cmd runs
codex-company.cmd last
codex-company.cmd receipt
codex-company.cmd checkpoint run_123
codex-company.cmd capabilities
codex-company.cmd where
codex-company.cmd -p "Build the first feature"
codex-company.cmd Build from @spec.md
codex-company.cmd Review @screenshot.png
Get-Content spec.md | codex-company.cmd Build from stdin

Codex Company delegates domain commands to a packaged platform runtime. First run creates ~/.codex_company/config.toml automatically. doctor --node checks the Node entrypoint, platform runtime, schema bundle, setup state, and Codex app-server command. capabilities shows the active Skill, MCP, Plugin, App, and permission inventory; skill(s), plugin(s), app(s), capability, and skills list are aliases for that inventory. where and paths print the resolved project, config, runtime, and Codex app-server paths. flow, workflow, and routes print workflow routing: L0/L1 stay cheap and direct, while L2/L3 add product, architecture, review, or branching only when the work justifies it. receipt and evidence are aliases for inspect, showing the run's contract, design, task, evidence, and integration refs. commands, examples, guide, and usage show the same compact help.

File refs follow the interactive CLI behavior: readable @text files expand into the prompt, while @image and @binary paths stay as file refs.

Inside the interactive CLI, type a task directly, use fix:/clean: prefixes, attach text with @file, or use slash commands: /new, /fix, /clean, /last, /runs, /inspect, /logs, /diff, /rollback, /where, /clear, /version, /flow, /capabilities, /help, and q. tab, tap, or next cycles create/fix/clean mode.