moai-lang-clojure

Guide Clojure development with TDD, clj-kondo linting, and immutable data structures.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/junseokandylee/CookieProxy --skill moai-lang-clojure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-lang-clojure
Source: https://github.com/junseokandylee/CookieProxy/tree/main/.moai-backups/backup/.claude/skills/moai-lang-clojure
Command: npx skills add https://github.com/junseokandylee/CookieProxy --skill moai-lang-clojure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides expert guidance for developing robust and functional Clojure applications. It automates the adoption of best practices for testing, build management, and immutable data structures, ensuring your Clojure codebase is consistent, reliable, and easy to reason about, saving you from common functional programming errors.

Core Features & Use Cases

  • TDD with clojure.test: Guides through test-driven development using Clojure's built-in testing library and midje for BDD-style testing.
  • Immutable Data Structures: Provides expertise in persistent collections and pure functions for robust functional programming.
  • Code Quality with clj-kondo: Integrates clj-kondo for linting and cljfmt for code formatting.
  • Use Case: When you need to "Clojure 테스트 작성" (write Clojure tests) or apply "불변 데이터 구조" (immutable data structures), this skill offers the necessary guidance.

Quick Start

Ask to "Clojure 테스트 작성" for a new data transformation, and the skill will guide you through TDD with clojure.test.