
plugins
Claude Code marketplace of small, opinionated plugins by yegor256
Install with your AI
Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.
Install and set up plugins (git-clone project) into my current project. Found on https://claudeers.com/plugins Repo: https://github.com/yegor256/plugins Homepage/docs: — Detected install method: git-clone → git clone https://github.com/yegor256/plugins Category: plugins. Platforms: cli. Read the repo's README for exact setup and env vars, then install it and wire it into my project. Claudeers Health Verdict: unknown; community-verified: false. Confirm the source before running anything.
git clone https://github.com/yegor256/plugins
// compatibility
| Platforms | cli |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | MIT |
| Pricing | open-source |
| Language | — |
The Plugin Bazaar
A Claude Code marketplace of small, opinionated plugins maintained under
yegor256.
This repository lists 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.courier— a single skill that submits the commits on the current local branch as a new GitHub pull request, with a short prose explanation and a one-time ping to the repository owner.purist— a single skill that hardens the style checkers and static analyzers already wired into a project and adds a list of custom rules on top.
To use any plugin from this marketplace inside Claude Code, add the marketplace once and then install plugins from it:
/plugin marketplace add https://github.com/yegor256/plugins
/plugin install critic@yegor256
/plugin install witness@yegor256
/plugin install bugscribe@yegor256
/plugin install courier@yegor256
/plugin install purist@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
BTW, my system prompt is in the yegor256/prompt repository.
// faq
What is plugins?
Claude Code marketplace of small, opinionated plugins by yegor256. It is open-source on GitHub.
Is plugins free to use?
plugins is open-source under the MIT license, so it is free to use.
What category does plugins belong to?
plugins is listed under plugins in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/plugins)
// retro hit counter
[](https://claudeers.com/plugins)
// reviews
// guestbook
// related in Claude Plugins
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explainin…
"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/
financial-services — a Claude ecosystem project on GitHub.