一键导入
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 职业分类
| 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
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