aidr
aidr
Use aidr to delegate large-context, low-reasoning tasks to Aider.
Quick Start
bash scripts/setup.sh
aidr doctor
aidr models
Core Commands
scan <goal> [paths...]: run read-only discovery and return minimal relevant files/symbols.patch <goal> [paths...]: run small scoped edits; defaults to dry-run unless--apply.run <goal> [paths...]: run a universal freeform task; defaults to dry-run unless--apply.models: list provider-visible Gemini models throughaider --list-models gemini/.doctor: checkaider,uv,GEMINI_API_KEY, and active model mappings.
Modes
--mode fast: default modelgemini-2.5-flash-lite.--mode universal: default modelgemini-3-flash-preview.--mode advanced: default modelgemini-3-flash-preview-2with stronger reasoning hints.
Override defaults with:
AIDR_MODEL_FASTAIDR_MODEL_UNIVERSALAIDR_MODEL_ADVANCED
Safe Workflow
- Start with
aidr --mode fast scan "<goal>" [paths...]. - Apply repetitive edits with
aidr --mode fast patch "<goal>" [paths...] --apply. - Escalate mode only when results are insufficient.
- Use
--aider-args "..."for extra Aider options when required.
Compatibility
Legacy commands remain supported and map to core commands:
map/find/retrieve/explain->scanrefactor->patchtask->run
More from pc-style/skills
handoff
Create a handoff message to continue work in a new AI session. Use when the user wants to save context for later, create a handoff document, or prepare work for continuation in a fresh session. Captures relevant files, context, and goals so the next session can start immediately without rediscovering the codebase.
7self-subagent
Orchestrate parallel sub-tasks by spawning non-interactive instances of your own CLI as subagents. Use when you need to parallelize work across multiple files, run independent investigations simultaneously, or delegate heavy multi-step tasks. Works with ANY AI coding CLI agent (Amp, Claude Code, Codex, Cursor, OpenCode, aider, Cline, Roo, goose, Windsurf, Copilot CLI, pi, etc.). Triggers on "run in parallel", "subagent", "delegate", "fan out", "concurrent tasks", or any complex task that benefits from parallel execution.
4skill-creator
Create or update AgentSkills. Use when designing, structuring, or publishing skills with references and assets. Triggers on requests like "create a skill", "build a skill for X", "publish this skill", or when the user wants to design, structure, or publish AgentSkills.
3adk-agent-extension
Use this skill when the user wants any MCP-capable agent or IDE assistant to interact with Google ADK agents through the adk-agent-extension MCP server. Trigger for requests like wiring ADK tools into Codex/Claude Code/Cursor/Cline/Gemini, registering a stdio MCP server, listing ADK servers/agents, creating sessions, and chatting with ADK agents.
3openclaw-config
Configure OpenClaw (AI chat gateway) on any OS, VM, or platform. Use when the user mentions openclaw, openclaw config, openclaw.json, openclaw setup, openclaw channels, openclaw gateway, openclaw sandbox, openclaw docker, openclaw install, or needs to create or edit an existing OpenClaw configuration. Handles fresh installs, editing existing configs, adding channels, models, providers, sandboxing, cron, hooks, sessions, and all gateway settings.
1