Agent skill
Build Skill
Design and build a new reusable skill
Install this agent skill to your Project
npx add-skill https://github.com/aaronjmars/aeon/tree/main/skills/build-skill
SKILL.md
${var} — What skill to build. If empty, picks from issues or capability gaps.
If ${var} is set, build that specific skill instead of auto-selecting.
Your task is to design and build a new reusable skill.
Steps
-
Decide what to build. Check open issues (
gh issue list) and memory/MEMORY.md for ideas. Pick the most useful one, or reason about what capability gap exists. -
Research. Search the web or fetch documentation for any APIs or patterns needed.
-
Design the skill. Define:
- Name and description
- What it does step by step
- What environment variables it needs
-
Write a skill file. Create a new
.mdfile inskills/with:- Frontmatter (name, description, schedule, commits, permissions)
- A clear prompt describing the task steps
- Documentation of required env vars
-
Update memory. Record what skill was built and when.
-
Send a notification via
./notifywith what was built and what it does.
Guidelines
- Keep skills focused — one skill, one job.
- Include clear step-by-step instructions in the prompt.
- Document any required environment variables.
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?