Resources

Set up your AI agent tooling before the hackathon. The track lead’s harness assumes you can fork a repo, run a make target, and converse with an agent in your terminal — we don’t run an introductory installfest on Day 1.

Tool Type Link
Claude Code Terminal CLI code.claude.com
Codex CLI Terminal CLI github.com/openai/codex
OpenCode Terminal CLI opencode.ai

Get one installed and authenticated before July 26. Verify by running the tool in your terminal and asking it to read a file.

A curated subset relevant to many-body physics simulation. Star counts shown for reference. 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

Useful if your track’s challenge needs a cluster.

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

Skills are reusable instruction files (SKILL.md) that teach AI agents domain-specific workflows. Drop a skill into .claude/skills/ to use it from Claude Code.

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

Method-specific reading lives in each track’s harness folder under tracks/<track>/.knowledge/. Track-specific reading lists: TBD (lands as track leads ship their harnesses).