ccr-run

Route coding tasks to a user-selected AI model via claude-code-router.

4|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/npow/claude-skills --skill ccr-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ccr-run
Source: https://github.com/npow/claude-skills/tree/main/ccr-run
Command: npx skills add https://github.com/npow/claude-skills --skill ccr-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort of selecting and invoking different AI models for specialized tasks, letting users route work through a consistent Claude Code workflow.

Core Features & Use Cases

  • Model Selection: Resolves shortcut names or full model IDs from the user's request.
  • Subagent Routing: Sends the task to the selected model through claude-code-router.
  • Use Case: Ask the Skill to compare how GPT and Gemini solve a coding problem, or route a long-context research task to Gemini.

Quick Start

Use the ccr-run skill with a model shortcut followed by the task you want that model to perform.

Frequently Asked Questions about ccr-run

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

FAQPage Schema
How do I route coding tasks to a different AI model in Claude Code?

You can route coding tasks to models like GPT or Gemini by using a routing skill that resolves model shortcuts and sends the prompt through claude-code-router.

Can I compare how GPT and Gemini solve a coding problem?

Yes, model comparison is supported by routing the same coding task to different AI models through claude-code-router to evaluate their respective outputs.

What do I need to run model routing for code generation?

You need a running instance of claude-code-router to route tasks, as the skill resolves model identifiers and prefixes the agent prompt before sending it to the selected model.

How do I select a specific model for specialized code generation?

You provide a model shortcut or full model ID in your request, and the skill resolves this identifier to route your code generation task to the correct AI model.

Does this work for long-context research tasks or just code generation?

Model routing works for both code generation and analysis tasks, allowing you to send long-context research tasks to models like Gemini through the claude-code-router workflow.