bradygasterbradygasterCommunity·16 Agent Skills Included

squad

Build a persistent AI dev team inside your GitHub repo

Creates a team of specialist AI agents (lead, frontend, backend, tester) that live in your repository and work through GitHub Copilot. Handles issue triage, planning, PR reviews, and releases through slash commands and a CLI, eliminating manual agent coordination. Keeps team memory, decisions, and skills as files in your repo so agents stay consistent across sessions.
npx skills add bradygaster/squad --all -g -y
Available:

Tells the AI agent how to install Squad's workflows, use its slash commands, and drive the full planning lifecycle from research to issue activation.

All Skills in This Repository (16)

Pure Emerald Level Indicators
📦 In Repo
bradygasterbradygaster

squad

Scaffold AI agent teams in a project directory using a CLI.

Community
Advanced
📦 In Repo
bradygasterbradygaster

squad-conventions

Define development conventions for the Squad CLI using Node.js built-in modules.

Community
Basic
📦 In Repo
bradygasterbradygaster

templates

Provide Markdown templates for configuring AI agent teams and workflows.

Community
Intermediate
📦 In Repo
bradygasterbradygaster

architectural-proposals

Generate architectural proposals documenting problems, solutions, impact, decisions, and risks.

Community
Intermediate
📦 In Repo
bradygasterbradygaster

history-hygiene

Record only final confirmed decisions and outcomes in history files.

Community
Basic
📦 In Repo
bradygasterbradygaster

reviewer-protocol

Enforce reviewer rejection workflows with strict lockout semantics for AI agents.

Community
Advanced
📦 In Repo
bradygasterbradygaster

client-compatibility

Detects GitHub Copilot environments and adapts Squads' spawning accordingly.

Community
Advanced
📦 In Repo
bradygasterbradygaster

git-workflow

Manage a three-branch Git workflow with standardized issue branching and PR creation.

Community
Advanced
📦 In Repo
bradygasterbradygaster

CLI Command Wiring

Wire new CLI commands into cli-entry.ts with run functions and help text.

Community
Intermediate
📦 In Repo
bradygasterbradygaster

init-mode

Propose an AI development team roster and await confirmation before generating team.md and gitattributes.

Community
Intermediate
📦 In Repo
bradygasterbradygaster

secret-handling

Scan staged files for secrets and block commits containing sensitive data.

Community
Advanced
📦 In Repo
bradygasterbradygaster

release-process

Guide software releases with pre-release validation, version bumping, and GitHub release creation.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install Squad?

Run `npx skills add bradygaster/squad --all -g -y` in your terminal to install all skills in this suite globally.

What does Squad do?

Squad creates a team of specialist AI agents (lead, frontend, backend, tester) that live as files in your repo and coordinate work through GitHub Copilot. They persist across sessions, share decisions, and handle triage, planning, and PRs.

How do I control Squad from GitHub issues?

Post slash commands like `/squad cast`, `/squad plan`, or `/squad triage` as issue comments. Squad's workflows respond by opening PRs, posting plans, and creating issues automatically.

Does Squad work with VS Code and the Copilot CLI?

Yes. Squad runs as a custom Copilot agent in VS Code Chat and via `copilot --agent squad` in the CLI, adapting its behavior to each platform.

Can non-developers use Squad?

Yes. You describe what you're building in plain English, confirm the proposed team, and the agents handle the technical execution while you keep approval control.

Related Repositories in Software Engineering

View All in Software Engineering