Add aeon skill - #30
Open
aaronjmars wants to merge 1 commit into
Open
Conversation
Aeon is an autonomous agent framework that runs your own skills on a schedule in GitHub Actions. This skill is the operator console for setting up, scheduling, editing, and debugging an Aeon instance. Source: https://github.com/aeonfun/aeon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an
aeonskill under.agents/skills/aeon/.Aeon is an open-source autonomous agent framework that runs your own skills on a schedule in GitHub Actions, in a repo you own. This skill is the operator console for it: set up an instance, choose what runs, reschedule, edit or debug skills, and turn repeated manual work into scheduled ones.
I reformatted it to the oz-skills spec:
namematches the directory (aeon), kebab-casedescription(imperative verb, thenUse when...)license: MIT, single Title Case H1When to Use/Setup/Workflow/Gotchas/ExamplessectionsIt points at the canonical repo, https://github.com/aeonfun/aeon, for the full operator guide and the
./aeonCLI. Happy to adjust anything to fit your conventions.