Roadmap
Roadmap
What is, what’s next, what’s parked. Items move bottom-up — anything in 'shipping' was once 'next up'.
Shipping
live in production
CLI install command
`skills install <id>` writes manifest + skill.md to ./skills/<ns>/<name>/.
Domain verification
DNS TXT challenge promotes publishers from unverified → verified.
Hybrid search
0.45×vector + 0.35×FTS + 0.1×trust + 0.1×freshness ranker over pgvector.
Per-version trust tiers
Embedded + column, both kept consistent on publish.
Next up
actively in flight
Sigstore signing verification
Verify Rekor inclusion + cert identity before accepting a published artifact.
In-browser markdown editor on /publish
Tab toggle: upload skill.md or write it inline with live preview.
Visibility (public / private / draft)
Draft skills are saved but not searchable; private skills only return for the owner.
Skill management UX on /me
Per-row Edit / Make Draft / Delete actions with confirmation.
Agent + MCP-server entity types
Beyond just `skill` — first-class manifests for agents and MCP servers.
Per-skill agent cards
/.well-known/agents/<id>.json — A2A discovery for individual skills.
Later
scoped, not yet started
Async submission pipeline
pg-boss queue replaces inline /v1/submit. Status via polling or webhook.
Eval re-judge cron
Top-percent / hot-categories / monthly-full sweeps to keep scores fresh as judge models improve.
Freshness drift cron
Hourly source-URL re-check; flag skills whose declared sources have changed.
Ratings / votes
5-star + comment per signed-in publisher. Weighted toward authors with shipped skills.
Download counts
Aggregate from artifact requests, surface on skill detail and /me.
Admin dashboard
Triage flags, manually promote `verified` → `official`, browse failed submissions.
MCP server
Expose the registry as MCP tools so Claude Desktop / Cursor / Cline can install skills natively.
Not doing
explicitly out of scope
Hosted model inference
BYOK only. Amitte never proxies LLM calls. Saves cost, avoids vendor lock-in.
Closed-source skills
Every published artifact is publicly inspectable. License governs reuse, not visibility.
Complex pricing tiers
Free for both publishers and consumers, indefinitely. If we ever charge, it’ll be for hosting / SLA, never for access.
Roadmap items live in the GitHub issue tracker. Open one to suggest, prioritize, or challenge anything here.