An open-source platform for distributing, discovering, and curating AI agent plugins and skills.
OpenForge lets teams manage a trusted internal catalogue of AI agent plugins, with community features (voting, discussion, install tracking) layered on top of git-backed storage.
- The Forge — Browse, search, vote, discuss, and curate plugins and skills.
- CLI (
uvx openforge) — Install plugins and skills across 51 AI agents from a single command. Drop-in superset of skills.sh.
The canonical plugin format is Claude Code's .claude-plugin/ structure. The CLI adapts plugins for installation across all major AI agents.
Early development. See docs/plans/ for design documents:
- PRD — full product requirements
- Architecture Design — system architecture
- Phase 1 CLI MVP Design — first implementation target
| Component | Technology |
|---|---|
| The Forge | Bun + Hono + HTMX + Tailwind |
| Database | Supabase (Postgres + RLS) |
| ORM | Drizzle |
| Auth | Supabase Auth |
| CLI | Python + Typer |
| CLI distribution | PyPI (openforge), installed via uvx openforge |
| Plugin storage | Git repos |
| Hosting | Railway + Supabase |
Apache 2.0 — see LICENSE.