使用git worktrees为并行子协调器生成和管理tmux会话。当各部分准备好执行时使用。
/plugin marketplace add blueif16/amazing-claude-code-plugins/plugin install blueif16-infistack-infistack@blueif16/amazing-claude-code-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
所有者: 仅主协调器
# 对每个部分:
git worktree add ../worktrees/{section-id} -b {section-id}
tmux new-session -d -s {section-id} -c ../worktrees/{section-id}
tmux send-keys -t {section-id} "claude --resume" Enter
轮询每个tmux会话的状态:
COMPLETE - 部分完成,准备合并WAITING - 已升级到人工,暂停ERROR - 意外失败,需调查tmux kill-session -t {section-id}
git worktree remove ../worktrees/{section-id}
git branch -d {section-id} # 仅在合并后
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.