원클릭으로
clojure-skills
clojure-skills에는 zhaoyul에서 수집한 skills 4개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
强制在编辑 Clojure 家族文件(.clj/.cljs/.cljc/.cljd/.edn)时使用 bracket-safe 流程。禁止直接使用内置 edit 工具,改用 rewrite-clj 验证的 safe-edit;写入前必须先 validate。支持文本匹配编辑、基于行列位置的结构化操作(swap/remove/insert/splice/wrap)、批量替换和模糊匹配。
Use this skill when developing, modifying, reviewing, debugging, or scaffolding full-stack Clojure systems. The default stack is Kit framework on the backend, Ant Design plus Reagent on the web frontend, shared Clojure/ClojureScript contracts, and ClojureDart plus Flutter for mobile. Use it for AGENTS.md driven project work, Integrant configuration, APIs, database migrations, Reagent UI, antd pages, ClojureDart mobile screens, cross-stack feature delivery, testing, security, and business-domain workflows.
A shell command for LLM coding assistants that don't support hooks. When the LLM encounters a Clojure/ClojureDart delimiter error, call this tool to fix it instead of trying to repair it manually.
Evaluate 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.