agent-team

Installation
SKILL.md

Document Location

This document lives in github.com/vtmocanu/skills at agent-team/SKILL.md.

Note: This is the source of truth. The installed copy in your agent's skills directory (e.g. Claude Code's ~/.claude/skills/agent-team/) is derived from this file by the npx skills package manager (npx skills add https://github.com/vtmocanu/skills); edit here, then npx skills update to re-pull. Never edit the installed copy.

What this skill does

Builds and operates a Claude Code agent team tailored to the current repo. Inspired by Viktor Farcic's dot-agent-deck (a TUI that both displays and defines multi-agent teams across Claude Code and OpenCode); this skill is the native-APIs alternative: it probes the current repo for signals, picks roles from a library, and writes Claude Code native .claude/agents/*.md subagent definitions plus a .claude/agent-team.md workflow doc, so teammates are spawned by name via the Agent tool's subagent_type parameter.

The skill has four modes selected by the first argument:

Mode Trigger What it does
init /agent-team init, or no args + no .claude/agents/ present Probe the repo, pick roles, write .claude/agents/<role>.md + .claude/agent-team.md
update /agent-team update Re-probe, diff against existing .claude/agents/ (roles + version: staleness), apply targeted changes
run /agent-team <task description> Read team manifest, spawn teammates, drive the workflow, STOP at user gates
reflect /agent-team reflect Spawn a reviewer over this session's agents; propose refactors, new roles, and version bumps
Installs
1
First Seen
Aug 13, 2026
agent-team — vtmocanu/skills-nesttest