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

tribunal-kit

v4.5.1

Published

Anti-Hallucination AI Agent Kit — 40 specialist agents, 32 slash commands, 16 parallel Tribunal reviewers, Performance Swarm engine, Supreme Court case law pipeline, and long-running agent harness.

Readme

NPM License Version MCP


[!IMPORTANT] AI GENERATES CODE. TRIBUNAL ENSURES IT WORKS.
A zero-bloat .agent/ intelligence payload that upgrades your IDE with 41 specialist agents, 31 workflows, and a 16-reviewer Tribunal pipeline. Zero hallucinations. Absolute execution certainty.

▓▒░ QUICK START

Drop Tribunal into any existing project to instantly weaponize your IDE.

# Pull the intelligence payload into your project directory
npx tribunal-kit init

[!NOTE] init automatically generates bridge rules for Cursor, Windsurf, Gemini, Copilot, and Claude. No configuration required.

🔄 Auto-Syncing IDEs

Keep your entire team aligned. Run npx tribunal-kit sync to instantly push the latest .agent rules directly into your IDE config files. Use npx tribunal-kit hook to install a Git pre-push hook that auto-evolves and syncs rules every time you push code.

▓▒░ THE MARATHON HARNESS (v4.4.4)

The v4.4 update introduces the Marathon Harness—an engine designed to keep autonomous agents on track during long-running, multi-session projects without looping or losing context.

⛓️ Directed Acyclic Graph (DAG) Support

Cascade failures are obsolete. Features can now be declared with dependencies (--deps=1,2). If a database schema task fails, the API route task is automatically flagged as Deadlocked and bypassed until the root issue is resolved.

🧠 Failure Context & Attempt Tracking

Agents no longer blindly retry failed approaches. When a feature fails, the reason and attempt count are permanently logged into the state matrix. The next agent to attempt the feature receives the exact failure history to course-correct immediately.

🔮 Memory Distillation

Context windows dilute over time. The new distill command allows agents to forge crucial architectural decisions into a permanent distilled_context.md memory matrix, bridging the amnesia gap between long work sessions.

🎨 Native Swarm Dashboard

When dispatching parallel tasks via /swarm, Tribunal now intercepts the noisy terminal output and renders a sleek, zero-dependency ANSI TUI Dashboard. Watch multiple agents research, generate, and review in real-time.

▓▒░ THE PIPELINE // EVIDENCE-BASED CLOSEOUT

Code generation is solved. Code correctness is the frontier.

graph TD
    A[User Request] -->|Intent Parsed| B(Context Broker)
    B --> C{Inner-Loop Validator}
    
    C -->|Syntax & Secrets Check| D[Parallel Tribunal Review]
    C -.->|Failed| E[Maker Auto-Correction]
    E -.-> C
    
    D -->|16 Domain Reviewers| F[Human Gate]
    F -->|Approved| G((Committed to Disk))
    
    classDef default fill:#1a1a1a,stroke:#333,stroke-width:2px,color:#fff;
    classDef critical fill:#ff1637,stroke:#fff,stroke-width:2px,color:#fff;
    classDef success fill:#00e5ff,stroke:#fff,stroke-width:2px,color:#1a1a1a;
    
    class D critical;
    class G success;

▓▒░ THE SUPREME COURT (CASE LAW ENGINE)

The Tribunal Kit features persistent memory. The AI never makes the same mistake twice and auto-learns your engineering culture.

[!WARNING] 1. The Case Law Engine Record mistakes as legal precedent. The precedence-reviewer checks this database locally to forcefully block the AI from repeating banned patterns.

  • npx tribunal-kit case add (Record an AI hallucination)

[!TIP] 2. Skill Evolution Forge Stop writing manual rules. The system reads your Git diffs, strips token bloat, and auto-extracts your project's architectural idioms.

  • npx tribunal-kit learn (Digest staged files)

▓▒░ NATIVE MCP SERVER

Tribunal-Kit now functions as a standalone Model Context Protocol (MCP) server via stdio.

Bind your AI IDE (Cursor, Claude Desktop, etc.) directly to tribunal-kit to unlock autonomous tool execution:

  • run_tribunal_audit: AI can trigger a full workspace health check.
  • search_case_law: AI can query your project's historical code rejections to avoid making mistakes before it writes code.
  • sync_ide_bridges: Force rule alignment directly from the AI chat.

▓▒░ COMMAND ARSENAL

| Slash Command | Operational Scope | | :--- | :--- | | /generate | Full Tribunal sequence: Generate → Audit → Human Gate. | | /create | Scaffold major applications via App Builder routing. | | /enhance | Safely extend existing codebases with zero regression. | | /swarm | Fan-out orchestrator. Dispatch isolated workers, synthesize output. | | /tribunal-full | Unleash ALL 16 domain reviewers simultaneously for maximum scrutiny. | | /debug | Systematic 4-phase root-cause investigation. No guessing. | | /ui-ux-pro-max | Advanced visual aesthetic engine. No generic AI slop. |