A catalog of agentic plugins for Claude Code and Codex, from belousov-petr. Add it once, then install any plugin below.
| Plugin | What it does |
|---|---|
| strata | Keeps a project's docs, decisions, issues, and layered memory in step with the code, under .strata/. |
Add the catalog once, then install the plugins you want. The examples use strata; swap
in any name from the table.
Claude Code
claude plugin marketplace add belousov-petr/marketplace
claude plugin install strata@belousov-petrCodex
codex plugin marketplace add belousov-petr/marketplace --ref main
codex plugin add strata@belousov-petrTip
Don't forget to turn on auto-updates. In Claude Code they are off until you switch them on: /plugin → Marketplaces → belousov-petr → enable auto-update. Codex updates on its own.
After that, new versions arrive without you doing anything:
- Claude Code: updates at startup; run
/reload-pluginsonce it does. - Codex: updates at startup; start a new thread to load it.
To update by hand: Claude claude plugin update <plugin>@belousov-petr, or Codex
codex plugin marketplace upgrade belousov-petr then a new thread.
Claude Code and Codex install plugins from this catalog, not from each plugin's own repo.
So a plugin's new version only reaches people after the catalog is updated to point at it.
That update is automatic: a GitHub Action refreshes the catalog whenever a plugin
publishes a release. It also runs on a schedule, and you can run it by hand from the
Actions tab. The workflow files under .github/workflows/ explain how it works.