From 136e9bd275d2d4a8062b83a05e9b0c029fa56cc9 Mon Sep 17 00:00:00 2001 From: Rolando Bosch Date: Sat, 12 Sep 2026 17:53:15 -0400 Subject: [PATCH] docs: add LintLang Claude Code plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0670365..c5be5b1 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you - [debug-session](./plugins/debug-session) - [debugger](./plugins/debugger) - [double-check](./plugins/double-check) +- [LintLang](https://github.com/hermes-labs-ai/lintlang) - Deterministic, zero-LLM static analysis for agent instructions and tool descriptions, packaged as a Claude Code post-tool hook. - [optimize](./plugins/optimize) - [performance-benchmarker](./plugins/performance-benchmarker) - [refractor](./plugins/refractor)