
from icpc-problem-creator.skill28
Creates complete, locally-testable ICPC-style problem workspaces: statement, generators, validators, checkers, solutions, and wrong-solution suites driven by co
This skill coordinates creating or completing an ICPC-style problem workspace. It guides a main agent to define the problem architecture, produce a clear statement, author generators, validators, checkers/interactors, reference solutions, and compile a suite of targeted wrong solutions and test cases so the repository's scripts/run-all-tests.ps1 can validate the problem end-to-end. It describes a parallel workflow where the main agent delegates validator, solution/tutorial, and wrong-solution generation to sub-agents and integrates their outputs.
Use this skill when you need to turn a problem idea into a full, verifiable contest workspace (local OJ), or to repair/integrate missing pieces of an existing problem (statement, config.json, generators, checkers, solutions, tests). Ideal for authors preparing contest problems and for maintainers validating that a workspace runs under the project's test flow.
Best used with agents that can run shell commands, edit files, and spawn sub-agents (e.g., agents supporting execute, edit, agent orchestration).
This skill has not been reviewed by our automated audit pipeline yet.