update-aegis
SolidUse when the user says `aegis:update`, asks to update or upgrade an installed Aegis method-pack, wants the latest Aegis version, or asks whether Aegis is current on this host.
Install
Quality Score: 89/100
Skill Content
Details
- Author
- GanyuanRan
- Repository
- GanyuanRan/Aegis
- Created
- 1 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
using-aegis
Use when starting a turn or checking Aegis skill routing.
aware-update
Use when the user asks about updating AWARE, checking for a new version of the `aware` CLI, "what's new", "is there an update", or invokes /aware-update. Checks installed version against npm + GitHub Releases, shows the changelog, asks before applying.
upkeepupdate
Update AI skills and package managers in one sweep. The v1.6 fast path collapses discovery, plan synthesis, apply orchestration, post-flight checks, and failure diagnosis into one shell script (`scripts/update.sh`) on macOS, Linux, AND WSL2. The skill is a thin two-turn wrapper: turn 1 builds the plan and renders the approval gate; turn 2 runs apply and renders the report. brew metadata is TTL-cached (1h default) so warm runs hit the gate in <5s. The failure-diagnoser LLM agent from v1.3 is now a deterministic pattern table (`scripts/diagnose.sh`) covering macOS and Linux failures. On Linux, user-scoped managers (language tools, snap, flatpak) are auto-applied; apt/dnf/pacman upgrades are surfaced as manual sudo steps (never run — upkeep never uses sudo). On WSL2, Windows package managers are audit-only. Enrichment (changelog summaries + project impact) is opt-in behind `--advisor`. Sub-modes: audit (no changes), skills (git-pull AI skills), packages (package managers only), all. Use when: "update upkeep", "u
update-skills
Check for and apply updates to locally installed skills from the kimgoetzke/coding-agent-configs GitHub repo. Use when user asks to update skills, sync skills, check for skill updates, or mentions updating their skills.
update-installed-skills
Use when syncing or updating previously installed skills to their latest version. Always dry-run updates before applying, and check for breaking changes.