Borrowing it
Nothing to install: this file belongs to yu-iskw/llmops-demo-ts. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/yu-iskw/llmops-demo-ts/main/.claude/skills/bump-dependencies/SKILL.mdgit clone --depth 1 https://github.com/yu-iskw/llmops-demo-tsWrote 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.
[](https://agentmods.dev/skills/yu-iskw/llmops-demo-ts/bump-dependencies)<a href="https://agentmods.dev/skills/yu-iskw/llmops-demo-ts/bump-dependencies"><img src="https://agentmods.dev/badge/skills/yu-iskw/llmops-demo-ts/bump-dependencies/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.
<a href="https://agentmods.dev/skills/yu-iskw/llmops-demo-ts/bump-dependencies"><img src="https://agentmods.dev/badge/skills/yu-iskw/llmops-demo-ts/bump-dependencies.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00056 | $0.01982 |
| Opus 5 | $0.00028 | $0.00991 |
| Sonnet 5 | $0.00011 | $0.00396 |
| Haiku 4.5 | $0.00006 | $0.00198 |
Grade A, and why
bump-dependencies 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 164 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Bump dependencies
Apply the following scope and intent:
$ARGUMENTS
Monorepo conventions
- Use pnpm from the repository root unless you are only running
npm-check-updatesinside a package directory; then return to the root forpnpm install. - After any change to a workspace or root
package.json, runpnpm installat the root sopnpm-lock.yamlstays consistent.
Workspace packages and manifests
| Directory | pnpm --filter name |
Manifest |
|---|---|---|
packages/common |
@llmops-demo/common |
packages/common/package.json |
packages/agents |
@llmops-demo-ts/agents |
packages/agents/package.json |
packages/backend |
@llmops-demo-ts/backend |
packages/backend/package.json |
packages/frontend |
@llmops-demo-ts/frontend |
packages/frontend/package.json |
| (root) | — | package.json |
Why pnpm up -r -L may not change package.json
Caret ranges (^x.y.z) often already allow the latest compatible release. pnpm can update the lockfile without rewriting package.json. To raise declared versions in a manifest, use targeted pnpm add, npm-check-updates, or manual edits plus root pnpm install.
Commands by package
@llmops-demo/common
pnpm --filter @llmops-demo/common add @langchain/core@latest @google/genai@latest
pnpm --filter @llmops-demo/common add -D jest@latest
cd packages/common && npx npm-check-updates -u
cd ../.. && pnpm install
cd packages/common && npx npm-check-updates -u -f '/@langchain/'
cd ../.. && pnpm install
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.
- 6d ago First seen · 164 lines · 56 tokens per session scan A a287b5a900ac
bump-dependencies is a skill published in the GitHub repository yu-iskw/llmops-demo-ts (6 stars, last pushed 10d ago), licensed Apache-2.0. It adds 56 tokens to every session and 1,982 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-04.
Other skills, from other repositories
using-superpowers
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions.
agent-builder
Build production-ready LLM agents with LangGraph, tool use, memory, streaming, and error handling. Use when designing or implementing an AI agent, multi-agent system, or agentic workflow.
skill-creator
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
karpathy
Coding principles for simplicity, clarity, and surgical precision. Use when you want Claude to think before coding, keep solutions minimal, make surgical changes, and define verifiable success criteria. Triggers on: karpathy mode, think before coding, simplicity first, surgical changes.
blog_creator
A writing aid for creating technical blog posts that explain software and other technical subjects in accessible language.
modern_poetry
A writing aid for creating modern poetry with imagery, metaphor, rhythm, and reflective ideas.