Skip to content

feat: add aeon operator-console plugin - #42

Open
aaronjmars wants to merge 1 commit into
Factory-AI:masterfrom
aaronjmars:aeon-listing
Open

feat: add aeon operator-console plugin#42
aaronjmars wants to merge 1 commit into
Factory-AI:masterfrom
aaronjmars:aeon-listing

Conversation

@aaronjmars

Copy link
Copy Markdown

Summary

Adds aeon, a single operator-console skill for setting up and running an Aeon agent instance from Droid.

Aeon is an autonomous agent framework that runs your own skills on a schedule in GitHub Actions. This plugin ships just the operator skill, so you can drive an instance from your coding agent: get started from scratch, turn skills on or off, schedule or reschedule what runs, edit what a skill does, debug a skill that will not fire, set the STRATEGY.md north star and soul/ voice, and mine past coding-agent chats into new scheduled skills.

I maintain Aeon (github.com/aeonfun); this is a first-party listing and the skill content is vendored from the upstream repo.

Changes

  • plugins/aeon/ - .factory-plugin/plugin.json, README.md, LICENSE (MIT), and the aeon skill (SKILL.md + references/ + a dependency-free mine-history script)
  • skills/aeon - symlink into the top-level skill index (git mode 120000)
  • .factory-plugin/marketplace.json and README.md - entry under the productivity category

Notes

  • Everything the skill does is plain gh + the instance's own ./aeon CLI, so it is not tied to one coding agent beyond where the skill file loads from. Script paths lead with ${DROID_PLUGIN_ROOT}.
  • No MCP server, droids, commands, or hooks - a single skill.

Validation

  • marketplace.json and plugin.json parse as valid JSON
  • Ran the check-skills.yml logic locally: the new aeon skill is correctly symlinked and accounted for. The workflow's current failure on master comes from a pre-existing broken skills/wiki symlink and is unrelated to this change.

Adds the aeon plugin: a single operator-console skill for setting up and
running an Aeon agent instance (aeonfun/aeon) from Droid. Enable or schedule
skills, wire secrets and channels, debug runs, set the strategy and voice, and
mine past coding-agent chats into scheduled skills.

- plugins/aeon with .factory-plugin/plugin.json, README, LICENSE (MIT), and the
  aeon skill (SKILL.md + references + mine-history script)
- skills/aeon symlink into the top-level index
- marketplace.json and README entries under the productivity category
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant