Agent Skills: pimux

Thin trigger alias for the package-owned pimux runtime extension. Use for tmux-backed Pi agents with explicit bridge messaging and notify-first supervision.

UncategorizedID: MatiasComercio/agentic-config/pimux

Install this agent skill to your local

pnpm dlx add-skill https://github.com/WaterplanAI/agentic-config/tree/HEAD/packages/pi-ac-workflow/skills/pimux

Skill Files

Browse the full folder contents for pimux.

Download Skill

Loading file tree…

packages/pi-ac-workflow/skills/pimux/SKILL.md

Skill Metadata

Name
pimux
Description
"Thin trigger alias for the package-owned pimux runtime extension. Use for tmux-backed Pi agents with explicit bridge messaging and notify-first supervision."

pimux

FIRST: do not poll pimux and do not use Bash sleep/wait loops; wait for delivered child activity.

This skill is a non-authoritative trigger shim for the package-owned pimux extension runtime. Runtime semantics are owned by packages/pi-ac-workflow/extensions/pimux/ and its docs.

Use /pimux or the pimux tool to spawn and supervise tmux-backed Pi agents. The notification behavior is fixed to notify-and-follow-up.

See:

  • ../../extensions/pimux/docs/commands.md
  • ../../extensions/pimux/docs/protocol.md
  • ../../extensions/pimux/docs/patterns.md

Do not duplicate runtime protocol text here. Keep this alias minimal so package docs and extension prompts remain the single source of truth.