use-acpx
Installation
SKILL.md
acpx
CRITICAL: Background Execution Required
MUST use run_in_background: true for ALL acpx bash commands. Running acpx in the foreground will block Claude Code and make the session unusable.
When executing any acpx command:
{
"command": "acpx codex 'your prompt here'",
"run_in_background": true
}
Failure to run in background will cause Claude Code to block indefinitely while waiting for the agent to complete.