agents.yaml
1 agents: 2 - name: code-reviewer 3 description: Reviews shell, Lua, YAML, and config changes for clarity and consistency 4 platforms: [cursor, claude] 5 claude_tools: ["Read", "Bash"] 6 - name: config 7 description: Edits config files in etc/, nvim/, wezterm/, hammerspoon/, yazi/, tmux/ and similar 8 platforms: [cursor, claude] 9 claude_tools: ["Read", "Write", "Edit", "Bash"] 10 - name: planner 11 description: Strategic orchestrator and gatekeeper - coordinates agents and ensures plans are followed 12 platforms: [cursor, claude, opencode] 13 claude_tools: ["Read", "Bash"] 14 - name: taskfile 15 description: Creates and edits root Taskfile.yml and taskfiles under tasks/ 16 platforms: [cursor, claude] 17 claude_tools: ["Read", "Write", "Edit", "Bash"]