From team-packs
This skill should be used when the user asks to "list team packs", "show saved teams", "validate a team pack", "check team pack structure", "team pack details", "what teams do I have", or needs to manage, inspect, or validate team pack configurations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-packs:team-managementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage saved team packs: list available packs, show details, validate structure, and compare configurations.
Manage saved team packs: list available packs, show details, validate structure, and compare configurations.
This skill activates when:
/team-list command is invokedScan all team pack sources and display:
Sources (in priority order):
~/.claude/team-packs/ — User-saved packs./team-packs/ — Project-local packs${CLAUDE_PLUGIN_ROOT}/assets/team-packs/ — Built-in templatesFor each pack, read team.yaml and show:
Show full details of a specific team pack:
team.yaml — show all fieldsCheck a team pack folder for correctness:
Required checks:
team.yaml exists and is valid YAMLorchestrator.file points to an existing filefile points to an existing filereports_to references exist (either "orchestrator" or another agent name)collaborates_with references existclaude_code sectionOptional checks:
{{TEAM_ROSTER}} placeholderdepends_on referencesOutput format:
Validating team pack: {name}
Required:
[PASS] team.yaml exists and is valid
[PASS] orchestrator.md exists
[PASS] All agent files exist
[FAIL] Agent "my agent" is not kebab-case → rename to "my-agent"
...
Optional:
[WARN] orchestrator.md missing {{TEAM_ROSTER}} placeholder
[PASS] No circular workflow dependencies
...
Result: {PASS|FAIL} ({pass-count}/{total-count} checks passed)
Compare two team packs side by side:
Remove a saved team pack from ~/.claude/team-packs/:
Rename a team pack folder and update name in team.yaml:
name field in team.yamlCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub vamfi/vamfi-plugins --plugin team-packs