acpx
Installation
SKILL.md
acpx
Use acpx as the default transport for every external Codex loop in this repo.
Defaults
- Use
acpx codex execfor one-shot audits, reviews, and repo questions. - Use
acpx codex sessions ensure --name <name>plusacpx codex -s <name>for multi-turn loops. - Use
--approve-readsfor planning, review, and analysis. - Use
--approve-allfor implementation flows that must let the external agent edit files. - Use
--format json --json-strictwhen Claude will inspect or loop on the response. - Prefer
-f <prompt-file>for long prompts so the shell command stays short.
Session Rules
- Keep one stable session name per loop:
plan-audit,review,test-audit,task-01. - Use a fresh session name for each independent task branch.
- Reuse the same session name for follow-up feedback instead of creating a new conversation.
- Close stale sessions when the workflow is done:
acpx codex sessions close <name>.