pi-everywhere
One command to make your main ~/.pi instance follow you into any project — activates your full sovereign pi agentic layer (models, skills, memory, safety rules) anywhere, with no per-project bootstrapping.
Package details
Install pi-everywhere from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-everywhere- Package
pi-everywhere- Version
0.1.0- Published
- Jul 12, 2026
- Downloads
- 27/mo · 27/wk
- Author
- kcanom
- License
- MIT
- Types
- skill
- Size
- 5.2 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-everywhere
One command to make your main ~/.pi instance follow you to any project.
This repository contains the pi-everywhere skill that activates your full sovereign Pi agentic layer (all your models, agentic-core, skills, memory, safety rules, etc.) in any project folder with a single command.
No more per-project bootstrapping. Your real .pi instance becomes the default agentic system everywhere.
Install
npm i -g @earendil-works/pi-coding-agent # pi itself, if you don't have it
pi install pi-everywhere
Or straight from git:
pi install git:github.com/KcAnom/pi-everywhere
How to use
In any project, simply run:
/pi-everywhere
After this runs once, you can use:
agentic-core "your task here"
...and it will use your main ~/.pi instance with all your configured models, custom skills, persistent memory, and the full agentic orchestration system.
What it does
- Links your real
~/.pi/agent/models.json(all your models become available) - Ensures
agentic-core(the master orchestrator) is active - Runs
understand+onboardto prime the project - Seeds persistent memory so the project knows it is part of your sovereign Pi setup
- Sets up safety rules
Your main .pi instance now follows you everywhere.
Repository
This is the clean, dedicated home for the pi-everywhere skill.
Made to be shared with the Pi community.
License: MIT — use it, fork it, improve it.
Created by: Pi agent (via skill-system-creator)