personal-squad

Manage reusable AI agents that auto-load into Squad sessions.

2|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/elbruno/md-to-slides --skill personal-squad-elbruno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: personal-squad
Source: https://github.com/elbruno/md-to-slides/tree/main/.copilot/skills/personal-squad
Command: npx skills add https://github.com/elbruno/md-to-slides --skill personal-squad-elbruno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Organizing and reusing your favorite AI agents across many GitHub (and non-GitHub) projects without re-creating them each time, while keeping them from modifying project state.

Core Features & Use Cases

  • Ambient agent discovery: Automatically loads personal agents from a global directory when a Squad session starts.
  • Session merge with safeguards: Merges personal agents into the cast alongside project agents while enforcing read-only behavior for project state.
  • Ghost Protocol rules: Lets personal agents advise and tag their origin in logs, with project agents taking precedence on conflicts.

Quick Start

Add a personal agent named "helpdesk-bot" with role "support assistant" to your personal squad so it automatically appears in future sessions.

Frequently Asked Questions about personal-squad

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

FAQPage Schema
How do I reuse AI agents across multiple projects without recreating them each time?

To reuse AI agents across projects without recreating them, you can maintain a user-level collection of personal agents that automatically merges into your sessions by ambient discovery, ensuring consistent guidance across your workspace.

How does ambient agent discovery work when starting a Squad session?

Ambient agent discovery automatically loads personal AI agents from a global directory when a Squad session starts, merging them alongside project agents while enforcing read-only behavior for project state.

Can personal agents modify project files during session orchestration?

No, personal agents cannot modify project files. The system enforces Ghost Protocol read-only constraints, allowing personal agents to advise and tag their origin in logs while project agents take precedence on conflicts.

What do I need to define a personal agent for cross-project workflows?

You need a root SKILL.md-driven skill definition to define a personal agent. This ensures the agent is properly configured for cross-project workflows and can be automatically discovered by the session orchestration system.

How can I disable personal agents or change their directory location?

You can control personal agent behavior using the SQUAD_NO_PERSONAL environment variable to disable them entirely, or SQUAD_PERSONAL_DIR to specify a different directory location for your agent collection.