model-route

Recommend Claude model tiers for Salesforce development tasks with budget flags.

13|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/jiten-singh-shahi/salesforce-claude-code --skill model-route
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: model-route
Source: https://github.com/jiten-singh-shahi/salesforce-claude-code/tree/main/.cursor/skills/model-route
Command: npx skills add https://github.com/jiten-singh-shahi/salesforce-claude-code --skill model-route

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Recommends the appropriate Claude model tier for Salesforce development tasks to balance reasoning capability, cost, and deployment risk so engineers route work to the right model and avoid overpaying or under-serving a task.

Core Features & Use Cases

  • Tiered Recommendations: Maps tasks to haiku for deterministic, low-risk edits; sonnet for standard implementation and refactors; and opus for architecture, deep reviews, and security-sensitive analysis.
  • Budget-aware Routing: Accepts low, med, or high budget hints to favor cheaper or higher-capability tiers when appropriate.
  • Practical Examples: Use opus for governor limit audits and complex sharing model reviews, sonnet for code reviews and test generation, and haiku for pure formatting or small mechanical fixes.

Quick Start

Ask the assistant to recommend a model with a short task description and optional budget, for example: /model-route Audit all SOQL queries in force-app for governor limit risks --budget high

Frequently Asked Questions about model-route

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Which Claude model tier should I use for Salesforce Apex code edits and refactors?

For Salesforce Apex code edits and refactors, sonnet is recommended for standard implementation, while haiku suits deterministic, low-risk mechanical fixes, and opus handles deep architectural reviews.

How do I choose a Claude model for Salesforce tasks on a tight budget?

To choose a Claude model on a tight budget, apply a low budget hint to favor the cheaper haiku tier for pure formatting or small mechanical fixes, ensuring cost-sensitive routing without overpaying.

When do I need opus for Salesforce development instead of sonnet?

You need opus for Salesforce development when performing governor limit audits, complex sharing model reviews, architecture analysis, and security-sensitive tasks requiring deep reasoning beyond standard sonnet refactors.

Can I get a fallback Claude model recommendation for Salesforce test generation?

Yes, you can get a fallback Claude model recommendation for Salesforce test generation, which typically recommends sonnet as the primary tier and provides a concise reasoning along with a fallback option.

What is the best way to route Salesforce SOQL queries for governor limit risk analysis?

The best way to route SOQL queries for governor limit risk analysis is selecting the opus tier to handle deep reviews and security-sensitive analysis, ensuring high-capability reasoning for complex auditing tasks.