claude-agent-team

Installation
SKILL.md

Claude Agent Team

Spin up a team of specialized agents using TeamCreate and the Task tool. Each agent owns a layer of the stack and works from the deep internals outward toward the surface.

Philosophy

  • Internals outward: Start from the core — data models, domain logic, protocols — and build toward the surface (APIs, UI, integration). Never start at the surface and hack inward.
  • Expert ownership: Each agent is an expert in their layer. They make architecturally sound decisions for their domain, not expedient ones.
  • No hacks: If something doesn't fit cleanly, redesign the approach. Do not paper over problems with workarounds, shims, or suppressed errors.
  • Context-aware: Every agent must read and understand the existing codebase patterns, conventions, and surrounding code before making changes. Work WITH the codebase, not against it.

Team Structure

Assign agents based on the task's layers. Typical roles:

Installs
4
Repository
dakdevs/skills
First Seen
May 2, 2026
claude-agent-team — dakdevs/skills