clojure-write

Guide Clojure and ClojureScript development using REPL-driven workflows and conventions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dgparent/Second-Brain-Foundation --skill clojure-write-dgparent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clojure-write
Source: https://github.com/dgparent/Second-Brain-Foundation/tree/main/infra/analytics/metabase/.claude/skills/clojure-write
Command: npx skills add https://github.com/dgparent/Second-Brain-Foundation --skill clojure-write-dgparent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides Clojure/ClojureScript development using REPL-driven workflow, conventions, and best practices.

Core Features & Use Cases

  • REPL-driven: Start with small functions, test in the REPL.
  • Conventions: Use standard Clojure patterns and docstrings.
  • Code health: Maintain readability and maintainability.

Quick Start

Open the REPL, implement a small function, and gradually build toward a feature.