بنقرة واحدة
summon
Launch AutoMates agents in separate terminal windows with their identities
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Launch AutoMates agents in separate terminal windows with their identities
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Open the AutoMates root folder in Finder
Catch up on parallel sessions and brief the user on project state
Build or tailor a resume for a specific job application. Structured intake, honest assessment, scoring loop, and export.
Update agent memory (Sessions, Lessons, Preferences, Checkpoint, Context) and Brief.md
Launch a build team (Fetcher + Planner + Builder + Checker) for parallel feature development
Launch a research team (Fetcher + BrainStorm + specialist) for deep investigation
| name | summon |
| description | Launch AutoMates agents in separate terminal windows with their identities |
| allowed-tools | ["Bash","Read"] |
Launch one or more agents in separate terminal windows with their identities, knowledge sections, and startup instructions.
/summon <agent> # Launch single agent
/summon <agent1>,<agent2> # Launch multiple agents
/summon team # Launch Planner, Builder, Checker
/summon all # Launch all 9 agents
| Agent | Color | Role |
|---|---|---|
| planner | Blue | Creates blueprints and roadmaps |
| builder | Orange | Writes code, implements features |
| checker | Green | Reviews code, finds bugs, security |
| brainstorm | Yellow | Generates ideas, explores solutions |
| gal | Teal | Tests UX, skeptical evaluation |
| legal | Deep Slate | Licensing, privacy, compliance |
| gitdude | Violet | Commits, versioning, releases |
| fetcher | Caramel | Gathers documentation, research |
| orca | Charcoal | Designs agent workflows |
| daisy | Pink | Branding, social media, PR, pitches |
When this skill is invoked, execute the summon script:
AUTOMATES_ROOT="$(pwd)"
# Check if we're in the AutoMates project
if [[ ! -d "${AUTOMATES_ROOT}/AgenTeam" ]]; then
echo "Error: Not in the AutoMates project (no AgenTeam/ folder found)"
exit 1
fi
bash "${AUTOMATES_ROOT}/.claude/skills/summon/summon.sh" "$ARGUMENTS"
--append-system-prompt| Platform | Primary | Fallback |
|---|---|---|
| macOS | iTerm2 | Terminal.app |
| Linux | gnome-terminal | xterm |
| Windows | Windows Terminal | PowerShell |
AgenTeam/<name>/Memory_Logs/AgenTeam/Fetcher/Memory_Logs/Part of AutoMates.AI — Your AI dev team