원클릭으로
setup-assistant
Guide a customer through installing, configuring, and verifying Local Coding Agent with safe defaults.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guide a customer through installing, configuring, and verifying Local Coding Agent with safe defaults.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Diagnose a broken customer install and produce a redacted support report the customer can send back.
Prepare a safe Local Coding Agent release build, including version checks, tests, and changelog.
Help an AI agent understand and work in this repo quickly using the low-round-trip MCP tools and the anti-lag workflow.
Review the current git diff for bugs, security issues, and clarity, then summarize findings by severity.
Collect safe Local Coding Agent support context from a customer and produce a concise troubleshooting response.
Diagnose Local Coding Agent tunnel, DNS, TCP, TLS, proxy, organization, and office-network blocking issues.
| name | setup-assistant |
| description | Guide a customer through installing, configuring, and verifying Local Coding Agent with safe defaults. |
Use this when a customer wants their AI agent to install and verify Local Coding Agent from scratch. It keeps the ChatGPT thread light by pointing at local tools instead of pasting long output.
tunnel-client; the customer provides it.mode=safe and policy=balanced.node -v must be 18 or newer.git --version should work.scripts\lca.cmd installbash scripts/lca installnode scripts/local-coding-agent.mjs setup --workspace <path> --savenode scripts/local-coding-agent.mjs start --workspace <path> --no-tunnelhttp://127.0.0.1:8787/healthzhttp://127.0.0.1:8790/uinpm run test:agent from server/.Return: repo path, workspace path, MCP URL, dashboard URL, mode/policy,
whether health is ok, and the exact next fix for anything missing. For long
logs, attach the local file path instead of pasting them into chat.