Mathodology web ui
Skill sweetcornna/mathodology/.claude/skills/mathodology-web-ui
专为数学建模竞赛设计的数模 Agent Skills:MCM/ICM 美赛、CUMCM 国赛、华数杯、M3、HiMCM 等,面向 Claude Code 与 Codex 的获奖级建模工作流。Math modeling contest skills for Claude Code & Codex.
npx -y skills add sweetcornna/mathodology --skill mathodology-web-uiAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Use when a Mathodology workflow needs figure/table presentation reasoning, or when consulting archived knowledge about the former web UI subsystem.
SKILL.md
2.6 KB, as published. Nobody here has run it
Mathodology Web UI Archive
Scope
This skill preserves architectural knowledge about the former Mathodology web interface.
The current GitHub branch does not contain frontend source, package manifests, generated TypeScript contracts, or build configuration. Use this skill for archived guidance and reconstruction planning, not for editing or building a UI in this checkout.
Archived Concepts
The former web UI presented modeling runs and artifacts through:
- dashboard and workbench views
- run creation, settings, and search configuration
- WebSocket event streaming and replay into local state
- paper, figure, critique, and export panels
- markdown, math, and code rendering
- API clients generated or aligned from shared contracts
Workflow Adapter Role
In the award-level workflow, use this skill when the submission needs reader-facing presentation quality:
- design clear figure and table narratives
- keep result panels in mind when organizing outputs
- make progress, assumptions, and limitations visible in the paper
- treat captions as part of the argument, not decoration
- make final deliverables easy for a reviewer to inspect
Codex agents should use this as presentation and artifact-organization guidance.
Claude Code paper and packaging subagents should reference this when deciding how figures, tables, exports, and final files should be arranged for review.
How To Maintain This Skill
When updating archived UI guidance:
- State that implementation files are historical and absent from this branch.
- Keep guidance focused on behavior, component responsibilities, and reconstruction concerns.
- Do not list current frontend commands or missing source paths as active instructions.
- If exact component details are needed, inspect Git history in a separate worktree.
- Coordinate API and event assumptions with the gateway archive skill.
Useful Questions
Use this skill for questions like:
- What UI responsibilities existed in the former product?
- How did run streaming and rendering concepts fit together?
- What behavior should be preserved if a new frontend is rebuilt?
- Which historical UI details need Git-history verification?
Current-Branch Rule
Any current-branch edit should be limited to skills or documentation. Do not add frontend source, package manifests, generated contracts, static assets, or build outputs back to this branch unless the user explicitly changes the repository strategy.