Clojure Write
技能 警告 活跃Guide 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.
功能
- 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
使用场景
- Writing new Clojure/ClojureScript code
- Developing existing Clojure/ClojureScript projects
- Refactoring Clojure/ClojureScript codebases
非目标
- 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.
安装
npx skills add metabase/metabase通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
警告类似扩展
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
100在开始需要与当前工作区隔离的功能性工作,或在执行实现计划之前使用 - 通过原生工具或 git worktree 回退确保存在隔离的工作区。