소스 정보
- 저장소
- zklzzklzkl/MathModel
- 최근 소스 활동
- 2026년 7월 2일 06:06
- 감지된 SKILL.md 언어
- 영어
- 스타
- 7
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
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.