skills/system-upgrade/SKILL.md
Adapt agents, skills, and hooks when external changes ship.
npx skillsauth add notque/claude-code-toolkit system-upgradeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Entry point for the System Upgrade Pipeline.
/do upgrade the system — claude just shipped [feature]
/do system upgrade — I'm now working with [new domain]
/do apply retro learnings to upgrade the system
6-Phase Pipeline:
~/.claude, create PR| Type | When | Input | |------|------|-------| | claude-release | Claude Code ships new version | "Claude added Notification hook event" | | goal-change | Your workflow/focus shifts | "I'm now working with Rust" | | retro-driven | Retro learnings ready to embed | "Apply retro" or "/retro graduate" output |
Phase 3 always gates on your approval. The pipeline shows you a ranked table of proposed changes with effort estimates before touching any files. You can approve all, pick specific items, or stop.
/do upgrade the system — Claude Code shipped structured output support for tools
/do system upgrade — I want to add Rust support to the agent system
/do apply retro learnings to upgrade the system
/do claude update — new hook event Notification was added
tools
Shell configuration: Fish and Zsh setup, PATH, completions, plugins.
tools
Kubernetes operations: debugging, security, RBAC, and infrastructure tooling.
development
Swift development: concurrency patterns, async/await, actors, testing with XCTest and Swift Testing framework.
development
PHP development: code quality, PSR standards, testing with PHPUnit.