init-physics-intern

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

The PhysicsIntern initializer script is located at:

!echo "${CLAUDE_PLUGIN_ROOT}/scripts/plugin-init.sh"

This is a purely mechanical bootstrap. Do exactly the following and nothing more — do not read, copy, render, or create any files yourself, and do not narrate steps:

  1. First, print this line verbatim to the user:

    ⏳ Initializing the PhysicsIntern workspace. This needs one permission approval — the script writes .claude/ and runs git init, which the sandbox blocks by default. Please approve it when prompted.

  2. Then run that one script, with no arguments, using the Bash tool. The script renders the workspace, scaffolds the directories, and makes the first git commit — it does the entire job in one command. It writes to .claude/ and runs git init, which the sandbox blocks, so Claude Code will ask to run it outside the sandbox (or for permission) — that is expected; approve it. Do not fall back to doing the work by hand if it is denied — just re-run the same script with permission.

  3. Read the script's final RESULT: line, then:

    • If it contains RESULT: initialized, print the following message verbatim and then stop — add nothing else, no file lists, no extra suggestions:
Installs
1
GitHub Stars
2
First Seen
7 days ago
init-physics-intern — huggingface/physics-intern-claude-plugin