deadcoast/hunt-tools icon
public
Published on 3/30/2025
Hunt Tools

huntTools

Prompts
Hunt Tools
hunt @"toolname"
<!-- Utility Tools -->
<assistant>
    <tool name="@STEP" value="string" description="Reference specific functions or classes from throughout your project"/>
    <tool name="@code" value="should+read_entire_file" type="boolean" default="true" description="Reference specific functions or classes from throughout your project"/>
    <tool name="@full" value="target_file" description="Reference specific functions or classes from throughout your project"/>
    <tool name="@docs" value="target_documentation" description="Reference the contents from any documentation site"/>
    <tool name="@problems" value="target_problems" description="Get Problems from the current file"/>
    <tool name="@codebase" value="target_codebase" description="Reference the most relevant snippets from your codebase"/>
    <tool name="@repo-map" value="target_repo-map" description="Reference the outline of your codebase"/>
    <tool name="@scratchpad" value="update_scratchpad" description="Reference the tasklist for the next task / Update the tasklist with a completed task"/>
    <tool name="@folder" value="target_directory" description="Uses the same retrieval mechanism as codebase, but only on a single folder"/>
    <tool name="@file" value="target_file" description="Reference any file in your current workspace"/>
    <tool name="@currentFile" value="target_currentFile" description="Reference the currently open file"/>
</assistant>