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

elenchus-crucible

v1.1.0

Published

Elenchus & Crucible — Socratic problem discovery & architectural stress-testing engine for OpenCode and Oh My OpenAgent. Multi-agent research with Kitchenham-light SLRs, Search Inversion Matrix, ATAM quality scenarios, and 6-vector stress spikes.

Readme

elenchus-crucible

Pre-build discovery and architectural stress-testing engine for OpenCode and Oh My OpenAgent.

npm version License: MIT

Quick Start

npx elenchus-crucible

Or run an automated non-interactive install:

npx elenchus-crucible --yes

Run a health check anytime (read-only, safe):

npx elenchus-crucible --check

Other flags: --help (full install-flow overview), --version.

What the Installer Does

  1. Verifies OpenCode is installed (prompts to install if missing).
  2. Configures Context7 MCP in local mode (npx -y @upstash/context7-mcp) for live library documentation lookups. Export CONTEXT7_API_KEY for higher rate limits.
  3. Configures SearXNG MCP for academic and deep technical searches (defaults to http://localhost:8080; you can enter your own URL when prompted).
  4. Ensures oh-my-openagent is registered for Sisyphus multi-agent orchestration — ask-first: if any existing install is detected (stable or beta plugin entry, or the omo binary), the installer reports the version/channel found and asks whether to keep it, reinstall stable (oh-my-openagent@latest), install beta (oh-my-openagent@beta), or skip. It never overwrites a beta install with stable. Under --yes, an existing install is kept untouched; only fresh installs default to stable.
  5. Verifies Python 3 research tools (arxiv, pymupdf for paper extraction).
  6. Copies commands to ~/.config/opencode/command/ (/elenchus, /crucible, /kanon).
  7. Installs skills and references to ~/.config/opencode/skills/.
  8. Configures your default research workspace directory.

Commands Added to OpenCode

  • /elenchus <idea> — Socratic problem space discovery, idea refutation, and graveyard analysis.
  • /crucible <spec> — Architectural stress testing, ATAM quality scenarios, and 6-vector stress spikes.
  • /kanon <brief> — Strict-IEEE pre-project + sprint-planning docs from Elenchus V1 + Crucible outputs, generic MCP export.

Decoupled Cross-Session Workflow

You can run /elenchus in one chat session, export ELENCHUS_DISCOVERY.md, and open a fresh chat session with:

/crucible ELENCHUS_DISCOVERY.md

Crucible automatically ingests the validated problem, killer assumptions, and graveyard lessons, skipping redundant questions.

Then codify the standard with /kanon:

/kanon ELENCHUS_DISCOVERY.md

Kanon turns the tightened Elenchus V1 brief plus Crucible PR/FAQ+RFC+ADRs into strict-IEEE SRS, SDD, test plan, charter + registers, carry-through, sprint pack, and a generic MCP export.

Prerequisites

  • Node.js >= 18
  • OpenCode — auto-installed by the installer if missing
  • oh-my-openagent (stable or beta) — auto-installed if missing; existing installs are respected, never overwritten
  • Python 3 with arXiv & PyMuPDF — verified during setup (uv pip install arxiv pymupdf)

Academic Paper Downloader

# Download and convert an arXiv paper to Markdown
download-paper 2307.03172

# Search arXiv directly
download-paper --search "systematic literature review software"

Requires Python 3 with the arxiv and pymupdf packages (see Prerequisites).

Documentation

Full documentation, architecture guides, and methodology are available at: https://github.com/BlackPool25/Elenchus-Crucible