بنقرة واحدة
clojure-dev
Clojure development workflows including REPL, deps.edn, testing, and linting
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Clojure development workflows including REPL, deps.edn, testing, and linting
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Chrome DevTools automation for browser testing, debugging, and performance analysis
Docker Compose orchestration for multi-container applications
Full stack integration patterns connecting Clojure backend and React frontend
Git workflow management including branching, commits, PRs, and conflict resolution
OpenCode plugin development guidance including structure, events, tools, patterns, and best practices
PM2 process management for Node.js applications in production
استنادا إلى تصنيف SOC المهني
| name | clojure-dev |
| description | Clojure development workflows including REPL, deps.edn, testing, and linting |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"backend-developers","language":"clojure"} |
Use me when working with Clojure projects, especially when:
clojure -P - Download dependencies without runningclojure -M:alias - Run with alias (e.g., :server, :test)clojure -X:alias - Run with exec-style alias (key-value args)clojure -M:repl - Start interactive REPLclojure -X:test - Run tests (when configured)clj-kondo --lint src - Lint source code(clojure.test/test-var #'namespace/function-name)(clojure.test/run-tests 'namespace):test)require with :reload to reload modified codedeps.edn - Dependencies and aliasessrc/ - Source code following namespace conventiontest/ - Test files (-test suffix)resources/ - Configuration files and static assets