update-deps skillA
update-deps is agent-read markdown (skill) from reidemeister94/development-skills: Update Python dependencies or pre-commit hooks while preserving the project's pin and configuration style..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Update dependencies For `.pre-commit-config.yaml` or hooks, run `pre-commit autoupdate`, confirm the revision-only diff, then run all configured hooks. If the command is unavailable, resolve official Git tags while preserving `v` prefixes and quoting. Otherwise, update Python dependencies to current PyPI releases while preserving each pin style. Use `$ARGUMENTS` or detect the stack: - `[project].dependencies` plus `uv.lock`: uv; - otherwise `requirements*.in`: compiled requirements; - both: uv, with a warning about stray `.in` files. Shared rules: - Preserve wildcard depth: `0.128.*` can become `0.130.*`, `4.*` stays `4.*`, and exact stays exact. - Skip comments and unversioned extras. - Report Git dependencies separately. Preserve their transport and exact-tag style unless the user changes it. - Show the diff, apply it on confirmation, then regenerate the lockfile. - A dependency bump does not authorize an entrypoint, process model, or runtime topology change. ## uv projects Update `[project].dependencies` and each selected `[dependency-groups]` list. Then run: ```bash uv lock --upgrade uv sync --locked ``` Run the configured tests, lint, and type checks. …
Read the whole file at its exact version.
How to install
mdr add reidemeister94/development-skills/update-deps@git:20260919.a9f7da5mdr add reidemeister94/development-skills/update-deps@sha256:45077073da2ca657Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_v32gomq756woxozl)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (1544 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
reidemeister94/development-skills · 12 stars · license MIT · pushed 2026-09-20 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_v32gomq756woxozl GET https://markdownregistry.com/api/v1/resolve?ref=reidemeister94/development-skills/update-deps GET https://markdownregistry.com/api/v1/blob/45077073da2ca657d294605dc592c18d4e24eb31fa21dbf52181d2e423a5ccfc
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from reidemeister94/development-skills
Every file in reidemeister94/development-skills