ClaudeHack

#subagents

4 hacks

  1. 1.

    Add the words "use a workflow" to a prompt and Claude writes a JavaScript orchestration script that runs subagents in the background, keeping only the final answer in your context.

    0.00 points·14 hours ago·MCP / Agents·intermediate·discuss
  2. 2.

    Spin up a subagent for codebase search or verification so only the conclusion returns to your main context.

    0.00 points·14 hours ago·MCP / Agents·medium·discuss
  3. 3.

    A skill that checks a link or reformats a file does not need your session model. Set model, effort and context: fork in the frontmatter so cheap skills stay cheap.

    0.00 points·14 hours ago·MCP / Agents·intermediate·discuss
  4. 4.

    Define custom subagents with `isolation: worktree` so delegated edits happen on a temporary branch checkout.

    0.00 points·14 hours ago·MCP / Agents·medium·discuss