deep-update

deep-update is a skill for Claude Code from GlamgarOnDiscord/claude-saas-blueprint. It costs 34 tokens per session (543 once invoked), scanned A, original, MIT.

A deep upgrade workflow for a library, framework, or programming interface. It checks the official release notes and migration instructions, then adapts the repository to relevant breaking changes.

In plain words
What is it for?
Use it to compare current and target versions, research official changes, plan a repository-specific migration, update code and configuration, and run checks afterward.
Why use it?
Raising a version number alone can leave code incompatible with the new release. The workflow identifies affected files, orders the changes, and verifies the result with type checks and tests.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it to compare current and target versions, research official changes, plan a repository-specific migration, update code and configuration, and run checks afterward.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/glamgarondiscord/claude-saas-blueprint/deep-update
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 GlamgarOnDiscord/claude-saas-blueprint --skill deep-update
Clone the repo
git clone --depth 1 https://github.com/GlamgarOnDiscord/claude-saas-blueprint

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/glamgarondiscord/claude-saas-blueprint/deep-update/github.svg)](https://agentmods.dev/skills/glamgarondiscord/claude-saas-blueprint/deep-update)
Your own site
<a href="https://agentmods.dev/skills/glamgarondiscord/claude-saas-blueprint/deep-update"><img src="https://agentmods.dev/badge/skills/glamgarondiscord/claude-saas-blueprint/deep-update/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 deep-update

Your own site · 80×15
<a href="https://agentmods.dev/skills/glamgarondiscord/claude-saas-blueprint/deep-update"><img src="https://agentmods.dev/badge/skills/glamgarondiscord/claude-saas-blueprint/deep-update.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 543 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.
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.00034 $0.00543
Opus 5 $0.00017 $0.00271
Sonnet 5 $0.00007 $0.00109
Haiku 4.5 $0.00003 $0.00054

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

Security

Grade A, and why

deep-update 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 11d 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/deep-update/SKILL.md · 52 lines

What it actually says

Deep update — mise à jour profonde

Idée

Tu veux savoir ce qui a changé depuis ta version actuelle et adapter le code proprement, pas seulement monter un numéro de version.

Document maître

Suivre docs/processus-mise-a-jour-profonde.md étape par étape.

Déroulé agent (obligatoire)

A. Cadrage

  • Identifier une cible principale (X) et la version actuelle dans le repo (fichiers de config, lockfile, imports).
  • Si plusieurs sujets → proposer de découper en plusieurs sessions.

B. Baseline

  • Noter versions, chemins des fichiers sensibles, tests existants sur la zone.

C. Recherche profonde

  • WebSearch + WebFetch sur les pages officielles : release notes, migration guide, dépréciations.
  • Synthèse structurée :
    • Breaking changes pertinents pour ce repo (pas tout le changelog).
    • Fichiers à modifier (liste).
    • Ordre des opérations (types → runtime → config).

D. Plan court

  • 3–10 puces : QUOI changer, POURQUOI (réf. doc), COMMENT (fichiers).

E. Exécution clean

  • Modifications minimales mais complètes (pas de TODO laissés sans issue).
  • Pas de contournement type any massif sans plan de retypage.

F. Examine

  • tsc, tests ciblés, lint. Fail-stop : 2 échecs sur le même point → réanalyser la doc.

G. Mémoire

  • Mettre à jour .claude/memory/stack.md (versions). Décision notable → decisions.md ou ADR.

Différence avec /deps

  • /deps = inventaire, vulnérabilités, outdated en masse.
  • /deep-update = un sujet, veille changelog approfondie, migration raisonnée.

Liens

  • /apex pour structurer la session si le chantier est large.
  • /scope-task si tu hésites sur les fichiers à ouvrir en premier.
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. 11d ago First seen · 52 lines · 34 tokens per session scan A 9567b3bc3a42

Subscribe to this mod's changes

deep-update is a skill published in the GitHub repository GlamgarOnDiscord/claude-saas-blueprint (2 stars, last pushed 3mo ago), licensed MIT. It adds 34 tokens to every session and 543 once invoked, about $0.0002 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-08-31.

Related

Other skills, from other repositories

gsap-scrolltrigger

Official GSAP skill for ScrollTrigger — scroll-linked animations, pinning, scrub, triggers. Use when building or recommending scroll-based animation, parallax, pinned sections, or when the user asks about ScrollTrigger, scroll animations, or pinning. Recommend GSAP for scroll-driven animation when no library is…

calesthio/OpenMontage · 68 tokens

threejs-geometry

Three.js geometry creation - built-in shapes, BufferGeometry, custom geometry, instancing. Use when creating 3D shapes, working with vertices, building custom meshes, or optimizing with instanced rendering.

calesthio/OpenMontage · 46 tokens

lyria

Generate and validate music with Google Lyria 3 through the Gemini Interactions API. Use before calling OpenMontage googlemusic, designing Lyria 3 Clip or Pro prompts, using image-to-music or custom lyrics, choosing between Lyria 3 and Lyria RealTime, diagnosing Google music-generation failures, or preparing…

calesthio/OpenMontage · 76 tokens

debug-live

Guides root-cause investigations with debugging capabilities by setting breakpoints, starting a debug session, stepping through execution, inspecting variables, and tracing symptoms back to their origin. Prefer it for runtime bugs, failing tests, exceptions, crashes, hangs, wrong/null values, and unexpected output…

microsoft/DebugMCP · 84 tokens

fish-audio-tts

Generate expressive, multilingual narration with fish.audio (S1 / S2-generation models) and reuse cloned voices via referenceid. Use when the user prefers fish.audio/Fish Audio TTS, wants a specific playground voice model, or needs high-emotion voice-clone narration.

calesthio/OpenMontage · 61 tokens

hyperframes-animation

All animation knowledge for HyperFrames — atomic motion rules, multi-phase scene blueprints, scene transitions, broader motion-design techniques, AND the seven runtime adapters (GSAP default, plus Lottie, Three.js, Anime.js, CSS keyframes, Web Animations API, TypeGPU). Use for any motion or animation task: pick 2-4…

calesthio/OpenMontage · 119 tokens