Offloads mechanical coding work to a cheaper Qwen model so you don't burn Claude tokens on grunt work. You point it at bulk renames, formatting passes, boilerplate generation, or test scaffolding with a self-contained prompt and absolute paths, and it runs headless through the claude-9arm alias. The big gotcha is Qwen's 128k context window, so you need to chunk large jobs into per-file or per-directory slices. Works well when the task is boring and low-risk. Don't use it for anything that needs design judgment, debugging reasoning, or context from your conversation. Verify the output yourself since cheaper models make cheaper mistakes.
npx -y skills add thananon/9arm-skills --skill qwen-agent --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot