init-physics-intern

Scaffold a PhysicsIntern research workspace in the current folder.

npx skills add https://github.com/huggingface/physics-intern-claude-plugin --skill init-physics-intern

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:

      PhysicsIntern workspace initialized. Two steps to begin:

      1. Edit problem.md — fill in the problem setup and main question.
      2. 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.

Mehr Skills von huggingface

cpu-kernels
huggingface
Bietet Anleitung zum Schreiben, Optimieren und Benchmarken von C++ CPU-Kernels mit SIMD-Intrinsics (AVX2/AVX512) für das Hugging Face Kernels-Ökosystem. Enthält…
official
generate-openenv-env
huggingface
Generiere OpenEnv-Umgebungen aus einem konkreten Anwendungsfall (z. B. „generiere eine Umgebung für die Bibliothek textarena“). Verwende, wenn du aufgefordert wirst, eine neue zu entwerfen oder zu implementieren…
official
hf-mcp
huggingface
Nutze den Hugging Face Hub über MCP-Server-Tools. Durchsuche Modelle, Datensätze, Spaces, Papers. Rufe Repo-Details ab, rufe Dokumentationen ab, führe Compute-Jobs aus und nutze Gradio…
official
trl-training
huggingface
Trainieren und Feinabstimmen von Transformer-Sprachmodellen mit TRL (Transformers Reinforcement Learning). Unterstützt SFT, DPO, GRPO, KTO, RLOO und Reward-Modell-Training…
official
deploy-hf
huggingface
Stelle eine OpenEnv-Umgebung auf Hugging Face Spaces bereit. Verwende dies, wenn du aufgefordert wirst, etwas bereitzustellen, auf Hugging Face zu pushen oder einen Space zu aktualisieren.
official
hf-space-recovery
huggingface
Diagnose and recover failing or stuck Hugging Face Space deployments for OpenEnv environments. Use when deploying envs from `envs/` to the Hub (`openenv`…
official
pre-submit-pr
huggingface
Änderungen vor dem Einreichen eines Pull Requests validieren. Führen Sie umfassende Prüfungen durch, einschließlich Lint, Tests, Ausrichtungsüberprüfung und RFC-Analyse. Verwenden Sie vor dem Erstellen eines…
official
example-skill
huggingface
Beispiel-Fixture-Skill für Action-Smoke-Tests
official