Clojure Write
Skill Warning ActiveGuide Clojure and ClojureScript development using REPL-driven workflow, coding conventions, and best practices. Use when writing, developing, or refactoring Clojure/ClojureScript code.
Guide Clojure and ClojureScript development using REPL-driven workflow, coding conventions, and best practices.
Features
- REPL-driven development workflow guidance
- Coding conventions and best practices for Clojure/ClojureScript
- Preference for specific MCP tools over shell commands
- Step-by-step evaluation process for code
Use Cases
- Writing new Clojure/ClojureScript code
- Developing existing Clojure/ClojureScript projects
- Refactoring Clojure/ClojureScript codebases
Non-Goals
- Executing code directly
- Managing project dependencies
- Providing a full IDE experience
License
- critical:License usabilityThe license is AGPL-3.0, which is a strong copyleft license that may have implications for commercial use and distribution, and is not considered permissive OSS.
Trust
- warning:Issues AttentionThe repository has a high number of open issues (418) compared to closed issues (321) in the last 90 days, suggesting slow response times from maintainers.
Practical Utility
- warning:Usage examplesWhile the skill describes a workflow and evaluation process, it lacks concrete, ready-to-use end-to-end examples showing exact invocations and observable outcomes.
- info:Edge casesThe skill mentions testing with edge cases but does not explicitly list specific failure modes with symptoms and recovery steps.
Installation
npx skills add metabase/metabaseRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
WarningTrust Signals
Similar Extensions
Remember Interactive Programming
100A micro-prompt that reminds the agent that it is an interactive programmer. Works great in Clojure when Copilot has access to the REPL (probably via Backseat Driver). Will work with any system that has a live REPL that the agent can use. Adapt the prompt with any specific reminders in your workflow and/or workspace.
Clojure Code Review Skill
95Review Clojure and ClojureScript code changes for compliance with Metabase coding standards, style violations, and code quality issues. Use when reviewing pull requests or diffs containing Clojure/ClojureScript code.
Clojure REPL Evaluation
75Evaluate Clojure code via nREPL using clj-nrepl-eval. Use this when you need to test code, check if edited files compile, verify function behavior, or interact with a running REPL session.
Openclaw Debugging
100Debug OpenClaw model, provider, tool-surface, code-mode, streaming, and live/Crabbox behavior by choosing the right logs, probes, and proof path before changing code.
Add New Opc Skill
100Checklist and automation guide for adding a new skill to the OPC Skills project. Ensures all required files, metadata, logos, and listings are created before release. Use when adding a new skill, publishing a skill, or preparing a skill for release.
Using Git Worktrees
100Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback