Adjust onboarding skill for clarity and improved adherence.#101
Merged
DanverImbue merged 13 commits intomainfrom Mar 13, 2026
Merged
Adjust onboarding skill for clarity and improved adherence.#101DanverImbue merged 13 commits intomainfrom
DanverImbue merged 13 commits intomainfrom
Conversation
…ce, remove redundant step Merge Modal authentication into Step 1 prerequisites (with blocking language) and remove the standalone auth step. Move Offload install note to the intro. Define --copy-dir mapping once in the invocation script step and reference the script elsewhere instead of repeating the raw flag. Renumber steps 7-11 accordingly and fix all cross-refs.
Collaborator
Author
|
First response: |
Remove Pattern A/B naming and the type="default" provider template with @modal_sandbox.py commands. The Modal provider (type="modal") is now the sole provider path. Document sandbox_init_cmd as an optional optimization for build-time setup. Retain the type="default" framework section for custom discovery/execution, with updated example showing Modal provider context. Update Step 5 cross-reference accordingly. Co-Authored-By: Claude <noreply@anthropic.com>
DanverImbue
reviewed
Mar 13, 2026
|
|
||
| This skill walks through onboarding the current repository to use **Offload** — a parallel test runner that executes tests across Modal cloud sandboxes. | ||
|
|
||
| **Install Offload**: `cargo install offload@0.5.0` |
Collaborator
There was a problem hiding this comment.
Remove hardcoding of the version
DanverImbue
reviewed
Mar 13, 2026
| - `modal` CLI — run `modal token new` if not yet authenticated | ||
| ### Step 2: Verify Prerequisites | ||
|
|
||
| Verify the following are installed and authenticated. **Do not continue until all prerequisites are confirmed.** |
Collaborator
There was a problem hiding this comment.
LLM suggested we break up Step 1 and step 2
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.
Why
I was onboarding sculptor and noticed a few things with how Sculptor was being onboarded that I didn't like.
I specifically started to fix the
.gitignored.offload-image-cachebut then this took on a larger scope.Initial prompt