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.
npx agentmods add skills/mick-gsk/drift/drift-dependency-updatenpx skills add mick-gsk/drift --skill drift-dependency-updategit clone --depth 1 https://github.com/mick-gsk/driftWrote 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/mick-gsk/drift/drift-dependency-update)<a href="https://agentmods.dev/skills/mick-gsk/drift/drift-dependency-update"><img src="https://agentmods.dev/badge/skills/mick-gsk/drift/drift-dependency-update.svg" alt="Measured on agentmods" 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.00096 | $0.01824 |
| Opus 5 | $0.00048 | $0.00912 |
| Sonnet 5 | $0.00019 | $0.00365 |
| Haiku 4.5 | $0.00010 | $0.00182 |
Grade A, and why
drift-dependency-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 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 — 176 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Drift Dependency Update
Workflow für alle Änderungen an pyproject.toml-Abhängigkeiten im Drift-Repo.
Deckt: neue Abhängigkeit hinzufügen, bestehende upgraden/einschränken, Abhängigkeit entfernen.
KRITISCH: pyproject.toml und uv.lock sind unlösbar gekoppelt. Beide Dateien müssen im selben Commit landen. Das Pre-Push-Gate 5 blockiert jeden Push, bei dem pyproject.toml geändert, uv.lock aber nicht committet wurde.
Wann verwenden
pyproject.toml-Abhängigkeit soll geändert, hinzugefügt oder entfernt werdenuv.locksoll mit aktuellen Constraints synchronisiert werden- Security-Patch für eine direkte oder transitive Abhängigkeit
- CI schlägt fehl mit „Lockfile not synchronized" oder ähnlichem
Technischer Kontext
Dependency-Gruppen in [project.optional-dependencies]:
| Gruppe | Zweck |
|---|---|
typescript |
tree-sitter, tree-sitter-typescript |
embeddings |
sentence-transformers, faiss-cpu, numpy |
markdown |
mistune |
mcp |
mcp[cli] |
watch |
watchfiles |
dev |
Alle Test- / Lint- / Release-Werkzeuge |
all |
Metagruppe, die alle einschließt |
Lokale Venv-Aktivierung (Windows):
.\.venv\Scripts\Activate.ps1
Wichtige uv-Befehle:
| Aufgabe | Befehl |
|---|---|
| Neue Abhängigkeit hinzufügen (schreibt auch pyproject.toml) | uv add <paket> |
| Abhängigkeit in optionale Gruppe hinzufügen | uv add --optional <gruppe> <paket> |
| Abhängigkeit entfernen | uv remove <paket> |
| Lockfile neu erzeugen (nach manuellem pyproject.toml-Edit) | uv lock |
| Einzelnes Paket im Lock upgraden | uv lock --upgrade-package <paket> |
| Alle Transitivs upgraden (innerhalb Constraints) | uv lock --upgrade |
| Devenv installieren/aktualisieren | uv sync --all-extras |
Schritt-für-Schritt-Workflow
Schritt 0 — Policy Gate
### Drift Policy Gate
- Trivialtask: JA
- Zulässig: JA → rein mechanisch, ohne Verhaltens-, Policy-, Architektur- oder Signaleffekt
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 · 176 lines · 96 tokens per session scan A 92d7ec101563
drift-dependency-update is a skill published in the GitHub repository mick-gsk/drift (15 stars, last pushed 1mo ago), licensed MIT. It adds 96 tokens to every session and 1,824 once invoked, about $0.0005 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-30.
Other skills, from other repositories
truecourse-hooks
Install, configure, or remove the TrueCourse pre-commit hook.
truecourse-list
List TrueCourse violations found in this repository.
code-quality-review
Run a maintainability and structure review focused on abstraction quality, branching complexity, file growth, canonical ownership, duplication, and refactoring opportunities. Use when the user asks for code quality review, maintainability review, 代码质量审查, 可维护性审查, or comments about whether the change stays easy to…
analytics
/analytics - Agent Usage Analytics.
feature
Full per-feature pipeline: implement → testloop → evaluator challenge → coder feedback → document → commit.
layer-check
Three-Layer Enforcement - Production Reality Gate.