What problem does it solve?
This Skill solves the problem of inconsistent code quality, delayed detection of formatting and linting issues, and AI agents bypassing quality rules by modifying linter configurations instead of fixing code, which leads to technical debt and unreliable codebases.
Core Features & Use Cases
- Write-time quality enforcement: Runs formatters and linters automatically every time a file is edited, catching issues immediately instead of waiting for commit-time checks.
- AI-powered auto-remediation: Spawns Claude subprocesses to fix complex violations that linters cannot resolve automatically, using tiered model routing to balance speed and accuracy.
- Config tamper protection: Blocks edits to linter configuration files and detects unauthorized changes at session end to prevent agents from disabling rules to pass checks.
Use case: A development team using AI coding assistants can use this Skill to ensure all code edits meet team quality standards without manual review, even when agents are generating or modifying code.
Quick Start
Use the plankton-code-quality skill to automatically enforce code formatting and linting rules on all files you edit in your current project.