Sparkleware

skill atlas ✦

every one of Aeon’s 193 first-party skills, searchable by what they do — with the load-bearing 15 lit up.

semantic search over the whole catalog, in your browser · no server · no api key ✦

core ✦ the load-bearing 15 that make an Aeon agent autonomous

Autoresearch

✦ corecore

Evolve a skill by generating variations, evaluating them, and updating the best version

$ ./add-skill aaronjmars/aeon autoresearchcopy

contributor-reward

✦ corecore

Closes the contributor flywheel — turns the weekly fork-contributor-leaderboard ranking into a tier-priced rewards plan, writes it into memory/distributions.yml, and hands off to distribute-tokens for the actual on-chain send

$ ./add-skill aaronjmars/aeon contributor-rewardcopy

Create Skill

✦ corecore

Generate a complete new skill from a one-line prompt and ship it as a PR

$ ./add-skill aaronjmars/aeon create-skillcopy

Deploy Prototype

✦ corecore

Generate a small app or tool and deploy it live to Vercel via API

$ ./add-skill aaronjmars/aeon deploy-prototypecopy

Distribute Tokens

✦ corecore

Send tokens to a list of contributors via Bankr Wallet API with per-recipient idempotency, two-phase resolve→execute, dry-run, and recovery from partial runs

$ ./add-skill aaronjmars/aeon distribute-tokenscopy

External Feature

✦ corecore

Proactively enhance watched repos — fix issues, add features, improve code

$ ./add-skill aaronjmars/aeon external-featurecopy

Feature

✦ corecore

Build a feature for every watched repo in one run — iterates the full repo list, picks one feature per repo from yesterday's repo-actions ideas first

$ ./add-skill aaronjmars/aeon featurecopy

Fleet Control

✦ corecore

Monitor managed Aeon instances — check health, dispatch skills, aggregate status

$ ./add-skill aaronjmars/aeon fleet-controlcopy

Fleet Scorecard

✦ corecore

Daily fleet-wide scorecard across this instance and every managed instance in memory/instances.json — runs, tokens (OpenRouter shape), est. cost, skills, and reliability, with day-over-day deltas and alerts

$ ./add-skill aaronjmars/aeon fleet-scorecardcopy

self-improve

✦ corecore

Improve the agent itself — better skills, prompts, workflows, and config based on recent performance

$ ./add-skill aaronjmars/aeon self-improvecopy

Skill Evals

✦ corecore

Validate skill outputs against assertions, diff vs prior eval to flag regressions, file issues for new failures, and queue concrete fixes

$ ./add-skill aaronjmars/aeon skill-evalscopy

Skill Health

✦ corecore

Audit skill metrics, file/resolve issues in memory/issues/, and notify on state change only

$ ./add-skill aaronjmars/aeon skill-healthcopy

Skill Repair

✦ corecore

Diagnose and fix failing or degraded skills automatically — systemic-first triage, per-category playbooks, verification plan

$ ./add-skill aaronjmars/aeon skill-repaircopy

Spawn Instance

✦ corecore

Clone this Aeon agent into a new GitHub repo — fork, configure skills, validate, register in fleet

$ ./add-skill aaronjmars/aeon spawn-instancecopy

Vuln Scanner

✦ corecore

Audit trending repos for real security vulnerabilities and disclose responsibly via PVR or dependency PRs

$ ./add-skill aaronjmars/aeon vuln-scannercopy