원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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.