# ktg-plugin-marketplace (catalog) Catalog repository for the ktg-plugin-marketplace. After the polyrepo migration this repo hosts only the marketplace manifest and the catalog-level docs; every plugin and the shared design-system live in their own Forgejo repositories under `https://git.fromaitochitta.com/open/`. ## What lives here - `.claude-plugin/marketplace.json` — the marketplace manifest (plugin entries point at external repos) - `README.md` — the landing/catalog page - `CONVENTIONS.md` — marketplace-wide conventions inherited by every plugin repo - `GOVERNANCE.md` — governance + fork-and-own model - `.mailmap`, `.gitleaks.toml`, `.gitleaksignore` — shared git-hygiene baselines ## Catalog maintenance - Marketplace conventions: see CONVENTIONS.md. - Adding/updating a plugin entry: edit `.claude-plugin/marketplace.json` (external `source: "url"` with a pinned `ref`) and re-state the plugin in README.md with its verified version. - Plugin source, issues, and releases live in each plugin's own repository — not here.