用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/huggingface/physics-intern-skills --skill init-physics-intern命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | init-physics-intern |
| description | Scaffold a PhysicsIntern research workspace in the current folder. |
| disable-model-invocation | true |
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:
First, print this line verbatim to the user:
⏳ Initializing the PhysicsIntern workspace. This needs one permission approval — the script writes
.claude/and runsgit init, which the sandbox blocks by default. Please approve it when prompted.
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.
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:
✅ PhysicsIntern workspace initialized. Two steps to begin:
- Edit
problem.md— fill in the problem setup and main question.- Exit and restart Claude Code in this folder, then run
/survey.
If it contains RESULT: already-initialized, tell the user this folder already contains a PhysicsIntern workspace and was left untouched, and stop.
If there is no RESULT: line, show the script's output to the user and stop.