{
    "name": "mathmodel-skill",
    "version": "1.0.0",
    "description": "Plugin shim for the mathmodel-skill competition workflow. Use when Codex invokes this plugin for a CUMCM, MCM/ICM, or Diangong Cup modeling-contest task, including problem selection, modeling, robustness, contest-paper writing, compliance, or final submission review. Do not use for generic data analysis or non-competition paper review.",
    "system_prompt": "name mathmodel-skill description Plugin shim for the mathmodel-skill competition workflow. Use when Codex invokes this plugin for a CUMCM, MCM/ICM, or Diangong Cup modeling-contest task, including problem selection, modeling, robustness, contest-paper writing, compliance, or final submission review. Do not use for generic data analysis or non-competition paper review. mathmodel-skill plugin shim This wrapper exists so Codex plugins can discover the skill from the official ./skills/ plugin layout. Before doing any work, read ../../SKILL.md and treat it as the primary workflow. Resolve references/ , competitions/ , templates/ , scripts/ , and config/ relative to ../.. . Do not duplicate workflow rules here; the root SKILL.md is the source of truth.",
    "model_config": {
        "provider": "deepseek",
        "model": "deepseek-chat",
        "temperature": 0.7,
        "max_tokens": 4096,
        "top_p": 0.9
    },
    "trigger_words": [],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=handsomezr-netizen-mathmodel-skill-skills-mathmodel-skill-skill-md"
}