.copilot/skills/personal-squad/SKILL.md
# Personal Squad — Skill Document ## What is a Personal Squad? A personal squad is a user-level collection of AI agents that travel with you across projects. Unlike project agents (defined in a project's `.squad/` directory), personal agents live in your global config directory and are automatically discovered when you start a squad session. ## Directory Structure ``` ~/.config/squad/personal-squad/ # Linux/macOS %APPDATA%/squad/personal-squad/ # Windows ├── agents/ │ ├── {agent-name
npx skillsauth add cwoodruff/morespeakers-com .copilot/skills/personal-squadInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A personal squad is a user-level collection of AI agents that travel with you across projects. Unlike project agents (defined in a project's .squad/ directory), personal agents live in your global config directory and are automatically discovered when you start a squad session.
~/.config/squad/personal-squad/ # Linux/macOS
%APPDATA%/squad/personal-squad/ # Windows
├── agents/
│ ├── {agent-name}/
│ │ ├── charter.md
│ │ └── history.md
│ └── ...
└── config.json # Optional: personal squad config
SQUAD_NO_PERSONAL=1 to disable ambient discoverysquad personal init — Bootstrap a personal squad directorysquad personal list — List your personal agentssquad personal add {name} --role {role} — Add a personal agentsquad personal remove {name} — Remove a personal agentsquad cast — Show the current session cast (project + personal)See templates/ghost-protocol.md for the full rules. Key points:
.squad/ stateOptional config.json in the personal squad directory:
{
"defaultModel": "auto",
"ghostProtocol": true,
"agents": {}
}
SQUAD_NO_PERSONAL — Set to any value to disable personal squad discoverySQUAD_PERSONAL_DIR — Override the default personal squad directory pathtools
Cross-platform path handling and command patterns
development
Update tests when changing APIs — no exceptions
development
Core conventions and patterns used in the Squad codebase
tools
Find and resume interrupted Copilot CLI sessions using session_store queries