feat: Add nuke-dev-setup Kiro skill#303
Closed
MarinMaksutaj wants to merge 1 commit intoaws-deadline:mainlinefrom
Closed
feat: Add nuke-dev-setup Kiro skill#303MarinMaksutaj wants to merge 1 commit intoaws-deadline:mainlinefrom
MarinMaksutaj wants to merge 1 commit intoaws-deadline:mainlinefrom
Conversation
1115cbe to
0488c85
Compare
Signed-off-by: Marin Maksutaj <19916629+MarinMaksutaj@users.noreply.github.com>
1611513 to
8995aff
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was the problem/requirement? (What/Why)
There was no Kiro skill to automate the development environment setup for this repo. New contributors had to manually follow DEVELOPMENT.md step by step. Other DCC repos (3ds Max, Unreal Engine) already have skills/powers for automated setup.
What was the solution? (How)
Added a
nuke-dev-setupKiro skill underskills/nuke-dev-setup/following the same pattern as deadline-cloud-for-unreal-engine/skills/ue-dev-setup. The skill automates: OS detection, Python verification, Nuke detection, Hatch install, package build, editable install into Nuke's Python, environment variable configuration (NUKE_PATH, NUKE_EXECUTABLE, DEADLINE_ENABLE_DEVELOPER_OPTIONS), and test dependency setup.What is the impact of this change?
None — this adds new files only under
skills/and does not modify any source code, tests, or installer files.How was this change tested?
Documentation/skill definition only — no runtime code was added or modified.
Please run the integration tests and paste the results below
N/A — no source code or adaptor changes.
If
installer/was modified or a file was added/removed fromsrc/, then update the installer tests and post the test results belowN/A —
installer/andsrc/were not modified.Did you run the "Job Bundle Output Tests"? If not, why not? If so, paste the test results here.
N/A — no changes to submitter, adaptor, or job bundle templates.
Was this change documented?
Yes — the skill itself is the documentation. Companion workstation setup docs were added to BealineDevTools
Is this a breaking change?
No.