From e89638e7baf240e583f4d4b7631868f6dce065b8 Mon Sep 17 00:00:00 2001 From: AlpYenigun Date: Sat, 28 Mar 2026 12:38:22 +0300 Subject: [PATCH] =?UTF-8?q?Add=20eliniscan=20=E2=80=94=20AI=20full=20codeb?= =?UTF-8?q?ase=20scanner=20(separate=20session=20per=20file)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40e324e..4a58793 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ Over 150 production-ready plugins that extend Claude Code with domain-specific c | [code-explainer](plugins/code-explainer/) | Explain complex code and annotate files with inline documentation | | [code-guardian](plugins/code-guardian/) | Automated code review, security scanning, and quality enforcement | | [code-review-assistant](plugins/code-review-assistant/) | Automated code review with severity levels and actionable feedback | +| [eliniscan](https://github.com/AlpYenigun/eliniscan) | AI full codebase scanner. Opens a separate Claude session for every file — reads every line, misses nothing. Finds bugs, security, performance issues and auto-fixes. | | [codebase-documenter](plugins/codebase-documenter/) | Auto-document entire codebase with inline comments and API docs | | [color-contrast](plugins/color-contrast/) | Color contrast checking and accessible color suggestions | | [commit-commands](plugins/commit-commands/) | Advanced commit workflows with smart staging and push automation |