add-member

Installation
SKILL.md

AgenTeam Add Role

Add a new team member from a natural language description.

Process

1. Auto-Init Guard

Check for .agenteam/config.yaml (or legacy agenteam.yaml). If missing:

  • Create config dir: mkdir -p .agenteam
  • Copy the template: cp <plugin-dir>/templates/agenteam.yaml.template .agenteam/config.yaml
  • Set the team name to the project directory name
  • Generate agents: python3 <runtime>/agenteam_rt.py generate

2. Parse Intent

Extract role details from the user's natural language request. Examples:

Installs
1
GitHub Stars
775
First Seen
Jun 18, 2026
add-member — hashgraph-online/awesome-codex-plugins