What problem does it solve? Project-scoped AI agents disappear when you switch repositories, forcing you to redefine the same assistant roles in every project. This Skill defines a personal squad of user-level agents that live in your global config directory and are automatically merged into any squad session. ## Core Features & Use Cases - Ambient Discovery: Personal agents stored in the OS-specific config directory (macOS, Linux, or Windows) are automatically detected and merged into the session cast alongside project agents. - Ghost Protocol: Personal agents can read project state and advise, but cannot write to project .squad/ state, keeping project data under project agents' control. - Lifecycle Commands: Bootstrap, list, add, and remove personal agents with squad personal init, list, add, and remove commands. - Use Case: A developer who wants the same code-reviewer persona available in every repository creates it once with squad personal add reviewer --role code-review, and it appears in every future squad session without per-project setup. ## Quick Start Initialize my personal squad directory and add a personal agent named reviewer with the code-review role.