Resources

Only one thing on this page is required: an AI coding agent, installed and logged in before you start the Day 1 workflow. Everything else here is optional equipment: tools and skills that can make your agent more capable during the week.

An AI coding agent is a chat assistant that runs in your terminal and can read files, write code, and run programs. The harness assumes you have one and can talk to it. Install one of:

Tool Recommended model Link
Claude Code Opus 5 · xhigh effort code.claude.com
Codex CLI GPT-5.6 Sol · xhigh effort github.com/openai/codex
Kimi Code CLI K3 · max effort kimi.com/code
OpenCode Route to any of the above opencode.ai

To verify it works, start the tool in any folder and ask it to read a file.

Two ways to give your agent extra abilities:

Below is a subset curated for many-body physics simulation; GitHub star counts are a rough popularity signal. Install what your project needs — none of these are required to start. For an exhaustive list across research domains, see the HKUST-Got-Skills resources page.

Literature & Papers

Reference Management

Jupyter & Notebooks

Scientific Computing

Plotting & Visualization

SSH, Remote & HPC

HPC means high-performance computing — shared clusters for jobs too large for a laptop. Useful if your track’s challenge needs one.

Compute for the week runs on SCNet 超算互联网, China’s national supercomputing platform. Accounts are handed out at the on-site help desk — register there to get login-node, scratch, and queue access. Compute-heavy tracks such as CTMRG and QMC should do this on Day 1.

Git, GitHub & Data Versioning

Build & Dev Utilities

A skill is a folder with a SKILL.md instruction file that teaches an AI agent a workflow — the harness commands like /beginner-training are skills. Beyond the ones the harness ships, you can install more: drop a skill folder into .claude/skills/ inside your project and Claude Code picks it up.

Install a Skill

# Option 1: clone into your project's .claude/skills/
git clone https://github.com/anthropics/skills.git /tmp/skills
cp -r /tmp/skills/skills/pdf .claude/skills/pdf

# Option 2: skills CLI (12k stars)
npx skills install anthropics/skills/pdf

# Option 3: skillkit (680+ stars)
npx skillkit@latest init
Stars Repository What’s there
120k obra/superpowers TDD, systematic-debugging, brainstorming, writing-plans, executing-plans, verification-before-completion — battle-tested workflow skills
105k anthropics/skills Official: pdf, docx, pptx, xlsx, doc-coauthoring, skill-creator, mcp-builder, claude-api
17k K-Dense-AI/claude-scientific-skills 170+ scientific skills — includes qiskit, cirq, pennylane, qutip for quantum computing, plus matplotlib / plotly / statistical-analysis
49k ComposioHQ/awesome-claude-skills Curated list across domains

Especially Relevant for Many-Body Simulation

Skill Tutorials

Each track’s tracks/<track>/README.md in quantum.harness names its reference paper and reproduction targets; rendered copies of the key literature live under .knowledge/literature/ in the same repository. More material lands as track leads finish their harnesses.