Skip to content
nitekeeper edited this page Jun 24, 2026 · 2 revisions

Home

Welcome to the Agora wiki.

What is Agora?

Agora is a self-hosted, curated Claude Code plugin marketplace — a registry layer over Claude Code's native marketplace mechanism. Each plugin lives in its own GitHub repository with semver release tags; Agora holds a single source-of-truth index, plugins.json (at the repo root), and compiles it into the .claude-plugin/marketplace.json artifact that Claude Code reads. The compiled artifact is committed and tracked, so a fresh clone already has it. Agora is a pure indexer: plugin repos own their own code, their plugin.json, and their release tags — Agora never edits an indexed plugin. You interact with Agora through exactly one Claude Code skill, agora:run, and describe what you want in natural language; it routes your intent to one of eight internal operations.

Pick your path

Two short guides cover the two most common journeys:

  • Register Agora in Claude Code — for consumers who want to use plugins from Agora. Add the Agora marketplace and install plugins (including the agora plugin itself, which gives you the agora:run skill).
  • Add a Plugin to Agora — for plugin authors who want their plugin indexed in the marketplace.

Three audiences

Agora serves three distinct audiences:

  • Consumer — you want to browse and install plugins from Agora. Start with Register Agora in Claude Code.
  • Plugin author — you maintain a plugin and want it indexed. Start with Add a Plugin to Agora.
  • Agora contributor — you want to work on Agora's own tooling, scripts, and CI. Head to the repository README, which covers the contributor setup and test workflow.

Useful links

Clone this wiki locally