skills/deps/SKILL.md
Check Rust dependencies for updates and apply them
npx skillsauth add abix-/claude-blueprints skills/depsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Check all Endless Rust dependencies for available updates:
cargo outdated --root-deps-only --manifest-path /c/code/endless/rust/Cargo.toml 2>&1
Present results as a table with columns: Crate, Current, Compatible, Latest, Action Needed.
Categorize updates:
cargo updateFor breaking updates, check the crate's changelog or release notes on crates.io/GitHub to summarize what changed.
Ask the user which updates to apply before making changes.
For safe updates: run cargo update -p <crate> one at a time.
For breaking updates: edit Cargo.toml version, run k3sc cargo-lock check --manifest-path /c/code/endless/rust/Cargo.toml, fix any compile errors.
After all updates: run k3sc cargo-lock build --release --manifest-path /c/code/endless/rust/Cargo.toml to verify everything compiles.
tools
AutoHotkey v2 scripting standards for Windows automation, hotkeys, and game macros. Built from the official AHK v2 docs and the AHK community conventions. v1 reached EOL in March 2024.
data-ai
Analyze why Claude made its previous response -- trace reasoning to system prompt, CLAUDE.md, memory, skills, or context
tools
development
Build, test, and release Timberbot mod to GitHub and Steam Workshop