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

@mukulaggarwal/pacman

v0.1.6

Published

Privacy-first personal assistant context manager with MCP, onboarding, and Slack runtime

Downloads

64

Readme

pacman

 ____   _    ____ __  __    _    _   _
|  _ \ / \  / ___|  \/  |  / \  | \ | |
| |_) / _ \| |   | |\/| | / _ \ |  \| |
|  __/ ___ \ |___| |  | |/ ___ \| |\  |
|_| /_/   \_\____|_|  |_/_/   \_\_| \_|

Waka through project context with Claude Code, Codex, and Slack. Your memory stays in local files or a Google Drive folder you control.

Arcade Pitch

Use pacman when you want assistants to stay grounded in your actual workspace instead of a hidden hosted database.

  • Keep context in Markdown and JSON you can inspect
  • Share one workspace across Claude Code, Codex, and Slack
  • Register one MCP server for both coding clients
  • Sync project signals from tools like Slack, GitHub, GitLab, Gmail, and Google Drive
  • Generate replies from saved canonical context, derived summaries, and raw evidence you control

Insert Coin

npm install -g @mukulaggarwal/pacman
pacman --help
pacman mcp claude install --help
pacman mcp codex install --help
npm install -g @mukulaggarwal/pacman@latest

Choose Your Route

pacman init -d .personal-assistant

This launches the onboarding UI and configures your profile, assistant identity, storage backend, integrations, and sync schedule.

The onboarding form is checkpointed in browser localStorage, so refreshes and reopened tabs resume from the same draft.

Use the Hard Reset Onboarding Draft action from the completion screen, or remove the pacman.onboarding.v1 key from the browser's local storage for the onboarding page.

pacman claude install -d . -w .personal-assistant
pacman codex install -d . -w .personal-assistant

This writes:

  • CLAUDE.md for Claude Code
  • AGENTS.md for Codex
  • shared Pac-Man skills under ~/.claude/skills/ and ~/.codex/skills/
pacman mcp claude install -w .personal-assistant
pacman mcp codex install -w .personal-assistant

Restart Claude Code or Codex after MCP registration.

claude mcp add -s user --env=PA_WORKSPACE=$HOME/.personal-assistant pacman -- npx -y pacman mcp serve
codex mcp add pacman --env PA_WORKSPACE=$HOME/.personal-assistant -- npx -y pacman mcp serve
pacman daemon -d .personal-assistant

Run the background sync to ingest enabled integrations and rebuild indexes.

pacman slack listen -d .personal-assistant

Use this when you want Slack replies grounded in saved project context.

Game Modes

| Mode | What it unlocks | | --- | --- | | pacman init | Launch onboarding and create the workspace | | pacman claude install | Add Claude Code project guidance | | pacman codex install | Add Codex project guidance | | pacman mcp claude install | Register the MCP server with Claude Code | | pacman mcp codex install | Register the MCP server with Codex | | pacman daemon | Run scheduled sync and indexing | | pacman slack listen | Start Slack auto-reply handling |

Player Guide

After install:

pacman claude install -d . -w .personal-assistant
pacman mcp claude install -w .personal-assistant

Then restart Claude Code and use Pac-Man guidance plus MCP-backed context reads and updates.

After install:

pacman codex install -d . -w .personal-assistant
pacman mcp codex install -w .personal-assistant

Then restart Codex and ask it to load, search, read, or update project context through Pac-Man MCP tools.

pacman slack listen -d .personal-assistant

Slack replies are additive. They use the same saved workspace and do not replace MCP-based context access in Claude Code or Codex.

High Score Traits

  • Privacy first: no mandatory hosted project database
  • Inspectable storage: Markdown and JSON live in your workspace
  • Shared memory: Claude Code, Codex, and Slack use the same context base
  • Grounded retrieval: canonical context, derived summaries, and raw evidence stay connected

Full Map

  • Repository and full docs: https://github.com/mukulaggarwal/personal-assistant-with-context