ds-deps

ds-deps is a skill for Claude Code, Codex from sungurerdim/dev-skills. It costs 52 tokens per session (5,550 once invoked), scanned A, original, MIT.

A workflow for updating the external packages a project depends on. It separates small, lower-risk updates from major updates that may require code changes, and records migration and rollback information for the latter.

In plain words
What is it for?
Use it to upgrade dependencies, find obsolete packages, respond to security advisories, and revive a project whose packages have fallen behind.
Why use it?
It makes outdated or vulnerable packages easier to update without treating every upgrade as equally risky or losing track of how to undo a change.

Skill for Claude CodeCodex

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

Good fit Use it to upgrade dependencies, find obsolete packages, respond to security advisories, and revive a project whose packages have fallen behind.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sungurerdim/dev-skills/ds-deps
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 sungurerdim/dev-skills --skill ds-deps
Clone the repo
git clone --depth 1 https://github.com/sungurerdim/dev-skills

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 ds-deps

README.md
[![agentmods](https://agentmods.dev/badge/skills/sungurerdim/dev-skills/ds-deps.svg)](https://agentmods.dev/skills/sungurerdim/dev-skills/ds-deps)
Your own site
<a href="https://agentmods.dev/skills/sungurerdim/dev-skills/ds-deps"><img src="https://agentmods.dev/badge/skills/sungurerdim/dev-skills/ds-deps.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,550 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.00052 $0.05550
Opus 5 $0.00026 $0.02775
Sonnet 5 $0.00010 $0.01110
Haiku 4.5 $0.00005 $0.00555

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

Security

Grade A, and why

ds-deps 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 5d 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.

ds-deps/SKILL.md · 251 lines

How it starts

The opening of the file, as written. The whole thing — 251 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/ds-deps

Dormant projects rot dependencies: security advisories accumulate, majors pile up, minors become major deltas. Manual upgrade is slow and error-prone; skipping it multiplies later migration cost.

Dependency Upgrade Loop — classify each dep as safe-patch / safe-minor / review-major, apply safe groups with per-group commits, surface majors with migration notes + rollback plan.

Completion Evidence — applies to every phase: Report done/OK only with the machine-checkable evidence the gates name — the exact command run and its observed output (or file:line diff). Missing evidence → report INCOMPLETE plus what is missing. Self-assessment is never evidence. (This band repeats at file end by design — both copies are normative.)

Triggers

  • User runs /ds-deps
  • User asks to upgrade dependencies, check for outdated libs, "is anything obsolete"
  • User says "bring this project back to life" on a dormant repo
  • After npm audit / pip-audit / cargo audit surfaces advisories

Triggers — INVOKE / DON'T INVOKE

INVOKE DON'T INVOKE
"upgrade my dependencies", "is anything outdated" "audit code quality" (→ ds-review)
"security advisory upgrade" (npm/pip/cargo audit triage) "audit full CI pipeline" (→ ds-devops)
"bring this dormant project back" (dep angle) "what new dependencies should I add" (→ ds-research)
"classify deps as patch/minor/major" "review my package.json for design" (→ ds-backend)

Contract

Dimensions: C4, D9 (semver) Framework alignment (advisory): OWASP SAMM Supply Chain Security (C4), SLSA v1.2 (provenance/attestation verification — Source Track added Nov 2025), Semantic Versioning (D9).

  • Standalone; uses ds/audit/findings.md (stack, deps scopes) when fresh (git_hash == HEAD AND current run-cycle), own audit otherwise.
  • State-exempt: per-group commits are git checkpoints; re-run continues from remaining groups.
  • Full accounting enforced: every finding and planned check ends in an explicit disposition (fixed / skipped + reason / only you can do); summary totals balance.
  • Pre-existing / out-of-scope errors detected during work are NOT skipped — fixed inline or escalated with concrete blocker.
  • Test gate between upgrade and commit is non-negotiable. Test fail → revert batch.
  • Category A: safe-patch + safe-minor (no breaking changelog) → autonomous. Category B: every major, every upgrade with breaking notes, every removal → batched approval.
  • One commit per group (/ds-commit when present, else committed inline). Never a single mega-commit; never leave an approved group uncommitted.
  • Lockfile is SSOT — every persisted upgrade carries a lockfile delta.

Read the full file on GitHub · 251 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago Changed · -24 lines a559e393adce
  2. 8d ago First seen · 275 lines · 52 tokens per session scan A bcb1e119cced

Subscribe to this mod's changes

ds-deps is a skill published in the GitHub repository sungurerdim/dev-skills (1 stars, last pushed 3d ago), licensed MIT. It adds 52 tokens to every session and 5,550 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-08-31.

Related

Other skills, from other repositories

ring:committing-changes

Commit changes with scope allowlist enforcement, atomic grouping, GPG-signed conventional commits, and trailer management. Detects the repo's PR-validation scope policy before proposing any message. Use when the user asks to commit or has changes ready to record. Skip when the working tree is clean or the user wants…

LerianStudio/ring · 74 tokens

ring:opening-pull-requests

Open a GitHub Pull Request with automatic base branch detection, scope allowlist enforcement, PR template filling, and post-create base verification. Replaces ring:generating-pr-descriptions. Use after pushing a branch when ready to open a PR. Skip if the branch is not yet pushed or there are uncommitted changes …

LerianStudio/ring · 83 tokens

ring:shipping-changes

End-to-end git orchestrator: branch → commit → push → PR, with a full plan presented before any execution. Detects base branch and scope allowlist once and propagates to all phases. Use when ready to ship a complete unit of work. Skip if only one phase is needed: commit-only → ring:committing-changes, PR-only →…

LerianStudio/ring · 86 tokens

ring:generating-pr-descriptions

Generating pull request descriptions from git branch changes with automatic title generation, change-type detection, and smart analysis. Uses branch-only scope to avoid full history analysis. Use when preparing a PR for review. Skip when the PR is a single trivial commit or description already exists.

LerianStudio/ring · 61 tokens

ring:generating-release-guides

Generating an internal Operations-facing update/migration guide from the git diff between two refs, documenting per-change client impact, deploy ordering, monitoring, and rollback notes in English, pt-br, or both. Use when preparing a version release or recording what changed for the Ops team. Runs read-only by…

LerianStudio/ring · 85 tokens

ring:cleaning-comments

Cleaning redundant and obvious comments following clean code principles while preserving meaningful documentation. Supports git scope filtering (staged, unstaged, branch, commit-range). Use when code has excessive comments, during code review, or post-refactor cleanup. Skip when reviewing documentation files or…

LerianStudio/ring · 64 tokens