What problem does it solve? Project-scoped AI agents disappear when you switch repositories, forcing you to redefine the same assistant personas 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 ~/.config/squad/personal-squad (or %APPDATA% on 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 ownership clear. - Lifecycle Commands: Bootstrap, list, add, and remove personal agents with squad personal init/list/add/remove, and inspect the combined cast with squad cast. - Use Case: A developer who wants the same code-reviewer agent available in every repository creates it once as a personal agent, and it appears in every squad session without per-project setup. ## Quick Start Initialize my personal squad and add a personal agent named reviewer with the code-review role so it joins all my squad sessions.