pi-everywhere

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

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 + onboard to 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)