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 400 stars 16 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.

400 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 today
aware-aeco
AI & Automation Listed

upkeepupdate

Update AI skills and package managers in one sweep. On macOS, the v1.5 fast path collapses discovery, plan synthesis, apply orchestration, post-flight checks, and failure diagnosis into one shell script (`scripts/update.sh`). 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`). Enrichment (changelog summaries + project impact) is opt-in behind `--advisor`. Linux & WSL2 still use the v1.0 sequential flow (port scheduled for v1.6). Sub-modes: audit (no changes), skills (git-pull AI skills), packages (package managers only), all. Use when: "update upkeep", "update my AI skills", "update everything", "check for updates", "upgrade my packages", "update all my tools", "is upkeep up to date", "self-update", "upgrade brew", "update skills".

0 Updated yesterday
KyleNesium
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,063 Updated 3 weeks ago
MoizIbnYousaf
AI & Automation Solid

update-skill

Thorough on-demand refresh of one skill in this repo. Researches kb/upstream/docs in parallel, gates twice for approval, bumps version, updates CHANGELOG, runs just check, commits and watches CI. Use to update, refresh, or check the freshness of a specific skill.

29 Updated 5 days ago
tenequm