About
~ a discovery surface for the Aeon agent ecosystem ~
Sparkleware is a public catalog of skill packs for the Aeon AI agent framework. Aeon ships with 121 built-in skills and accepts community packs via ./install-skill-pack <repo>. The problem: discovery is fragmented across GitHub topics, README mentions, and one-off threads.
Sparkleware fixes that — search, categories, install commands, quality signals (verified badge, star counts, freshness). Y2K aesthetic because tool directories shouldn't all look like enterprise SaaS.
Each pack is one JSON file at registry/packs/<author>/<name>.json in this monorepo. A JSON Schema validates every PR. The website builds nightly from these files via a static export; no database, no backend.
- Do you host the pack source?
- No — only metadata. Pack code lives in the maintainer's own GitHub repo;
./install-skill-packclones it. - How do I get my pack listed?
- Add the topic
aeon-skill-packto your repo (auto-discovery, ~24h), or open a PR with a JSON manifest (verified status, manual review). See /submit/. - What happens to abandoned packs?
- Packs whose source repo becomes unreachable for 30+ days are auto-archived (hidden from browse; detail page stays with a notice).
- Who maintains this?
- Currently a small team. Governance opens up as the registry grows — see CONTRIBUTING.md.
- Where can I report a broken pack?
- Open an issue with the “Broken pack” template at sparkleware/sparkleware/issues.
- What's the tech stack?
- Next.js 15 (static export), React 19, plain CSS — deployed to Vercel. Pagefind for client-side static search.
Built around Aeon by @aaronjmars. Aesthetic inspiration: Remilia Corporation, Milady NFT, Pokémon TCG holographic foil cards, late-1990s sticker sheets.
