By yegor256
A 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 toolchain
A single Claude Code skill that audits the style checkers and static analyzers already wired into a project — it does not bolt on a new toolchain and it does not edit a single configuration file; it reads every checker the maintainer already approved, compares the live settings against the strictest practical preset and against a list of extra rules that the default presets miss, and reports the gaps back to the user.
The bundle ships exactly one skill:
audit-quality-gates
— discover every configured checker, compare each
one against its strictest preset and against the
extra rules the skill defines, and deliver a
written report of gaps, weaknesses, and suggested
improvements.Suppose you work with Claude Code. You do not need to clone this repository — install the bundle as a plugin straight from GitHub. Inside a Claude Code session, run:
/plugin marketplace add https://github.com/yegor256/plugins
/plugin install purist@yegor256
The first command registers the yegor256/plugins marketplace,
which lists every plugin maintained under the yegor256 account;
the second installs the purist plugin from it,
which exposes the audit-quality-gates skill to your sessions
automatically.
To update later, run /plugin marketplace update yegor256;
to remove, run /plugin uninstall purist@yegor256.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimSkills for an AI critic that helps writing and proofreading texts: argument analysis, prose rewriting, plain-text formatting, and subtitle proofreading
A bundle of Claude Code skills that ship work already on disk: commit-changes-to-git stages only what the user named and writes one Conventional Commits message without pushing, and submit-a-pull-request pushes the current branch, opens a pull request with a short prose body explaining what changed and why, and pings the repository owner exactly once
A 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 one
Skills for an AI witness that ...
npx claudepluginhub yegor256/purist --plugin puristA growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques