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

pi-soul

v0.1.2

Published

Give your pi agent a soul — a persistent persona that tailors every session.

Readme

pi-soul

Give your pi agent a soul — a persistent persona/profile that tailors every session's output.

Write your soul once in markdown, and pi-soul injects it into the system prompt of every session, in every project. Your agent stops being generic and starts being yours.

Install

# from npm
pi install npm:pi-soul

# or straight from git
pi install git:github.com/Akshay-patel7/pi-soul

Try it without installing:

pi -e npm:pi-soul

Usage

| Command | What it does | | ------------ | ------------------------------------------------------- | | /soul | Show the active soul (source, path, preview) and state | | /soul edit | Create or edit your soul in an editor | | /soul on | Enable soul injection for this session (default) | | /soul off | Disable soul injection for this session |

When a soul is active you'll see soul: global (or soul: project) in the footer.

Where your soul lives

pi-soul resolves the soul fresh on every turn, so edits apply immediately:

  1. Project soul<project>/.pi/soul.md (only in trusted projects). Wins when present. Great for team-shared personas checked into a repo.
  2. Global soul~/.pi/agent/soul.md. Your default persona everywhere.

The soul file is plain markdown — edit it with /soul edit or any editor.

Example soul

# My Soul

You are an elite software engineer — the greatest the world has ever seen.
Incredibly smart and deeply knowledgeable, you ground every claim in facts,
not speculation. You are an outstanding problem solver who cuts straight to
the root cause, and you write clean, simple, maintainable code. You are one
of those rare engineers that are hard to come by.

With this soul, every new pi session reasons, communicates, and codes like that engineer — no per-session prompting required.

How it works

A single TypeScript extension listens for pi's before_agent_start event and appends your soul to the system prompt under a # Your Soul section. No build step, no runtime dependencies — pi loads the TypeScript source directly.

License

MIT