By stoating
ClojureMCP skill - MCP server setup, CLI assistant and Claude Desktop integration, nREPL connection, tool profiles, config.edn, custom tools/prompts/resources, and troubleshooting.
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:
.md file in the clojure-mcp/ directory."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:
README.md, CONFIG.md, docs, source namespaces, and tests in the checked-out bhauman/clojure-mcp repositorySee LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub stoating/clojure-clojure-mcp-skill --plugin clojure-mcpClojure Polylith skill — components, bases, projects, interfaces, poly commands, workspace configuration, profiles, incremental testing, and setup.
Clojure/ClojureScript Reitit skill — route syntax, Ring router, middleware, coercion (malli/spec/schema), OpenAPI/Swagger docs, frontend browser routing, and interceptors.
Clojure Integrant skill — data-driven application architecture, init-key, halt-key!, suspend/resume, refs, refsets, composite keys, derived keywords, profiles, vars, expand-key, and REPL workflow.
Clojure FlowStorm skill - ClojureStorm setup, vanilla tracing, ClojureScript/shadow debugging, instrumentation controls, data windows, nREPL outputs, remote debugging, and trace limits.
Clojure Hiccup skill - HTML-as-data syntax, hiccup2.core rendering, escaping, raw HTML, render modes, page/form helpers, and safe server-side HTML generation.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer