ICPC-Problem-Creator.skill
Build, test, and validate competitive programming problems locally
All Skills in This Repository (4)
Pure Emerald Level Indicatorsicpc-problem-creator
Generate a complete ICPC problem workspace with statement, solutions, checker, validator, and config.json.
judge-validator
Generate testlib.h-based ICPC validators and checkers or interactors from config.json.
solutions-tutorial
Generate ICPC solutions with cross-check implementations and matching tutorials.
wrong-gen
Generate wrong solutions and datasets for ICPC problem verification.
Frequently Asked Questions
FAQPage SchemaHow to install ICPC-Problem-Creator?▼
Run `npx skills add Lumine2024/ICPC-Problem-Creator.skill --all -g -y` in your terminal to install the full skill globally.
How to create an ICPC problem with AI?▼
After installing, just describe your problem idea in Claude Code, Codex, or OpenClaw, and the agent builds the full workspace with statement, solutions, generator, validator, and tests.
How does it prevent wrong official solutions?▼
It requires an independent second solution for cross-validation and systematically generates wrong solutions with targeted hack data to confirm they actually fail.
Does it support interactive problems?▼
Yes. It provides dedicated templates for interactive problems, including interactor, generator, and validator, all driven by the same config.json workflow.
Can I export problems to an online judge?▼
Yes. The included script exports any workspace as a Hydro-style zip package with problem.yaml, statements, and test data ready for upload.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core