ソース情報
- リポジトリ
- Szantoi/nexus-dev
- ソースの最終更新活動
- 2026年7月16日 15:31
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Szantoi/nexus-dev --skill verifyコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | verify |
| description | Launch and drive the knowledge-service (DEV, port 3466) to verify changes live. |
From the repo root (NOT knowledge-service/ — the script lives at root scripts/):
cd /c/Users/szant/Documents/Development/nexus-dev
node scripts/dev-start.mjs # DEV server on port 3466
curl http://localhost:3466/health → {"status":"ok",...}.AUTH_MODE=open|required, MCP_AUTH_TOKEN=<master>, MCP_TOKEN_<NAME>=<token> (e.g. MCP_TOKEN_BACKEND).MCP endpoint is JSON-RPC over HTTP POST:
curl -s -X POST http://localhost:3466/mcp -H 'Content-Type: application/json' \
-H 'Authorization: Bearer <token>' \
-d '{"jsonrpc":"2.0","method":"tools/list","id":1}'
# tools/call: {"jsonrpc":"2.0","method":"tools/call","params":{"name":"<tool>","arguments":{...}},"id":2}
REST surface: /api/* (projects, mailbox, epic-router, ...), public: /health, /ready.
cd /c/Users/szant/Documents/Development/nexus-dev
RUNNER_CONFIG_PATH='<path to runner.yaml>' RUNNER_TOKEN=<token> node scripts/runner-start.mjs
/api/mailbox/<terminal>/inbox?status=UNREAD and spawns claude --model <m> -p per task.claude_bin in runner.yaml at a
stub .cmd that echoes stdin (see scratchpad fake-claude pattern) — full chain runs, no real session.SPACEOS_ROOT explicitly when starting the server, otherwise mailbox writes land under
a /opt/spaceos-derived path (and note: even with it set, POST inbox has been observed writing
to Development\terminals\ instead of the repo — pre-existing quirk, in backlog).identity.ts/terminalConfig still falls back to /opt/spaceos paths for terminal workdirs on this Windows machine (get_identity returns /opt/spaceos/terminals/<t> with null claudeMd) — pre-existing, don't mistake it for your change's bug.SOC 職業分類に基づく