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

riqor

v0.2.6

Published

100 specialist Skills, evidence gates, and session continuity for AI-assisted engineering

Readme

riqor

Proof before done

Evidence gates, managed checkpoints, and repository-scoped traces for local AI coding sessions

riqor is the official npm package for Riqor

Install

npx riqor install

Or install globally

npm install -g riqor
riqor install

Requirements

  • macOS or Linux
  • Node.js 22+
  • Python 3 for managed shell integration
  • Codex CLI for Codex features or Google Antigravity for AGY features

The published package has zero runtime dependencies. Bun is not required for installation or normal use

Start a managed Codex session

riqor codex --activator

The default checkpoint interval is 15 minutes with a 3 minute watchdog. Custom timing is available when needed

riqor codex --activator \
  --activator-interval 20m \
  --activator-watchdog 2m

Riqor installs 100 distributed native Codex agent configs into a managed riqor profile under CODEX_HOME. The bundled plugin exposes the same 100 public specialists as portable Skills for ChatGPT and Codex. Each native agent requires its paired Skill before task execution. riqor codex selects the managed profile automatically unless you pass -p or --profile yourself. Riqor does not add apps, MCP servers, or tool configuration to the profile

The activator applies only to the Codex child process launched by Riqor and waits for a safe lifecycle Stop boundary

Google Antigravity uses the same pattern

riqor agy --activator

Track evidence for one repository task

riqor run start \
  --goal "Repair the parser and verify the regression" \
  --path evidence-loop \
  --profile assured

riqor run status --json
riqor trace show <run-id> --json
riqor run complete --json

A successful workspace mutation makes verification pending. A recognized passing check after the latest mutation clears that state

Diagnose the local runtime

riqor version --json
riqor status --json
riqor doctor --json

For package-only verification without Codex

riqor doctor --package-only --json

Codex Plugin

The repository also publishes a Codex Git marketplace

codex plugin marketplace add imMamdouhaboammar/riqor --ref main
codex plugin add riqor@riqor

The plugin ships 100 generated specialist Skills plus 12 Riqor workflow Skills for setup, evidence, diagnostics, managed sessions, security, release work, and generic ChatGPT/Codex plugin engineering. chatgpt-codex-plugin-autopilot can inspect an arbitrary repository, apply public-distribution safety gates, validate/package deterministically, diagnose submission failures, and run a gated publish/post-publish workflow. The specialist Skills are directly usable in ChatGPT and Codex after the plugin is installed

Core commands

| Command | Purpose | | --- | --- | | riqor install | Install the versioned runtime and managed integrations | | riqor uninstall | Remove Riqor-managed local changes | | riqor doctor | Check package integrity and environment health | | riqor status | Report versions and active surfaces | | riqor adoption | Report local-only adoption counters; Marketplace installs remain unknown | | riqor adoption --export <path> | Export a bucketed receipt without the local installation identifier | | riqor adoption --reset | Delete only the local adoption ledger | | riqor run start | Start a repository-scoped evidence run | | riqor run status | Inspect run and verification state | | riqor trace show | Read ordered evidence events | | riqor trace export | Export evidence events as JSONL | | riqor codex --activator | Start Codex with managed checkpoints | | riqor agy --activator | Start Antigravity with managed checkpoints | | riqor terminal status | Show local evidence status | | riqor plugin status | Show Codex plugin state |

Compatibility aliases remain available as codex-harness and cxh

Privacy boundary

Riqor local tooling does not install a network listener. Persisted run, activator, and adoption state excludes prompts, transcripts, source contents, raw commands, command output, environment values, credentials, cookies, and tokens. The adoption ledger is local-only and contains no remote telemetry path

The activator does not discover or attach to unrelated Codex or AGY sessions

Local files

The installer follows XDG locations when configured. Common defaults include

~/.local/share/riqor/
~/.config/riqor/
~/.local/state/riqor/
~/.local/bin/riqor

Legacy compatibility state may still use ~/.config/codex-self-improvement/ and CODEX_SELF_IMPROVEMENT_DATA

Documentation

License

MIT