AI Execution Router — AI skill for Claude Code
Claude Code skill that routes software-engineering issues to an execution profile (model role, effort, effort control) and resolves it late to the best current model, with GitHub labels and an optiona.
How to install AI Execution Router
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open VictorMarri/ai-execution-router and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What AI Execution Router does
Claude Code skill that routes software-engineering issues to an execution profile (model role, effort, effort control) and resolves it late to the best current model, with GitHub labels and an optional evidence-based model evaluator.
Alternatives in AI
- Wiki Lint — Health-check the LLM Wiki for issues 2.3k ★
- Codex Skill — by klaudworks - Enables users to prompt codex from claude code 914 ★
- Agency Orchestrator — 🚀 One sentence → multi-AI-role collaboration → complete plan in minutes 453 ★
README
ai-execution-router
A [Claude Code](https://claude.com/claude-code) skill that decides **how** an AI agent should work on each software-engineering issue: which kind of model, how much reasoning, which workflow, and how hard the result must be verified. It then resolves that decision to the best concrete model available **on the day the work runs**, and records both on the GitHub issue.
**Status: v0.** The policy has been audited against scripted scenarios and blind readings, but the skill has not yet run against a real repository. Expect changes after the first real runs.
Contents
- Why it exists
- The core idea: policy now, model later
- A quick example
- How a run works
- Classification
- Roles, effort and effort control
- The model registry
- Resolving a model
- Ties and preferences
- What gets written to GitHub
- Optional: evaluating models
- Installation
- Usage
- Configuration
- Repository layout
- Design principles
- Current status and limitations
- License
Why it exists
Handing issues to AI agents raises the same questions every time:
- Which model? A frontier model on a one-line rename wastes money. A fast model on concurrent message handling ships bugs.
- How much reasoning? Most providers now expose an effort or reasoning setting. The right level depends on the task, not on the model.
- Who checks the work? Code that touches money, security or concurrency needs a stronger, independent review than a text change.
- For how long is the answer valid? Model names change every few months. An issue that says "use
Related Skills
Omp Agent Role Router
omp extension: routes Claude Code / Codex plugin subagents to omp model roles by declared tier
Frontier Operating Manual
Operating discipline for AI coding agents: read the real request, decompose by verifiability, risk-weighted ef
Express Issue Triage Agent Template
An Express and AI SDK agent that triages new GitHub issues on Vercel, applying labels and a maintainer reply.
LLM Trunk
Skill-tagged routing gateway for Claude Code, built on LiteLLM. Routes traffic to a specific model + effort le
Smart Task
Multiuse task command that routes work through a JEV-style triage step into the right effort lane and model ti
Agentic Sdlc Personas
Twenty-four persona kits for an AI-native software development lifecycle. Validated primitives for GitHub Copi
Related Agents
Robo Firmware
Embedded and real-time robotics software — MCU/RTOS, motor control (FOC, current/velocity/position loops), fie
Senior Software Engineer
Assesses technical feasibility, designs implementation architecture, estimates effort, and writes the engineer
Community Steward
Triages a public repository's incoming issues and discussions — labels and deduplicates, routes what belongs t