CLAUDE.md Additions banner
tobihagemann tobihagemann

CLAUDE.md Additions

Development community intermediate

Description

Turbo-recommended additions for `~/.claude/CLAUDE.md`. Managed during [setup](SETUP.md) and [`/update-turbo`](UPDATE.md). Each `##` section below maps to a `#` section in `~/.claude/CLAUDE.md`.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for tobihagemann/turbo, shared by 3 entries in this directory. It describes the repository, not this entry specifically.

CLAUDE.md Additions

Turbo-recommended additions for `~/.claude/CLAUDE.md`. Managed during [setup](SETUP.md) and [`/update-turbo`](UPDATE.md).

Each `##` section below maps to a `#` section in `~/.claude/CLAUDE.md`.

Skill Loading

  • Always use the Skill tool to invoke skills — never substitute by executing steps from memory, even if the skill was loaded earlier in this conversation, including skills invoked by other skills or by themselves
  • "Already running" only means don't call a skill in the same turn where its tag already appeared
  • Never skip a skill invocation due to context window concerns. Context is not your problem to manage — the system handles it. Skipping a skill to "save context" removes the value the skill provides and is always the wrong trade-off.
  • After following a skill's instructions to completion, always check your task list for remaining tasks before responding. Child skills may have their own task tracking, and completing all of a child's tasks does not mean the parent workflow is done.