What problem does it solve?
Competition research projects suffer from fragmented tools, lost experiment history, and difficulty reproducing baselines. This Skill provides a unified, persistent workspace that organizes data, code, experiments, and knowledge into a single reproducible loop.
Core Features & Use Cases
- Project Bootstrap: Initialize a complete competition workspace with structured directories, experiment indexes, and agent onboarding documents.
- Experiment Lifecycle: Manage serial experiment loops from planning and running to recording results, with strict baseline naming and anti-pattern tracking.
- Knowledge Integration: Ingest academic papers, build a local SQLite knowledge graph, and maintain HTML dashboards with ECharts visualizations for experiment tracking.
Quick Start
Initialize a new competition project by providing the project name, evaluation metric, and optimization direction, then run baseline experiments in the prepared environment to start the optimization loop.