원클릭으로
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)).