thrunt-do
Route freeform text to the right hunt or THRUNT command automatically
适合你,如果你需要根据输入内容自动触发不同命令
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
~/.claude/skills/(项目级 .claude/skills/)~/.codex/skills/npx oh-my-skill add backbay-labs/thrunt-god/thrunt-docurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- backbay-labs/thrunt-god/thrunt-donpx oh-my-skill verify backbay-labs/thrunt-god/thrunt-do怎么用
技能原文 SKILL.md
<objective> Analyze freeform natural language input and dispatch to the most appropriate hunt or THRUNT command.
Acts as a smart dispatcher — never does the work itself. Matches intent to the best command using routing rules, confirms the match, then hands off.
Use when you know what you want but don't know which /thrunt:* or /hunt:* command to run. </objective>
<execution_context> @.github/thrunt-god/workflows/do.md @.github/thrunt-god/references/ui-brand.md </execution_context>
<context> $ARGUMENTS </context>
<process> Execute the do workflow from @.github/thrunt-god/workflows/do.md end-to-end. Route user intent to the best hunt or THRUNT command and invoke it. </process>