Clojure Write
Skill Warnung AktivGuide 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.
Funktionen
- 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
Anwendungsfälle
- Writing new Clojure/ClojureScript code
- Developing existing Clojure/ClojureScript projects
- Refactoring Clojure/ClojureScript codebases
Nicht-Ziele
- 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/metabaseFührt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.
Qualitätspunktzahl
WarnungVertrauenssignale
Ähnliche Erweiterungen
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
100Verwenden Sie dies, wenn Sie mit der Feature-Arbeit beginnen, die eine Isolierung vom aktuellen Arbeitsbereich erfordert, oder bevor Sie Implementierungspläne ausführen – stellt sicher, dass über native Tools oder einen Git-Worktree-Fallback ein isolierter Arbeitsbereich vorhanden ist.