update-turbo

update-turbo is a skill for Claude Code, Codex from tobihagemann/turbo. It costs 54 tokens per session (151 once invoked), scanned A, original, MIT.

A workflow for updating installed Turbo skills from a local repository. Turbo skills are reusable instructions that guide an agent through specific development tasks.

In plain words
What is it for?
Use it when upgrading, reinstalling, or refreshing Turbo skills.
Why use it?
It keeps installed skills aligned with the latest instructions and helps handle conflicts when local customisations exist.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when upgrading, reinstalling, or refreshing Turbo skills.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tobihagemann/turbo/update-turbo
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add tobihagemann/turbo --skill update-turbo
Clone the repo
git clone --depth 1 https://github.com/tobihagemann/turbo

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for update-turbo

README.md
[![agentmods](https://agentmods.dev/badge/skills/tobihagemann/turbo/update-turbo/github.svg)](https://agentmods.dev/skills/tobihagemann/turbo/update-turbo)
Your own site
<a href="https://agentmods.dev/skills/tobihagemann/turbo/update-turbo"><img src="https://agentmods.dev/badge/skills/tobihagemann/turbo/update-turbo/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for update-turbo

Your own site · 80×15
<a href="https://agentmods.dev/skills/tobihagemann/turbo/update-turbo"><img src="https://agentmods.dev/badge/skills/tobihagemann/turbo/update-turbo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 151 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00054 $0.00151
Opus 5 $0.00027 $0.00076
Sonnet 5 $0.00011 $0.00030
Haiku 4.5 $0.00005 $0.00015

Measured 8d ago against content hash cb798460ba13, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

update-turbo scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

claude/skills/update-turbo/SKILL.md · 22 lines

What it actually says

Update Turbo

Read the latest update instructions from the local repo and follow them.

Step 1: Read Instructions

Fetch origin, then read the latest UPDATE.md:

git -C ~/.turbo/repo fetch origin
git -C ~/.turbo/repo show origin/main:claude/UPDATE.md

Step 2: Follow Instructions

Follow the fetched UPDATE.md instructions from start to finish.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 22 lines · 54 tokens per session scan A cb798460ba13

Subscribe to this mod's changes

update-turbo is a skill published in the GitHub repository tobihagemann/turbo (402 stars, last pushed 2d ago), licensed MIT. It adds 54 tokens to every session and 151 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

my-adhd-caveman

Self-contained output mode: ADHD actable structure (action first, numbered steps, one next action, one-line progress) plus caveman diction (drop fluff/articles, fragments, fewer tokens). Use when the user says "adhd-caveman", "my-adhd-caveman", or invokes /my-adhd-caveman. Needs no other skills.

SteinsFu/my-adhd-caveman · 83 tokens

claudeshrink

Automatically compress large natural text or log files before processing. Trigger when the user pastes massive text blobs, or asks to analyze a large file (logs, docs, transcripts), or provides a prompt that is too large for the context window. DO NOT trigger on source code files or structural data (JSON, XML).

g-akshay/ClaudeShrink · 68 tokens

i-have-adhd

Shape output for a reader with ADHD: lead with the next action, number multi-step work, restate state across turns, suppress tangents, give specific time estimates, make wins visible. Invoke with /i-have-adhd; stays on until "stop adhd mode".

ayghri/i-have-adhd · 62 tokens

session-handoff-resume

Skill to save ultra-compact project checkpoints and seamlessly resume work across accounts or new chat sessions with minimum token consumption / Skill untuk menyimpan checkpoint proyek yang super ringkas dan melanjutkan pekerjaan secara efisien saat ganti akun/sesi tanpa boros token.

roedyrustam/vibes-plug · 59 tokens

token-saver

Skill to implement token saving scheme, concise, and focused on essential changes / Skill untuk menerapkan skema penghematan token, ringkas, dan fokus pada perubahan esensial tanpa basa-basi.

roedyrustam/vibes-plug · 45 tokens

project-context-mapper

Gives the agent a photographic memory of massive repositories. Forces the creation and maintenance of a highly compressed CONTEXTMAP.md to prevent context exhaustion and hallucination.

roedyrustam/vibes-plug · 37 tokens