plankton-code-quality - Write-time code quality enforcement with auto-fix hooks
Executes formatters, linters, and Claude subprocesses to enforce code quality and fix violations on file edits.
Tags
Updated: 2026-09-19Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Auto-format edited files
- Collect unfixable lint violations
- Delegate fixes to subprocesses
- Prevent linter config modifications
- Block legacy package manager usage
- Verify fixes before completion
Inputs
- Edited source code files
- Linter configuration files
- Plankton hook configuration
Outputs
- Formatted and corrected source files
- Violation status summary messages
- Hook exit codes
Requirements
- Claude Code runtime environment
- Core utilities jaq, ruff, and uv
- Language-specific linter tools
