一键导入
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 职业分类
| 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.
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.