Enforces real-time code quality through automated formatting, linting, and multi-tier AI repairs during every file edit.
Plankton Code Quality is a high-performance enforcement suite for Claude Code that implements a rigorous three-stage architecture for maintaining production-grade code. It automatically formats files, identifies linting violations, and leverages tiered model routing—spawning Haiku, Sonnet, or Opus subprocesses—to resolve complex issues based on their specific severity and type. By utilizing defensive hooks, it prevents the primary AI agent from tampering with linter configurations to bypass checks, while also enforcing modern package managers like uv and bun for a more secure and efficient development environment.
Key Features
01Broad multi-language support including Python, TypeScript, Shell, Docker, and Markdown.
02Tiered AI routing using Haiku for style, Sonnet for logic, and Opus for type systems.
03Three-phase enforcement: Auto-format, Collect Violations, and Delegate + Verify.
04Legacy package manager blocking to enforce modern toolchains like uv and bun.
05Defensive configuration protection to prevent AI from disabling linting rules.
061 GitHub stars
Use Cases
01Preventing AI agents from introducing technical debt or bypassing security linting rules.
02Ensuring consistent code style and architectural standards across large-scale polyglot repositories.
03Automating the remediation of complex type errors and logic violations during the coding process.