clj-kondo-3color

Lint Clojure code with clj-kondo and classify diagnostics using Gay.jl 3-color.

60|13|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/plurigrid/asi --skill clj-kondo-3color
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clj-kondo-3color
Source: https://github.com/plurigrid/asi/tree/main/skills/clj-kondo-3color
Command: npx skills add https://github.com/plurigrid/asi --skill clj-kondo-3color

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Integrates Gay.jl color streams into clj-kondo lint results for deterministic coloring.

Core Features & Use Cases

  • Diagnostic Trit Mapping: map lint levels to GF(3) trits.
  • Parallel Linting: for speed and scalability.
  • Safety Hooks: ASI safety integration for Plurigrid.

Quick Start

Configure .clj-kondo/config.edn to enable gay colors and run the linter.

Frequently Asked Questions about clj-kondo-3color

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

FAQPage Schema
How do I lint Clojure code with deterministic color output?

Lint Clojure code using clj-kondo integrated with Gay.jl 3-color to apply deterministic color classification to diagnostic findings. Configure .clj-kondo/config.edn to enable gay colors, then run the linter to get color-coded results across all lint findings.

What are GF(3) trits and how do they map to lint diagnostics?

GF(3) trits are three-valued logic elements from finite field mathematics. This Skill maps clj-kondo lint levels to GF(3) trits, enabling deterministic color palettes that classify and report diagnostics consistently across parallel linting runs.

Can I run parallel linting on large Clojure projects?

Yes. This Skill implements SPI-compliant parallel linting for speed and scalability across large Clojure codebases, combining clj-kondo's static analysis with deterministic Gay.jl color streams to maintain consistent diagnostic output under concurrent processing.

Does this Skill integrate with Plurigrid safety systems?

Yes. The Skill implements Plurigrid ASI safety hooks alongside GF(3) conservation rules, enabling lint diagnostics to align with Plurigrid's autonomous systems safety framework for Clojure projects.

How do I configure deterministic colors for lint results in clj-kondo?

Add gay color configuration to .clj-kondo/config.edn to enable deterministic color feedback. The Skill applies GF(3)-based color mapping to lint findings, ensuring consistent visual classification of diagnostics across all linting runs.