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

ai-engineering-loop

v1.0.19

Published

A reusable, framework-agnostic AI Engineering Operating System for autonomous coding agents.

Readme

AI Engineering Loop

NPM Version License: MIT GitHub

A Reusable, Framework-Agnostic AI Engineering Operating System for Autonomous Coding Agents

Move beyond linear AI pipelines and optimistic self-evaluation toward contract-driven execution, deterministic machine verification, independent adversarial review, and living project context.


Quickstart CLI

Run the CLI in any repository root without global installation:

# 1. Bootstrap .ai-engineering-loop/ context from repository discovery
npx ai-engineering-loop init

# 2. Check the validity, readiness, and baseline freshness of context
npx ai-engineering-loop status

# 3. Reconcile drifted context against repository non-destructively
npx ai-engineering-loop refresh

# 4. Verify context readiness and begin engineering loop
npx ai-engineering-loop run

# 5. Copy package host skills into ~/.claude ~/.grok ~/.gemini ~/.agents
npx ai-engineering-loop sync-hosts

What It Does

  1. Zero-Config Discovery (init): Analyzes repository topology (monorepo vs single app), package manifests (package.json, go.mod, Cargo.toml, etc.), frameworks, and test scripts to generate .ai-engineering-loop/ including glossary.md and adrs/.
  2. Living Project Context: Tracks repository revisions and manifest checksums in metadata.json for instant drift detection. Stage 1 grill freezes a Goal Contract; Maker uses TDD at named seams; DA reports Spec vs Standards without merging them.
  3. Multi-Agent Triad: Coordinates Maker (surgical diffs & tests), Devil's Advocate (independent adversarial review), and Judge (impartial evaluation & PASS certification).
  4. Context Impact Assessment: Evaluates completed tasks (NONE, TARGETED, MAJOR) to keep project context fresh without expensive whole-repo re-analysis.
  5. Grok CLI host: Native spawn_subagent for Devil's Advocate and Judge (TRUE_INDEPENDENT_AGENT). Disabled by GROK_SUBAGENTS=0.

Grok CLI

Inside a Grok TUI session, /ai-engineering-loop uses repo-local .grok/agents/ types. Devil's Advocate and Judge spawn as sibling children (capability_mode: execute, no resume_from). Do not use caveman:cavecrew-reviewer as the loop reviewer.

Claude Code

Inside Claude Code, /ai-engineering-loop uses .claude/agents/ types via the Task tool. Pass only subagent_type, description, and prompt. Do not pass Grok keys (spawn_subagent, capability_mode, resume_from) — extra keys cause Kiro REQUEST_BODY_INVALID.


Antigravity IDE Integration

In Antigravity IDE or compatible agentic platforms, invoke the loop directly in chat:

  • /ai-engineering-loop init — Bootstrap project context only.
  • /ai-engineering-loop status — Check context health and living freshness.
  • /ai-engineering-loop refresh — Reconcile drifted context files.
  • /ai-engineering-loop <task> — Execute the full 8-stage engineering lifecycle.

Complete Documentation & Specifications

For the complete architectural specifications, project profiles (web-app, backend-api, mobile-app, library, monorepo), delivery adapters (GitLab, GitHub, Mattermost), and reference examples:

👉 Visit the GitHub Repository


License

MIT License — see LICENSE for details.