Back to Discover

plugins

skill

yegor256

Claude Code marketplace of small, opinionated plugins by yegor256

View on GitHub
20 starsMITSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add yegor256/plugins

README

The Plugin Bazaar

License

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.

Rendered live from yegor256/plugins's GitHub README — not stored, always reflects the source repo.

5 Plugins

NameDescriptionCategorySource
criticSkills for an AI critic that helps writing and proofreading texts: argument analysis, prose rewriting, plain-text formatting, and subtitle proofreadingproductivityyegor256/critic
witnessSkills for an AI witness that reports the outcome of work done by other plugins, skills, and agents to a Telegram chatproductivityyegor256/witness
bugscribeA single skill that files one already-identified bug as a new GitHub issue: verifies the defect against the source code, checks the backlog for duplicates, posts a short report pointing to a file and line, and pings the repository owner exactly once — it reports a known finding rather than searching for oneproductivityyegor256/bugscribe
courierA single skill that submits the commits on the current local branch as a new GitHub pull request: pushes the branch to the remote, opens the pull request with a clear title and a short prose body that explains what changed and why, and pings the repository owner exactly once — it ships work that already exists rather than producing new commitsproductivityyegor256/courier
puristA single skill that hardens the style checkers and static analyzers already wired into a project: discovers every configuration in place, raises each tool to its strictest practical setting, and adds a list of custom rules on top — it cranks what is configured rather than introducing a new toolchainproductivityyegor256/purist

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.