claudish-usage

Route external AI model tasks through sub-agents with file-based instructions.

1|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/gabrielbryk/jq-ts --skill claudish-usage-gabrielbryk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claudish-usage
Source: https://github.com/gabrielbryk/jq-ts/tree/main/.claude/skills/claudish-usage
Command: npx skills add https://github.com/gabrielbryk/jq-ts --skill claudish-usage-gabrielbryk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides safe, structured guidance for using Claudish to run Claude Code with external OpenRouter models through sub-agents, preventing main-context pollution and ensuring controlled delegation.

Core Features & Use Cases

  • Sub-agent delegation patterns to keep the main conversation context clean and manageable.
  • Model selection and routing guidance for external AI models (Grok, GPT-5, Gemini, MiniMax) without leaking prompts into the primary context.
  • Workflow orchestration guidance for complex tasks that require multiple agents and file-based instruction patterns.

Quick Start

  1. Describe your task and request a sub-agent workflow.
  2. Create a file-based instruction pattern to run Claudish with a chosen model and sub-agent chain.
  3. Read the results from the generated output file and summarize it for the main agent.

Frequently Asked Questions about claudish-usage

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

FAQPage Schema
How do I delegate tasks to external AI models without polluting the main conversation context?

Sub-agent delegation routes external model prompts through isolated contexts, preventing main-context pollution. You create file-based instruction patterns to run tasks with chosen models, keeping the primary conversation clean and reproducible.

What is the best way to orchestrate workflows with multiple external models like Grok or Gemini?

Workflow orchestration with external models uses sub-agent chains and file-based instruction patterns. This approach isolates model-specific prompts and routing logic, allowing you to manage complex multi-agent tasks reproducibly.

Can I run Claude Code with OpenRouter models using sub-agents?

Yes, you can run Claude Code with OpenRouter models by routing requests through sub-agents. This integration isolates external model interactions from the main context while enforcing controlled delegation patterns.

How do I create reproducible workflows for sub-agent task delegation?

Reproducible workflows use file-based instruction patterns to define sub-agent tasks, model selection, and routing. You write instructions to a file, execute the sub-agent chain, and read results from the generated output file.

Why should I use sub-agents for external model integration instead of direct prompts?

Sub-agents provide context isolation, preventing external model prompts from leaking into the primary context. This ensures controlled delegation, maintains main conversation clarity, and enforces structured workflow orchestration for complex tasks.

Does sub-agent delegation support routing to different models for different tasks?

Sub-agent delegation supports model selection and routing guidance for external AI models. You can specify different models for different sub-agents within your file-based instruction pattern to match task requirements.