Claude Code marketplace listing every plugin maintained
under the yegor256 GitHub account.
Each plugin lives in its own repository; this repo is only the registry that ties them together under a single marketplace name.
Currently published plugins:
critic— skills for an AI critic that helps writing and proofreading texts.witness— skills for an AI witness that reports the outcome of work done by other plugins, skills, and agents to a Telegram chat.bugscribe— a single skill that reports an already-identified bug as a new GitHub issue, with a file/line pointer and a one-time ping to the repository owner.
To use any plugin from this marketplace inside Claude Code, add the marketplace once and then install plugins from it:
/plugin marketplace add yegor256/plugins
/plugin install critic@yegor256
/plugin install witness@yegor256
/plugin install bugscribe@yegor256
The first command registers this repository as a plugin marketplace
named yegor256;
the remaining commands install plugins from it.
Repeat the install command for every other plugin you want.
To update later, run /plugin marketplace update yegor256;
to remove a plugin, run /plugin uninstall <name>@yegor256.