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

aegis-ai

v0.1.1

Published

AI advisory board for your codebase — 6 expert advisors assess architecture, product, design, finance, security, and strategy

Readme

AEGIS

AI advisory board for your codebase. 6 expert advisors assess architecture, product, design, finance, security, and strategy — giving you structured, multi-perspective governance for every decision.

What It Does

AEGIS adds a virtual advisory board to your development workflow. Each advisor has distinct biases, frameworks, and pushback triggers. They disagree with each other productively, and a negotiation engine synthesizes their perspectives into actionable recommendations.

  • The Architect — Technical architecture, deploy speed, blast radius
  • The Product Mind — User impact, market fit, prioritization
  • The Craftsperson — Design quality, UX, accessibility
  • The Operator — Cost, revenue impact, resource efficiency
  • The Sentinel — Security, compliance, threat modeling
  • The Strategist — Vision alignment, culture, long-term strategy

Install

npm install -g aegis-ai

Connect to Claude Code (optional)

Give Claude Code 17 governance tools:

npm install -g aegis-mcp
claude mcp add --transport stdio --scope user aegis -- aegis-mcp

Quick Start

# Initialize governance in your project
cd your-project
aegis init

# Launch the dashboard
aegis dashboard

# Or use the CLI directly
aegis status
aegis retro

CLI Commands

| Command | Description | |---------|-------------| | aegis init | Initialize .aegis/ governance structure | | aegis quickstart | Interactive setup with guided prompts | | aegis dashboard | Launch web dashboard | | aegis status | Show advisory summary | | aegis validate | Schema-check all .aegis/ files | | aegis history | List decisions with filters | | aegis inspect | Run deterministic governance checks | | aegis review | Review pending recommendations | | aegis brief | Generate AI executive brief | | aegis retro | Weekly decision intelligence report | | aegis session <role> | Generate advisor session prompt | | aegis focus add | Create standing directive | | aegis skills search | Search community skills | | aegis skills install | Install a community skill | | aegis adapt | Generate CLAUDE.md governance file | | aegis export | Generate STATUS.md for git | | aegis pause | Snapshot state for next session | | aegis resume | Pick up where you left off | | aegis vision | Start strategic vision cycle |

Dashboard

The dashboard provides real-time visibility into your governance state:

  • Overview — Project health, codebase metrics, decision intelligence
  • Assessments — Run multi-advisor assessments (manual or live with API key)
  • Advisors — View all 6 personas with biases, frameworks, triggers
  • Actions — Decision history, pending proposals
  • Focus Areas — Standing directives for advisors
  • Strategy — SWOT analysis, priority sliders, advisor weights
  • Evaluate — Feature Lab, Board Room, Priority Vote
  • Skills — Community skill augmentation

How It Works

All state lives in .aegis/ — human-readable YAML files, git-friendly, fully offline.

.aegis/
  config/ceo.yaml       — project governance config
  assessments/           — advisor assessment results
  decisions/             — decision records (by tier: T1-T4)
  directives/            — focus areas / standing orders
  proposals/             — pending approval items
  retros/                — retrospective snapshots
  skills/                — community skill plugins

Decision Tiers

  • T1 (Autonomous) — Bug fixes, formatting, test additions
  • T2 (Notify) — New features within existing commands
  • T3 (Propose) — New commands, schema changes, new dependencies
  • T4 (Escalate) — Breaking changes, security-sensitive, public API

MCP Integration

When connected via aegis-mcp, Claude Code gets governance tools that let it:

  • Start sessions with project context (aegis_start)
  • Validate changes against governance rules (aegis_validate)
  • Log decisions with proper tiering (aegis_decide)
  • Review advisor recommendations (aegis_review)
  • Track decision outcomes (aegis_outcomes)

Desktop App

A native desktop app (Tauri) is available for macOS, Windows, and Linux. Download from GitHub Releases.

License

FSL-1.1-MIT — Functional Source License. Free to use, modify, and self-host. Converts to MIT after 2 years. The MCP server (aegis-mcp) is MIT licensed.