Submit a pack
two paths — pick whichever fits
✦ path A — auto-discovery ✦
Add the GitHub topic aeon-skill-pack to your repo. A daily crawler picks it up within 24 hours. Pack appears with the auto-indexed badge. Easiest path, no PR required.
✦ path B — verified submission ✦ wizard ✦
Fill in the form below, watch the manifest build live, then click to open a pre-filled PR on GitHub. CI validates the schema; a maintainer reviews within ~3 business days. On merge, your pack gets the verified ✦ badge.
skills
#1
✦ live manifest preview ✦
{
"name": "your-pack-name",
"author": "your-handle",
"repo": "your-handle/your-pack-name",
"description": "short description (10-280 chars)",
"category": "research",
"version": "0.1.0",
"skills_count": 0,
"install_command": "./install-skill-pack your-handle/your-pack-name",
"submitted_at": "2026-05-26T17:58:51.796Z",
"license": "MIT"
}fix before submitting:
open pre-filled PR on github →- pack name is required
- github handle is required
- description must be at least 10 characters
Opens GitHub's “new file” editor with your manifest pre-populated. You fork on submit, CI runs schema validation, a maintainer reviews.
Full submission guide: registry/CONTRIBUTING.md
