소스 정보
- 저장소
- reaslab/MathModelingAgent-CodexBundle
- 최근 소스 활동
- 2026년 8월 15일 08:20
- 감지된 SKILL.md 언어
- 영어
- 스타
- 5
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/reaslab/MathModelingAgent-CodexBundle --skill mathflow명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | mathflow |
| description | Use when mathematical research work needs stage-aware guidance before proceeding. |
Use this skill when a task involves mathematical research, derivations, mathematical modeling, simulation, numerical experiments, theorem exploration, or conclusion-building across multiple stages of analysis.
mathflow selects the next needed stage skill on demand, one stage at a time.mathflow is not an eager loader for the whole skill family; load only the stage skill needed for the next step.problem-analysis.mathematical-modeling before introducing new equations or assumptions.derivation-and-proof-checking when analytical claims depend on a derivation, proof attempt, or justification audit.research-planning before numerical work.numerical-experimentation for simulation, solver, sweep, or computational execution work.result-validation before making strong claims.result-validation before self-audit-loop; result-validation prepares work for audit.self-audit-loop as the final skepticism gate before report-writing.report-writing only after self-audit-loop completes.problem-analysis.mathematical-modeling first.derivation-and-proof-checking.research-planning first unless that stage is already complete.numerical-experimentation.result-validation.result-validation to prepare work for audit through special-case, limit-case, sensitivity, and consistency checks before any final takeaway.self-audit-loop as the explicit final skepticism gate before report-writing.report-writing.problem-analysis: clarify the question, constraints, success criteria, and missing information.mathematical-modeling: define variables, assumptions, structures, and candidate mathematical representations.derivation-and-proof-checking: review derivations, proofs, and mathematical arguments so justified results stay separated from heuristics, conjecture, or unsupported steps.research-planning: choose experiment objectives, baselines, metrics, stop rules, and fallback branches before numerical execution.numerical-experimentation: run reproducible simulations, sweeps, solvers, or computational studies while retaining anomalies and report-ready evidence.result-validation: test sensitivity, consistency, edge cases, special cases, limit cases, and alternative explanations so the evidence is prepared for audit.self-audit-loop: run the explicit final skepticism gate before report-writing by searching for failure regions, overreach, and unsupported stretches.report-writing: turn staged outputs into a final report that preserves claim strength, caveats, and evidence boundaries.mathflow is a single-step router: it selects the next needed stage skill on demand instead of eager-loading every child skill.problem-analysis -> mathematical-modeling -> derivation-and-proof-checking or research-planning -> numerical-experimentation -> result-validation -> self-audit-loop -> report-writing, but only the stages required by the actual task should be used.derivation-and-proof-checking may follow mathematical-modeling directly when the next need is analytical justification rather than numerical execution.research-planning feeds numerical-experimentation; do not collapse planning and execution into one stage.result-validation prepares work for audit; self-audit-loop is the final skepticism gate before report-writing.self-audit-loop finds insufficient support, route back to mathematical-modeling, derivation-and-proof-checking, research-planning, or numerical-experimentation based on the source of the problem.report-writing only after the necessary validation and self-audit work is complete and the evidence is ready to be communicated honestly.