一键导入
aider
Use when the user asks to run Aider CLI in non-interactive mode or references Aider for AI pair programming, code editing, or git-integrated development.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user asks to run Aider CLI in non-interactive mode or references Aider for AI pair programming, code editing, or git-integrated development.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | aider |
| description | Use when the user asks to run Aider CLI in non-interactive mode or references Aider for AI pair programming, code editing, or git-integrated development. |
Before running Aider, follow the shared logging and summary protocol in ../_shared/agent-cli.md.
command -v aiderthe current host's user-question or approval mechanism before using --yes-always.--model <MODEL> - Model to use (or use shortcuts: --opus, --sonnet, --haiku, --4o, --mini)--message "prompt" - Run with a specific message/command (required for non-interactive)--dry-run - Preview changes without applying--yes-always - Auto-approve all changes (use with caution)--edit-format <diff|whole> - Edit format preference--no-git - Disable git integration--no-auto-commits - Disable automatic commits--dry-run for analysis. For implementation tasks, first use superpowers:using-git-worktrees to create a fresh git worktree, then run Aider there with editing enabled when approved.full.md, and require the prompt to write summary.md.| Use case | Command pattern |
|---|---|
| Batch edit in fresh worktree only | aider --message "prompt" [file.py] |
| Claude Opus | aider --opus --message "prompt" |
| Claude Sonnet | aider --sonnet --message "prompt" |
| Claude Haiku | aider --haiku --message "prompt" |
| GPT-4o | aider --4o --message "prompt" |
| Dry run (preview) | aider --dry-run --message "prompt" |
| Auto-approve all in fresh worktree only | aider --yes-always --message "prompt" |
| Show repo map | aider --show-repo-map |
| Shortcut | Model |
|---|---|
--opus | Claude Opus |
--sonnet | Claude Sonnet |
--haiku | Claude Haiku |
--4o | GPT-4o |
--mini | GPT-4o Mini |
# Batch edit in a fresh worktree only
aider --message "Add error handling to the API endpoint" src/api.py
# Use Claude Opus
aider --opus --message "Refactor the utils module" src/utils.py
# Dry run to preview changes
aider --dry-run --message "Fix the bug" src/app.py
# Auto-approve all changes in a fresh worktree only
aider --yes-always --message "Update dependencies"
# Capture stdout/stderr according to ../_shared/agent-cli.md
aider command, immediately use the current host's user-question or approval mechanism to confirm next steps, collect clarifications, or decide whether to continue.git diff HEAD^ HEADaider --version or an aider command exits non-zero; request direction before retrying.--yes-always) ask the user for permission using the current host's user-question or approval mechanism unless it was already given.the current host's user-question or approval mechanism.Use when installing, reinstalling, auditing, or preparing Brain-managed Superpowers, Spec Kit, and OpenSpec workflow arsenals under a project-local `.brain/vendor` directory so Brain can inspect and route them without exposing their raw Codex skills/prompts at the project root.
Use when the user asks to check, add, or manage macOS Calendar events.
Use when the user asks to send an email via the macOS Mail app.
Use when the user asks to send a text message or iMessage via the macOS Messages app.
Use when a task involves web search, current information, source verification, citations, or entity/person/paper/project disambiguation.
Use when the task involves `exec_command` escalation, `prefix_rule`, sandbox permissions, writable roots, or Codex platform-specific operational patterns.