clojure-fast-read

Installation
SKILL.md

Clojure Fast Read

When reading Clojure code, you have two strategies with different tradeoffs:

  1. Full file read - slower but gives complete context (imports, other functions, design patterns)
  2. REPL inspection - fast, focused, but requires knowing the symbol name and whether it's been evaluated in the current session

This skill helps you choose the right approach and execute it efficiently.

Decision Framework

Step 1: Clarify Your Intent

Before reading, ask yourself: What's my actual goal?

Installs
2
GitHub Stars
3
First Seen
May 12, 2026
clojure-fast-read — humorless/clojure-dev