init-physics-intern

Estruture um espaço de trabalho de pesquisa PhysicsIntern na pasta atual. Execute apenas quando o usuário o invocar explicitamente para configurar uma nova pesquisa de física/matemática…

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

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 .codex/ and runs git init, which the sandbox keeps read-only by default. Please approve it when prompted.

  2. Then run the bundled init script, with no arguments, using the shell tool — a single command:

    bash "${PLUGIN_ROOT}/scripts/plugin-init.sh"
    

    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 .codex/ and runs git init/git commit, which the workspace-write sandbox blocks, so Codex will ask for approval — 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 approval.

  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 Codex in this folder (accept the project-trust prompt on first launch), 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.

Mais skills de huggingface

cpu-kernels
huggingface
Fornece orientação para escrever, otimizar e fazer benchmarking de kernels de CPU em C++ com intrínsecos SIMD (AVX2/AVX512) para o ecossistema de kernels do Hugging Face. Inclui…
official
generate-openenv-env
huggingface
Gere ambientes OpenEnv a partir de um caso de uso concreto (por exemplo, "gere um env para a biblioteca textarena"). Use quando for solicitado a projetar ou implementar um novo…
official
hf-mcp
huggingface
Use o Hugging Face Hub por meio das ferramentas do servidor MCP. Pesquise modelos, datasets, Spaces, papers. Obtenha detalhes de repositórios, busque documentação, execute jobs de computação e use Gradio…
official
trl-training
huggingface
Treine e ajuste modelos de linguagem transformer usando TRL (Transformers Reinforcement Learning). Suporta treinamento de SFT, DPO, GRPO, KTO, RLOO e Modelo de Recompensa…
official
deploy-hf
huggingface
Implante um ambiente OpenEnv no Hugging Face Spaces. Use quando for solicitado a implantar, enviar para o Hugging Face ou atualizar um espaço.
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
Validar alterações antes de enviar um pull request. Executar verificações abrangentes incluindo lint, testes, revisão de alinhamento e análise de RFC. Usar antes de criar um…
official
example-skill
huggingface
Skill de fixture de exemplo para testes de ação smoke
official