·building-agent-team-prompts
@

building-agent-team-prompts

frontboat/agent-teams

Provides a prompt template and best practices for building Claude Code agent teams. Covers team composition, teammate spawn prompts, task breakdown, file ownership, communication protocols, and delegate mode. Use when creating an agent team, spawning teammates, parallelizing work across multiple Claude Code instances, or deciding whether an agent team is the right approach.

17Installs·0Trend·@frontboat

Installation

$npx skills add https://github.com/frontboat/agent-teams --skill building-agent-team-prompts

SKILL.md

Agent team prompts must be self-contained — teammates don't inherit your conversation history. Every piece of context a teammate needs must be in their spawn prompt or discoverable from the codebase.

Core principle: A good agent team prompt specifies WHO does WHAT on WHICH files, HOW they communicate, and WHEN they're done.

Don't use agent teams for: sequential tasks, work concentrated in a few files, or simple tasks where coordination overhead exceeds benefit. Use subagents or a single session instead.

Provides a prompt template and best practices for building Claude Code agent teams. Covers team composition, teammate spawn prompts, task breakdown, file ownership, communication protocols, and delegate mode. Use when creating an agent team, spawning teammates, parallelizing work across multiple Claude Code instances, or deciding whether an agent team is the right approach. Source: frontboat/agent-teams.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/frontboat/agent-teams --skill building-agent-team-prompts
Category
@Collaboration
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is building-agent-team-prompts?

Provides a prompt template and best practices for building Claude Code agent teams. Covers team composition, teammate spawn prompts, task breakdown, file ownership, communication protocols, and delegate mode. Use when creating an agent team, spawning teammates, parallelizing work across multiple Claude Code instances, or deciding whether an agent team is the right approach. Source: frontboat/agent-teams.

How do I install building-agent-team-prompts?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/frontboat/agent-teams --skill building-agent-team-prompts Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/frontboat/agent-teams

Details

Category
@Collaboration
Source
skills.sh
First Seen
2026-02-11

Related Skills

None