Agent skill
Feature Builder
Build new features from GitHub issues or improve the agent
Install this agent skill to your Project
npx add-skill https://github.com/aaronjmars/aeon/tree/main/skills/feature
SKILL.md
${var} — Feature to build. If empty, picks from GitHub issues or memory.
If ${var} is set, build that feature instead of picking from issues.
Today is ${today}. Your task is to build a new feature for this repository.
Steps:
- Read
memory/MEMORY.mdfor context. - Check open GitHub issues labelled "ai-build" using
gh issue list --label ai-build. If there are none, check memory for planned features, or pick a reasonable improvement (e.g. a new skill, better prompts). - Read the relevant existing files to understand the codebase.
- Implement the feature. Write clean code.
- Create a branch, commit, and open a PR with a clear title and description.
- Update memory/MEMORY.md to record what was built.
- Log what you did to memory/logs/${today}.md.
- Send a notification via
./notify: "Feature built: [name] — PR: [url]"
Write complete, working code. No TODOs or placeholders.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Polymarket
Trending and top markets on Polymarket — volume, new markets, biggest movers
Daily Article
Research trending topics and write a publication-ready article
DeFi Monitor
Check pool health, positions, and yield rates for tracked protocols
Skill Evals
Evaluate skill output quality against assertion manifests — detects regressions before users notice
Monitor Polymarket
Monitor specific prediction markets for 24h price moves, volume changes, and fresh comments
Self Review
Weekly audit of what Aeon did, what failed, and what to improve
Didn't find tool you were looking for?