-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the Agora wiki.
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.
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
agoraplugin itself, which gives you theagora:runskill). - Add a Plugin to Agora — for plugin authors who want their plugin indexed in the marketplace.
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.
- Repository — https://github.com/nitekeeper/agora
- README — https://github.com/nitekeeper/agora/blob/main/README.md
-
Push-based auto-bump walkthrough (
docs/automation.md) — https://github.com/nitekeeper/agora/blob/main/docs/automation.md
Wiki for github.com/nitekeeper/agora — a self-hosted, curated Claude Code plugin marketplace.