You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bunx @every-env/compound-plugin install compound-engineering --to pi
31
34
```
32
35
33
36
Local dev:
@@ -40,19 +43,23 @@ OpenCode output is written to `~/.config/opencode` by default, with `opencode.js
40
43
Codex output is written to `~/.codex/prompts` and `~/.codex/skills`, with each Claude command converted into both a prompt and a skill (the prompt instructs Codex to load the corresponding skill). Generated Codex skill descriptions are truncated to 1024 characters (Codex limit).
41
44
Droid output is written to `~/.factory/` with commands, droids (agents), and skills. Claude tool names are mapped to Factory equivalents (`Bash` → `Execute`, `Write` → `Create`, etc.) and namespace prefixes are stripped from commands.
42
45
Cursor output is written to `.cursor/` with rules (`.mdc`), commands, skills, and `mcp.json`. Agents become "Agent Requested" rules (`alwaysApply: false`) so Cursor's AI activates them on demand. Works with both the Cursor IDE and Cursor CLI (`cursor-agent`) — they share the same `.cursor/` config directory.
46
+
Pi output is written to `~/.pi/agent/` by default with prompts, skills, extensions, and `compound-engineering/mcporter.json` for MCPorter interoperability.
43
47
44
48
All provider targets are experimental and may change as the formats evolve.
45
49
46
50
## Sync Personal Config
47
51
48
-
Sync your personal Claude Code config (`~/.claude/`) to OpenCodeor Codex:
52
+
Sync your personal Claude Code config (`~/.claude/`) to OpenCode, Codex, or Pi:
0 commit comments