A friendly Pi Coding Agent extension for running Archon workflows inside your project.
This package adds an /archon command to Pi so you can use Archon workflows without leaving your Pi session.
If you already like the original Archon project and want a smoother day-to-day experience inside Pi, this package is the bridge.
- Table of Contents
- What You Get
- Before You Install
- Install With Pi
- Use It In Pi
- Helpful Commands
- Install From Another Source
- Good To Know
- License
- A ready-to-use
/archoncommand inside Pi. - Fast workflow shortcuts for planning, implementation, and validation.
- Handy project helpers for status, cleanup, server, and web tasks.
- A setup that works naturally with an existing Archon workspace.
You will want these in place first:
- Pi Coding Agent installed.
- A working Archon setup or Archon CLI on your machine.
- A project where you want Pi and Archon to work together.
If you do not have Pi yet, install it with:
npm install -g @mariozechner/pi-coding-agentThen open Pi in your project and sign in with /login or your preferred provider setup.
From your project folder, run:
pi install -l npm:@saber7ooth/pi-archonThen reload Pi:
/reload
To confirm the extension loaded, run:
/archon help
Most people will start here:
/archon plan add a deployment checklist
/archon implement wire this feature into the dashboard
/archon validate review the changes and look for gaps
That gives you the basic Archon loop inside Pi without extra setup noise.
Here are the commands you are most likely to use.
/archon plan <your request>/archon implement <your request>/archon validate <your request>
/archon statuschecks whether the project looks ready./archon cleanupruns the cleanup pipeline./archon sync-submodulesupdates submodules.
/archon server start/archon server status/archon server stop/archon web start/archon web status/archon web stop
If you would rather install from git or from a local path, Pi supports that too.
From git:
pi install -l git:github.com/loopyd/pi-archonFrom a local folder:
pi install -l /absolute/path/to/pi-archonFor one-off local testing:
pi -e /absolute/path/to/pi-archon- This package does not bundle Archon itself. You still need Archon available locally.
- The cleanup command is powerful and can change your git state, so use it intentionally.
- Pi packages run with full system access, so only install packages you trust.
- If you want the upstream project, start with coleam00/Archon.
MIT