Skip to content

Commit 1343761

Browse files
Nick Sullivanclaude
andcommitted
⚙️ Add strategic model assignments to slash commands
Add model specifications to commands for cost-performance optimization: Haiku (fast & cheap): - personality-change: Simple config file updates - load-rules: Pattern-based file loading Sonnet (cost-conscious for Opus users): - address-pr-comments: Intelligent triage within clear guidelines - setup-environment: Environment detection and setup Opus (deep reasoning): - create-prompt: Meta-cognitive prompt engineering - generate-AGENTS-file: Critical project context synthesis This complements the agent model assignments, creating a complete cost-performance strategy across the entire AI coding toolkit. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent a155294 commit 1343761

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

.claude/commands/address-pr-comments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Triage and address PR comments from code review bots intelligently
33
argument-hint: [pr-number]
4+
model: sonnet
45
---
56

67
# Address PR Comments

.claude/commands/create-prompt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description:
33
"Create optimized prompts for complex tasks following prompt-engineering principles"
44
argument-hint: <task description>
5+
model: opus
56
---
67

78
# Create Prompt

.claude/commands/generate-AGENTS-file.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description:
33
"Generate or update AGENTS.md with essential project context for AI coding assistants"
4+
model: opus
45
---
56

67
# Generate AGENTS.md

.claude/commands/load-rules.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: Load relevant coding rules for the current task
3+
model: haiku
34
---
45

56
Analyze the current task and load ONLY relevant rules from `rules/`.

.claude/commands/personality-change.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: Change or activate a personality for both Cursor and Claude Code
3+
model: haiku
34
---
45

56
# Personality Change

.claude/commands/setup-environment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: Initialize development environment for git worktree
3+
model: sonnet
34
---
45

56
# Setup Development Environment

0 commit comments

Comments
 (0)