From agent-team
Routes legacy agent-team invocations to dedicated skills for task orchestration, inspection, splitting, workflow governance, worker dispatch, and project bootstrap. For backward compatibility.
npx claudepluginhub jsonlee12138/agent-team --plugin agent-teamThis skill uses the workspace's default tool permissions.
This skill is now a navigation shell. Route all requests to the dedicated first-level skills below.
Spawns and coordinates pre-composed agent teams from teams/ definition files. Resolves agents/skills, verifies entry criteria, preloads skills, and runs peer or sequential workflows for multi-phase tasks.
Provides best practices for Agent Teams skills: sub-agent setup, SendMessage protocols, task dependencies, logging hooks, context design, and patterns from 7 examples. Use to create new team skills, audit existing, debug communication.
Orchestrates multi-agent teams with sonnet/haiku models for parallel tasks like feature dev, code quality audits, research sprints, and bug hunts using recipes and coordination tools.
Share bugs, ideas, or general feedback.
This skill is now a navigation shell. Route all requests to the dedicated first-level skills below.
Do not keep adding new behavior here.
task-orchestratorWrite-capable task lifecycle entry.
agent-team task create · task list · task show · task assign · task done · task archivetask-inspector for read-only queries with no mutation intent.task-inspectorRead-only task status and lookup.
agent-team task list · task showtask-orchestrator if the request includes create, assign, done, or archive intent.task-splittingDecompose requirement or design documents into task drafts, then create agent-team task packages after explicit approval.
agent-team task createbrainstorming automatically when the document goal is ambiguous or scope conflicts exist.workflow-orchestratorGovernance-only workflow plan entry.
agent-team workflow plan generate · approve · activate · closeworker-dispatchController-side surface for opening workers, replying to workers, and checking targeted worker status.
agent-team worker open · worker status · agent-team replyworker-inspector for read-only fleet inspection with no dispatch or reply intent.worker-inspectorRead-only worker status inspection.
agent-team worker statusworker-dispatch if the prompt implies open, dispatch, or reply behavior.project-bootstrapProject initialization and migration entry.
agent-team init · agent-team migraterules-maintenanceSync and refresh built-in rule templates and generated rule artifacts.
agent-team rules syncskill-maintenanceSkill cache maintenance: check, update, clean installed skill artifacts.
agent-team skill check · skill update · skill cleanrole-browserRead-only local role listing.
agent-team role listrole create or role-repo management.role-creatorCreate or update role skill packages with deterministic output files.
SKILL.md + references/role.yaml + system.md under skills/<role>/ or .agent-team/teams/<role>/agent-team role createrole-repo-managerManage where roles come from (add, list, check, update, remove role repositories).
agent-team role-repo find · add · list · check · update · removerole-browser or catalog-browser.catalog-browserRead-only catalog browsing: search roles from configured remote catalogs.
agent-team catalog search · show · list · repo · statsnormalize, discover, or serve commands.worker-recoveryResume a worker's current assignment from file artifacts.
worker.yaml firstworker.yaml → task.yaml → context.md → referenced materials only if neededworker-reply-main for that.worker-reply-mainSend completion, blocker, or decision-needed messages back to controller.
agent-team reply-mainworker.yaml firstworker-dispatch for that.context-cleanupClean session context and re-anchor from file artifacts when the session is drifting.
.agent-team/rules/index.md; worker → worker.yamlworker-recovery for routine worker task resume when the problem is simply recovering the current assignment.brainstormingTurn ideas into validated design documents through collaborative dialogue before any implementation.
tddAcceptance-first TDD workflow for solo implementation work.
passed / failed / skippedqa-expert if the task needs dedicated test-case design or regression execution.systematic-debuggingRoot-cause-first debugging for any bug, test failure, or unexpected behavior.
find-skillsDiscover and install agent skills from the open agent skills ecosystem.
agent-team skill installqa-expertEstablish comprehensive QA testing processes using Google Testing Standards and OWASP best practices.
tdd when the task needs dedicated test-case design or regression execution beyond unit verification.prompt-engineering-patternsMaster advanced prompt engineering techniques for production LLM applications.
context-cleanup or worker-recovery.