plankton-code-quality

Run clang, ruff, and biome linters to format and fix code automatically.

3|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/rlagycks/oh-my-forge --skill plankton-code-quality-rlagycks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plankton-code-quality
Source: https://github.com/rlagycks/oh-my-forge/tree/main/skills/plankton-code-quality
Command: npx skills add https://github.com/rlagycks/oh-my-forge --skill plankton-code-quality-rlagycks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ruff, biome, shfmt, markdownlint-cli2, hadolint, taplo, jaq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of maintaining consistent code quality by automatically enforcing formatting and linting standards during development.

Core Features & Use Cases

  • Automated Formatting and Linting: Runs formatters and linters on every file edit to catch style violations promptly.
  • Deep Fixes with Claude: Uses Claude subprocesses to automatically fix complex violations based on violation severity tiers.
  • Use Case: Developers can save time by having their code automatically formatted and validated in real time, reducing manual code reviews and rework.

Quick Start

Use this Skill to automatically check and fix code quality issues whenever editing code files in your project directory.

Frequently Asked Questions about plankton-code-quality

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code formatting and linting during development?

Automated code formatting and linting enforces style standards by running linters like ruff and biome on every file edit, then uses Claude subprocesses to automatically fix complex violations.

Can I integrate automated linting with existing CI/CD pipelines?

Yes, automated linting integrates seamlessly with existing CI/CD pipelines and local workflows to uphold high code standards without disrupting your current development process.

Does this automated code fixing support multiple programming languages?

Multi-language support is provided by running specialized linters including ruff, biome, shfmt, hadolint, taplo, and markdownlint-cli2 across various file formats.

What is the best way to enforce real-time code quality standards?

Real-time code quality is enforced by running formatters and linters on every file edit to catch style violations promptly, reducing manual code reviews and rework.

How does Claude fix complex linting violations automatically?

Claude subprocesses automatically fix complex violations by categorizing issues into violation severity tiers and applying deep fixes based on those tiers.