This repository ports pstack from Cursor to Codex.
The engineering principles and playbooks remain pstack's. The runtime integration is native Codex:
- Codex collaboration agents instead of Cursor
Taskandpoteto-agent - verified Codex model and reasoning routes when the collaboration tool exposes them, with session-runtime inheritance as the fallback
- Codex memory and task history instead of Cursor transcript paths
- Codex browser, computer-use, GitHub, and automation tools
.codex/skillsfor global and project-local skills
The port currently contains 41 skills, including poteto-mode, its playbooks, swarm, the workflow skills, and 21 engineering principles.
git clone https://github.com/HustleCoding/pstack-codex.git
cd pstack-codex
./scripts/install.shThe installer backs up any same-named global skills before writing to ~/.codex/skills. It does not touch unrelated skills.
Restart Codex or start a new task after installation so the refreshed skill catalog loads.
Ask Codex:
Use setup-pstack and configure pstack with your recommended Codex settings.
The setup skill writes ~/.codex/pstack/config.md. When the active collaboration tool exposes model and reasoning-effort selection, the configuration routes verified Codex models by role; otherwise agents inherit the session runtime. It also controls fan-out, isolation, memory, verification, and publication policy.
Start rigorous work with:
Use poteto-mode. Diagnose this bug, prove the root cause, fix it, and verify on the real surface.
You can also invoke focused skills such as how, why, architect, arena, swarm, interrogate, blast-radius, tdd, and teach.
./scripts/check-upstream.shThe script compares this port's recorded upstream commit with the current cursor/plugins main branch. It reports pstack changes without modifying the port.
After porting an upstream update, replace UPSTREAM_COMMIT with the reviewed upstream commit and run:
./scripts/audit.pypstack was created by Lauren Tan and is published in the Cursor plugins repository under the MIT License. This repository is an independent Codex port and is not affiliated with Cursor or OpenAI.