update-aegis

Solid

Use 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.

AI & Automation 416 stars 18 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
87
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Update Aegis Update the installed Aegis Method Pack for the current AI coding host. This skill is host maintenance. Do not edit the target project just because the user asked to update Aegis. ## Default Semantics - `aegis:update` updates the current host's registered Aegis installation. - Updating every registered host requires an explicit `--all` request. - If more than one host is registered and the current host cannot be identified, ask one concrete question before updating. - Do not update a development checkout when the installed method-pack root is a separate path. - Do not perform background automatic updates. The local registry may record `updateMode`, but this skill only performs explicit user-triggered updates. ## Evidence First From the installed method-pack root, inspect the host-scoped registry: ```bash python scripts/aegis-update.py status --json ``` If the registry is missing, register the current host before updating. Use the host's install guide and actual discovery path rather than guessing. Codex example: ```bash python scripts/aegis-update.py register \ --host codex \ --sync-mode junction \ --discovery-root ~/.agents/skills/aegis \ --reload-hint "restart Codex" ``` Copy-based host example: ```bash python scripts/aegis-update.py register \ --host codebuddy \ --sync-mode copy-skills \ --discovery-root ~/.codebuddy/skills \ --reload-hint "restart CodeBuddy" ``` Plugin-managed hosts can be registered, but the updater report...

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

AI & Automation Solid

using-aegis

Use when starting a turn or checking Aegis skill routing.

416 Updated today
GanyuanRan
AI & Automation Listed

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.

0 Updated yesterday
aware-aeco
AI & Automation Listed

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

0 Updated today
KyleNesium
AI & Automation Listed

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.

2 Updated today
kimgoetzke
AI & Automation Solid

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.

1,065 Updated 3 weeks ago
MoizIbnYousaf