Proposal: add Pi coding agent installer integration #737
EgorYolkin
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Proposal
Add Pi as a supported target in
scripts/install.sh.Pi does not provide built-in subagents, but it supports Agent Skills as Markdown files. Agency agent files already contain the required
nameanddescriptionfrontmatter, and Pi discovers root.mdskills in~/.pi/agent/skills/. This means the installer can expose Agency agents to Pi as skills without a separate conversion step.Proposed behavior
piexecutable or${PI_CODING_AGENT_DIR:-~/.pi/agent}.${PI_CODING_AGENT_DIR:-~/.pi/agent}/skills/.--division,--agent,--agents-file,--link,--path,--dry-run, and parallel installation./reloador restart Pi after installation.Example:
The installed skill can then be invoked in Pi with:
Implementation considerations
Per
CONTRIBUTING.md, a complete integration should update the tool registry and consistency surfaces, includingtools.json,scripts/check-tools.shexpectations, integration documentation, and any required conversion or shared-format registration. Since Pi can consume the source Markdown directly, I would like feedback on whether maintainers prefer:skill-mdconversion format and a conventionalintegrations/pi/target.Draft implementation
A draft PR is available for early review: #736
I have kept it as a draft pending alignment on the expected integration shape.
All reactions