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

genius-cortex

v2.2.1

Published

**Multi-repo orchestration for vibe coders.**

Readme

🧠 Genius Cortex

Multi-repo orchestration for vibe coders.

Your AI coding toolkit manages one project at a time. Cortex manages all of them.

What it does

  • See all your projects — versions, health scores, last activity
  • Shared behaviors — coding habits that follow you everywhere ("prove before fix", "post-fix audit")
  • Cross-project memory — knowledge captured in one project, available in all
  • Project factory — new project in 30 seconds (template → GitHub → GT installed → Claude launched)
  • Secrets vault — encrypted API keys, injected per-project
  • AI tool watch — Claude Code updated? Cortex tells you.

Install

# One-liner (recommended)
bash <(curl -fsSL https://raw.githubusercontent.com/w-3-art/genius-cortex/main/install.sh)

# Or manual
git clone https://github.com/w-3-art/genius-cortex.git ~/.genius-cortex-cli
cd ~/.genius-cortex-cli && npm install && npm link

# Then initialize
cortex init

Commands

cortex init          — Set up Cortex (scan repos, install behaviors)
cortex scan          — Find Genius Team repos
cortex status        — See all projects + versions
cortex upgrade       — Update GT in your repos
cortex behaviors     — Manage coding behaviors (7 starters included)
cortex rules         — Rules you NEVER break (enforced via CC hooks)
cortex memory        — Cross-project knowledge store
cortex glossary      — Shared vocabulary
cortex personas      — Client/project context profiles
cortex templates     — Project starters (SaaS, Landing, API, Mobile)
cortex create        — New project from template
cortex vault         — Encrypted secrets management
cortex health        — Project health scores (0-100)
cortex search        — Search code across all repos
cortex codebits      — Reusable code snippets
cortex watch         — AI tool news feed
cortex sessions      — Session history
cortex inject        — Push behaviors + rules into Claude Code

Behaviors

Cortex ships with 7 starter behaviors:

| Behavior | What it does | |----------|-------------| | prove-before-fix | Never fix based on assumptions. Read → Reproduce → Identify → Fix. | | post-fix-audit | After every fix: re-test, check regressions, review diff. | | verify-before-code | Read existing code before writing new code. | | no-rush-quality | Quality over speed. Always. | | cumulative-feedback | New feedback adds to previous. Never replaces. | | read-before-write | Read the file/tests/README before editing. | | minimal-change | Change only what needs to change. |

Run cortex behaviors --inject to activate them in every Claude Code session.

How it works

Cortex writes to ~/.claude/CLAUDE.md (user-level). Claude Code loads this file in every session, on every project. Your behaviors, rules, and glossary are always active.

Requirements

  • Node.js 18+
  • Genius Team installed on your projects
  • Claude Code (for hook integration)

License

MIT


Built with Genius Team. Open source.