Resources

Only one thing on this page is required: an AI coding agent, installed and logged in before July 26 — there is no installation session on Day 1. 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 Type Link
Claude Code Terminal CLI code.claude.com
Codex CLI Terminal CLI github.com/openai/codex
OpenCode Terminal CLI 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.

Student HPC accounts for the hackathon week are TBD. The target is to confirm login-node access, scratch space, and queue access before harness release in mid-July; CTMRG and QMC may assume real compute once the cluster details are confirmed.

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.