Personal Squad — Skill Document

Discover personal agents from a global directory and merge them into active sessions.

209|27|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/dotnet/maui-labs --skill personal-squad-skill-document
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Personal Squad — Skill Document
Source: https://github.com/dotnet/maui-labs/tree/main/src/Comet/.copilot/skills/personal-squad
Command: npx skills add https://github.com/dotnet/maui-labs --skill personal-squad-skill-document

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of having to manually re-add or reconfigure your preferred AI agents every time you start a new project session, by automatically discovering and merging your personal agents into the active session cast.

Core Features & Use Cases

  • Ambient Personal Agent Discovery: Automatically loads agents from your global personal-squad directory when a squad session starts.
  • Session Cast Merging: Merges personal agents alongside project agents so they can participate in the same workflow.
  • Ghost Protocol Safety: Lets personal agents advise based on project state while preventing writes to project-managed state, with clear conflict handling.

Quick Start

Ask your AI to help you set up and manage your personal squad agents so they are automatically available during future squad sessions.

Frequently Asked Questions about Personal Squad — Skill Document

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate AI agent setup across multiple project sessions?

Automating AI agent setup across multiple project sessions is achieved by discovering personal agents from a global directory and merging them into active sessions, ensuring consistent advising behavior without manual reconfiguration.

What is ambient discovery for personal AI agents?

Ambient discovery for personal AI agents is a mechanism that automatically loads agents from a global personal-squad directory when a squad session starts, eliminating the need to manually re-add them.

Can personal AI agents modify project state during session merging?

Personal AI agents cannot modify project state during session merging due to a ghost-protocol read-only constraint, which allows them to advise based on project state while preventing any writes to project-managed state.

How do I disable automatic agent discovery for a specific session?

You can disable automatic agent discovery for a specific session by setting an environment-variable kill switch, which turns off the ambient discovery process before the session cast is initialized.

What's the best way to maintain consistent AI advising behavior across different projects?

Maintaining consistent AI advising behavior across different projects is best handled by session cast merging, which integrates personal agents alongside project agents so they participate in the same workflow.

Why does my personal agent discovery merge personal agents alongside project agents?

Personal agent discovery merges personal agents alongside project agents to apply consistent advising behavior across multi-project workflows while strictly avoiding the modification of project-managed state.