# Thrunt Do

> Route freeform text to the right hunt or THRUNT command automatically

- Skill: `3dcom2711/thrunt-do` (Agent Skill)
- Install (CLI): `npx skillmds@latest add 3dcom2711/thrunt-do`
- Raw SKILL.md: https://api.skillmd.com/api/skills/3dcom2711/thrunt-do/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: 3dcom2711 (https://skillmd.com/u/3dcom2711)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/3dcom2711/thrunt-do

---


<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>

