clj-kondo

Community

Automate Clojure linting, enforce code quality.

Authorhugoduncan
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill eliminates the slow, inconsistent, and error-prone nature of manual code review for Clojure, preventing technical debt and ensuring higher code quality.

Core Features & Use Cases

  • Automated Code Linting: Catches syntax errors, common mistakes, and enforces best practices across your Clojure codebase.
  • Custom Hooks: Define domain-specific linting rules to enforce unique project requirements and team conventions.
  • IDE & CI/CD Integration: Get real-time feedback in your editor and automate quality checks directly within your continuous integration pipeline.
  • Use Case: Automatically scan your entire Clojure codebase to identify unused bindings, unresolved symbols, and enforce team-specific naming conventions, ensuring consistent code quality across all pull requests.

Quick Start

Use the clj-kondo skill to lint all Clojure files in the 'src' and 'test' directories of my project.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: clj-kondo
Download link: https://github.com/hugoduncan/library-skills/archive/main.zip#clj-kondo

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository