ワンクリックで
nodus-dev-init
Initialize NODUS development environment with junctions and symlinks.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Initialize NODUS development environment with junctions and symlinks.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Guide for writing, validating, and running NODUS workflows. Use this skill when a user wants to create a new workflow, debug syntax errors, understand NODUS symbols, or work with the nodus CLI.
Audit top-level documentation (README, SPEC, PRODUCT) against recent git history to find drift — shipped features missing from docs or features listed as upcoming that already landed. Proposes minimal edits, creates a branch, and opens a PR. Use when asked to review docs for accuracy, after major feature merges, or on a periodic schedule.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
| name | nodus-dev-init |
| description | Initialize NODUS development environment with junctions and symlinks. |
This skill provides the logic and commands to set up the NODUS development environment. It ensures that junctions, hardlinks, and symlinks correctly point to canonical sources in packages/.
Identify the operating system (Windows vs. Unix/macOS).
Establish all junctions and symlinks using the platform-specific script. Key tasks include:
.claude/ commands, skills, and rules to .agents/.CLAUDE.md to AGENTS.md for agent instructions.packages/ to .agents/.demo project.On Windows (PowerShell):
pwsh -NoProfile -File .agents/skills/nodus-dev-init/scripts/setup_windows.ps1
On Unix (Bash):
bash .agents/skills/nodus-dev-init/scripts/setup_unix.sh
Confirm that all links are active and point to correct targets inside the project. Junctions should resolve to absolute paths at the time of creation.