·plankton-code-quality
</>

plankton-code-quality

Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks.

209Installs·36Trend·@affaan-m

Installation

$npx skills add https://github.com/affaan-m/everything-claude-code --skill plankton-code-quality

How to Install plankton-code-quality

Quickly install plankton-code-quality AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/affaan-m/everything-claude-code --skill plankton-code-quality
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: affaan-m/everything-claude-code.

SKILL.md

View raw

Integration reference for Plankton (credit: @alxfazio), a write-time code quality enforcement system for Claude Code. Plankton runs formatters and linters on every file edit via PostToolUse hooks, then spawns Claude subprocesses to fix violations the agent didn't catch.

Every time Claude Code edits or writes a file, Plankton's multilinter.sh PostToolUse hook runs:

| No violations | Nothing | 0 | | All fixed by subprocess | Nothing | 0 | | Violations remain after subprocess | [hook] N violation(s) remain | 2 | | Advisory (duplicates, old tooling) | [hook:advisory] ... | 0 |

Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks. Source: affaan-m/everything-claude-code.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill plankton-code-quality
Category
</>Dev Tools
Verified
First Seen
2026-03-04
Updated
2026-03-11

Browse more skills from affaan-m/everything-claude-code

Quick answers

What is plankton-code-quality?

Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks. Source: affaan-m/everything-claude-code.

How do I install plankton-code-quality?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/affaan-m/everything-claude-code --skill plankton-code-quality Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/affaan-m/everything-claude-code