用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/zklzzklzkl/MathModel --skill mm-problem-intake命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | mm-problem-intake |
| description | 数学建模竞赛 V2 题面与数据建档阶段。用于读取赛题、附件和资源,拆解子问题,审计数据风险,建立可恢复上下文,并为后续建模与代码阶段提供结构化输入。 |
| allowed-tools | Bash(*), Read, Write, Edit, Grep, Glob, Agent, WebSearch, WebFetch |
文件关系全貌请见 [[FILE_RELATIONSHIP_MAP]] · 上游: [[skills/mm-start-contest-v2/SKILL|V2 总控]] · 下游: [[skills/mm-model-strategy/SKILL|Phase 2 Strategy]] · 共享规范: [[skills/_references/SKILL|_references]]
Read:
../_references/v2_pipeline_contract.md../_references/codex_subagent_protocol.md../_references/rag_usage_contract.md../_references/source_quality_policy.md../_references/problem_type_router.mdCreate or update:
PROBLEM_BRIEF.mdDATA_AUDIT.mdWORKFLOW_STATE.mdreports/AGENT_RUNS.mdreports/INTAKE_GATE.mdques1, ques2, etc. Do not inflate small details into fake subproblems.cumcm_problems or mcm_icm_problems for similar task wording, attachment patterns, and hidden scoring cues. Record only sourced hits using ../_references/rag_usage_contract.md and ../_references/source_quality_policy.md; core problem facts should come from the current files or S official sources, not unsourced memory.WORKFLOW_STATE.md; mark any unreadable or semantically unclear data as HIGH risk.problem-analyst and data-auditor independently, then summarize their outputs into reports/AGENT_RUNS.md.# Problem Brief
## Contest And Task
## Source Files
## Top-Level Questions
## Inputs And Outputs
## Constraints And Evaluation
## Dependencies Between Questions
## Ambiguities And Risks
## Next Modeling Needs
## Local RAG Evidence Used
# Data Audit
## File Inventory
## Table And Field Summary
## Missing / Abnormal / Duplicate Data
## Unit And Encoding Issues
## Usable Variables By Question
## Derived Variables Needed
## Blocking Risks
Write reports/INTAKE_GATE.md with PASS, CONDITIONAL_PASS, or FAIL.
Do not proceed to modeling on FAIL. On CONDITIONAL_PASS, list exactly what the model strategy stage must handle.