What problem does it solve? It provides a consistent, safe workflow for scoring ICFPC 2026 Littleman .man solutions locally with the official WASM judge engine, tracking content-addressed best solutions, and managing official submissions through the team proxy without reimplementing scoring or persistence logic. ## Core Features & Use Cases - Local Judging with WASM Engine: Runs the repository's judge.mjs CLI with LITTLEMAN_JUDGE_ENGINE=wasm to score solutions against the public test suite, avoiding known inaccuracies of the native runner. - Best-Solution Store & History: Maintains a content-addressed store of accepted bests, lists current bests, inspects saved sources, and shows accepted-revision history per problem. - Official Submission Management: Auto-submits newly created or improved bests through the team proxy with idempotency keys, resumes interrupted submissions, and reports official scores and attempt history. - Live HTML Viewer: Serves a localhost viewer showing current bests, histories, official submissions, and source text, refreshed on each page load. - Use Case: After writing an improved solution for problem 1-3, ask the assistant to judge it; the skill scores it locally, saves it as the new best if improved, auto-submits it officially, and reports both local and official results. ## Quick Start Ask the assistant to judge your solution file for a problem such as 1-3 using the local judge, update the saved best, and submit it officially if it improves.