update-aegis
FeaturedUse 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 1,179 stars
52 forks Updated yesterday MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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.
If `~/.config/aegis/config.toml` already declares `method_pack_root`, prefer
that canonical root when registering additional hosts. Host-specific discovery
paths, copied skill directories, plugin caches, or adapter payloads should be
treated as generated / host-managed views into the same Aegis body, not as
separate editable checkouts.
Codex example:
```bash
python scripts/aegis-update.py register \
--host codex \
--sync-mode junction \
--discove...
Details
- Author
- GanyuanRan
- Repository
- GanyuanRan/Aegis
- Created
- 4 months ago
- Last Updated
- yesterday
- Language
- Python
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
using-aegis
Use when starting a turn or checking Aegis skill routing.
1,179 Updated yesterday
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.
6 Updated today
aware-aeco AI & Automation Listed
gaai-ossupdate
Update or redeploy the local GAAI OSS framework and Codex adapter without invoking GAAI Cloud behavior.
160 Updated today
Fr-e-d