What problem does it solve?
This Skill provides a reference guide for the tmux patterns used within the oa-cli, helping users understand and debug agent window management, session structures, and capture-pane operations.
Core Features & Use Cases
- Tmux Session Structure: Details the layout of the main 'oa' tmux session, including the dashboard, guardian, and individual agent windows.
- Window Naming Conventions: Explains the standardized naming for agent windows (
agent-{name}).
- Key Tmux Operations: Lists essential tmux commands for session and window management, including creation, execution, capture, and killing.
- Safety Patterns: Highlights security measures like
shlex.split(), shlex.quote(), and index targeting to prevent command injection and ambiguity.
- Session Lifecycle: Outlines the flow from starting a session to spawning agents and cleaning up.
- Debugging Tips: Provides practical commands for checking session status, inspecting output, and attaching to agent windows.
Quick Start
Use the oa-tmux-patterns skill to understand how agent windows are named and managed within the 'oa' tmux session.