원클릭으로
init-physics-intern
Scaffold a PhysicsIntern research workspace in the current folder.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Scaffold a PhysicsIntern research workspace in the current folder.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| 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.
Scaffold a PhysicsIntern research workspace in the current folder. Run only when the user explicitly invokes it to set up a new physics/maths research workspace.
Post-mortem analysis of a PhysicsIntern workspace run (Claude Code, Pi, Codex, or OpenCode host). Reconstructs the trajectory from the session record — JSONL file(s) for Claude/Pi/Codex, the SQLite store for OpenCode — audits methodology adherence against the workspace's own CLAUDE.md / AGENTS.md and skill/agent prompts, checks commit discipline and flag dispositions, and assesses substantive quality. Produces a thorough evidence-anchored markdown report. Use after a workspace has been worked on to identify what went well, where the methodology slipped, and what prompts to improve.