一键导入
nrepl-connect
Connect to the project's nREPL server using the nrepl MCP tool
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Connect to the project's nREPL server using the nrepl MCP tool
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Give your AI agents something more useful than a prompt. Velocity through clarity.
Visual quality gate — screenshot each primary screen, critique it against the baseline rubric, and refine the components until it passes. Use before declaring a build done.
Implement command handlers that validate state, emit events, and return signals using the Grain framework
Create scheduled background jobs that run on cron schedules
Implement query handlers that read from event-sourced read models and render hiccup
Build read models by reducing events into queryable state with defreadmodel
| name | nrepl-connect |
| description | Connect to the project's nREPL server using the nrepl MCP tool |
Connect to this project's running nREPL using the mcp__nrepl__connect tool.
This is a local dev repo. Its nREPL listens on the fixed port 7888 (started via
./scripts/nrepl.sh). The workspace root .nrepl-port file will also contain 7888.
.nrepl-port file in the
workspace root — it will be 7888 here).mcp__nrepl__connect using host localhost and that port.(+ 1 1), then confirm the catalog matches THIS
project — (require '[ai.obney.grain.code-agent-tools.interface :as tools]) (keys (tools/catalog)).