Things I know and find important to document about Claude (Code).
Some of it perhaps interesting to a wider audience, some of it clearly subject to my own preferences (see below).
Details
- Clojure as a primary language I am focusing on
- VSCode as my primary targeted IDE
- GitHub, Docker on the tooling side
- MacOS as my OS, Linux inside containers and remote
See also
- Claude Code Configuration Files
- Claude and VSCode
- Claude Plugins
- Claude Marketplaces
- clojure-claude-and-mcp-knowledge.
The eighttrigrams Claude "marketplace" provides 4 plugins.
Note: see claude-marketplaces for more info on Claude marketplaces.
Provides a logging hook with a little bit of nicely formatted logging.
Provides the clj-nrepl-eval SKILL for evaluating Clojure code via nREPL (note: this is a nREPL SKILL for using clj-nrepl-eval which I copied wholesale over; naturally we want to have that installed via clojure-mcp-light via bbin).
Provides the following SKILLs:
- architecture review
- writing-tests