skills/claude-agent-team/SKILL.md
Spin up a Claude agent team for implementation tasks. Use when user says "team go", "agent team go", "agent team", "/claude-agent-team", or wants a coordinated multi-agent approach to a feature or task.
npx skillsauth add dakdevs/skills claude-agent-teamInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
Assign agents based on the task's layers. Typical roles:
| Role | Focus | Agent Type | |------|-------|------------| | core | Data models, domain logic, core crates/modules, invariants | general-purpose | | integration | APIs, protocols, service boundaries, IPC, message formats | general-purpose | | surface | UI, CLI, user-facing behavior, output formatting | general-purpose | | verification | Tests, validation, ensuring nothing regressed | general-purpose |
Not every task needs all roles. Scale the team to the task — two agents for a focused change, four for a cross-cutting feature.
team_name set. Give each agent a clear prompt that includes:
development
Interact with open tldraw desktop canvases via a local HTTP API at localhost:7236. Create, read, update, and delete shapes. Take screenshots. Build diagrams, flowcharts, wireframes, and visual layouts programmatically. Use when the user asks to draw, diagram, sketch, wireframe, create a visual, modify a canvas, add shapes, create a flowchart, create an architecture diagram, or work with tldraw. Also triggers on "draw on canvas", "add to canvas", "update the diagram", "show me on the canvas", or any reference to tldraw files (.tldr).
tools
Create or update a draft pull request for the current branch using `gh` CLI. Triggers on "PR this", "create a PR", "open a PR", "make a PR", "submit PR". Idempotent - always re-assesses the full diff and either creates a new PR or updates the existing one. Creates draft PRs by default; say "do not draft" to create a ready-for-review PR instead.
development
Use when the user wants to ensure a task is done the RIGHT way — researching official docs, best practices, and codebase conventions BEFORE writing any code. Invoke this skill whenever the user says 'best practice', 'do it right', 'make sure this is correct', 'research first', 'what's the proper way', or when tackling unfamiliar libraries, complex integrations, migrations, or any task where getting it wrong would be costly. Also use when the user explicitly invokes /best-practices.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.