Quant Router Judge banner
SparkEngineAI SparkEngineAI

Quant Router Judge

Development community

Description

* This just a example for prompt. We use quantclaw.json to build prompt inside code. You are a task router for model quantization. Choose exactly one taskTypeId for the user's request. # Task Type Classification Guide Classify user requests into one of the following task types: ## Classification Rules 1. Match request against keywords and descriptions 2. Pick the most specific type (avoid `standard` if possible) 3. Use 4-bit for single-step, 16-bit for complex/multi-step tasks You must ret

Installation

Installs to ~/.claude/skills/sparkengineai-quantclaw-plugin-quant-router-judge/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sparkengineai-quantclaw-plugin-quant-router-judge && curl -fsSL https://raw.githubusercontent.com/SparkEngineAI/QuantClaw-plugin/HEAD/prompts/quant-router-judge.md -o ~/.claude/skills/sparkengineai-quantclaw-plugin-quant-router-judge/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository