model-forge

Route tasks to the appropriate model and git strategy before dispatching subagents.

12|2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/alxxpersonal/forge --skill model-forge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: model-forge
Source: https://github.com/alxxpersonal/forge/tree/main/skills/model-forge
Command: npx skills add https://github.com/alxxpersonal/forge --skill model-forge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routing reference for picking the right model and the right git strategy. Consult before any subagent dispatch or non-trivial change.

Core Features & Use Cases

  • Decision matrix for selecting Claude opus/sonnet/haiku and gpt-5.4 codex-like options
  • Routing decision tree and git strategy guidance (direct vs feature branches vs worktrees)
  • Clear conventions to ensure long-running tasks are dispatched safely and in background

Quick Start

Ask it to route a task to the appropriate model and git strategy before dispatching subagents.

Frequently Asked Questions about model-forge

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

FAQPage Schema
How do I route tasks to the correct model and git strategy before dispatching subagents?

To route tasks correctly, use a decision matrix to select between model families like Claude opus, sonnet, haiku, and apply a routing decision tree to choose between direct commits, feature branches, or git worktrees before dispatching subagents in the background.

What is the best way to choose between Claude opus, sonnet, and haiku for workflow automation?

The best way to choose between Claude opus, sonnet, and haiku for workflow automation is to consult a routing decision tree that matches task complexity to model capabilities, ensuring the selected model aligns with the required git strategy.

When do I need to use git worktrees vs feature branches for subagent dispatch?

You need to use git worktrees versus feature branches for subagent dispatch when managing long-running tasks or parallel development workflows, applying a routing decision tree to determine the appropriate git strategy for safe background execution.

Does background subagent execution require explicit model selection?

Yes, background subagent execution requires explicit model selection to ensure the dispatched task uses the correct model and git strategy, guided by a routing decision tree that maps the task requirements to the appropriate model family and branching approach.

Can I use this routing decision matrix for non-trivial code changes?

Yes, you can use this routing decision matrix for non-trivial code changes, as it is designed to be consulted before any subagent dispatch or significant modification to determine the correct model and git strategy for the workflow.