Skip to main content
Back to registry

plankton-code-quality

affaan-m/everything-claude-code

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.

Installs332
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill plankton-code-quality
Security audits
Gen Agent Trust HubWARN
SocketPASS
SnykPASS
About this skill
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 multi_linter.sh PostToolUse hook runs: The main agent only sees issues the subprocess couldn't fix. Most quality problems are resolved transparently. LLMs will modify .ruff.toml or biome.json to disable rules rather than fix code. Plankton blocks this with three layers: A PreToolUse hook on Bash blocks legacy package managers: No install command, no plugin config. The hooks in .claude/settings.json are picked up automatically when you run Claude Code in the Plankton directory. To use Plankton hooks in your own project: If running both ECC and Plankton hooks: Plankton's .claude/hooks/config.json controls all behavior: Key settings: Set strict quality behavior: During quality enforcement, flag changes to config files in same iteration: If config is changed to suppress violations, require explicit review before merge.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does plankton-code-quality do?

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.

Is plankton-code-quality good?

plankton-code-quality does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does plankton-code-quality work with?

plankton-code-quality currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, amp, cline.

What are alternatives to plankton-code-quality?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install plankton-code-quality?

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

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering