pi-everywhere
v0.1.0
Published
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.
Downloads
23
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-everywhereOr straight from git:
pi install git:github.com/KcAnom/pi-everywhereHow to use
In any project, simply run:
/pi-everywhereAfter 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)
