Desired Behavior
There is no skill in the extensions registry for operating an Aeon instance. Aeon is an open-source framework that runs a user's own skills on a schedule in GitHub Actions; an agent working inside an Aeon repo currently has no in-registry guidance for it.
Add an aeon skill (operator playbook) in the same shape as the other integration skills here, so an agent can enable/schedule/edit skills, set the STRATEGY.md north star, and debug a skill that isn't firing, using the project's ./aeon CLI and gh.
Acceptance Criteria
Desired Behavior
There is no skill in the extensions registry for operating an Aeon instance. Aeon is an open-source framework that runs a user's own skills on a schedule in GitHub Actions; an agent working inside an Aeon repo currently has no in-registry guidance for it.
Add an
aeonskill (operator playbook) in the same shape as the other integration skills here, so an agent can enable/schedule/edit skills, set the STRATEGY.md north star, and debug a skill that isn't firing, using the project's./aeonCLI andgh.Acceptance Criteria
skills/aeon/shipsSKILL.md,README.md,.plugin/plugin.json, and the.claude-plugin/.codex-pluginvendor symlinks.marketplaces/openhands-extensions.jsonunder categoryintegrations, with nodefaultEnabled(opt-in only).skills/index.jsand the README catalog are regenerated deterministically (node scripts/build-skills-catalog.mjsyields no further diff).python scripts/sync_extensions.py --checkreports the extensions in sync.uv run --group test pytest tests/test_skills_have_readme.py tests/test_skills_catalog.py tests/test_skill_plugin_loading.py -qpasses.