# claude-profile presets — copy to $CLAUDE_CONFIG_DIR/presets.yaml and edit # # Each top-level key is a preset name. The `profile` field is required. # Other fields override the mode's defaults. # # Usage: claude-profile --preset # A "deep work" session on the homelab cluster deep-cluster: profile: oreillyit mode: deep project: cluster-bootstrap time_horizon: hours async: yes # A quick edit on the small-scripts repo (no questions, just launch) quick-skills: profile: oreillyit mode: quick project: small-scripts # Overnight orchestration of container agents on the image-gen project orch-overnight: profile: oreillyit mode: orch project: ai-image-gen time_horizon: overnight autoloop: yes # Cheap conversational session, no project chat-only: profile: oreillyit mode: chat # Hybrid session — Haiku driver with Opus subagents on call hybrid-day: profile: oreillyit mode: hybrid project: cluster-bootstrap time_horizon: hours async: yes # Quick session via MiniMax (Sonnet-class, pay-per-token, no subscription) quick-minimax: profile: oreillyit mode: quick provider: minimax-sonnet project: small-scripts