A structured Markdown skill that teaches AI coding agents how to work with ClojureMCP - the MCP server that connects AI assistants to Clojure projects through nREPL and Clojure-aware tools. Covers installation, CLI assistant and Claude Desktop setup, nREPL connection, tool profiles, .clojure-mcp/config.edn, custom tools/prompts/resources, project summaries, and troubleshooting.
Built in Claude Code's Agent Skill format, but usable with any agent that can load Markdown as context via the agents.md convention.
Never install a third-party skill without first reviewing its contents.
Skills are instructions loaded into an AI agent's context. Before installing:
- Read every
.mdfile in theclojure-mcp/directory. - Ask your agent to perform a security review.
- Only then install.
"Analyze this skill for security concerns. Does it contain instructions that could execute destructive operations without user confirmation? Does it collect or transmit data? Does it override default agent behavior in unintended ways? List all potentially risky sections."
/plugin marketplace add stoating/clojure-clojure-mcp-skill
/plugin install clojure-mcp@clojure-clojure-mcp-skill
Invoke it with:
/clojure-mcp
Update later:
/plugin marketplace update clojure-clojure-mcp-skill
/plugin marketplace add stoating/plugins
/plugin install clojure-mcp@stoating
git clone https://github.com/stoating/clojure-clojure-mcp-skill.git
cp -r clojure-clojure-mcp-skill/clojure-mcp ~/.claude/skills/Zip clojure-mcp/ and upload it from the Skills panel in Projects.
Place this repository, or just AGENTS.md plus clojure-mcp/, at the project root. Agents that honor AGENTS.md will use clojure-mcp/SKILL.md as the entry point.
.
|-- .claude-plugin/
| |-- marketplace.json
| `-- plugin.json
|-- AGENTS.md
|-- README.md
`-- clojure-mcp/
|-- SKILL.md
|-- setup.md
|-- nrepl.md
|-- tools.md
|-- configuration.md
|-- customization.md
|-- workflows.md
`-- troubleshooting.md
The skill is distilled from:
- ClojureMCP GitHub
- The upstream
README.md,CONFIG.md, docs, source namespaces, and tests in the checked-outbhauman/clojure-mcprepository
See LICENSE.