Gojiberry AI
AI agents that find and contact high-intent leads for you
Try Gojiberry free →
Hermes Agent
Run your Hermes agent, fully managed
Launch on Hostinger →
Hostinger VPS
Spin up a VPS in one click, 20% off
Launch on Hostinger →
Firecrawl
Crawl and scrape any site into clean data
Try Firecrawl free →
Runable
One AI agent to build, run, and grow your business
Try Runable free →
Context.dev
One API to scrape, enrich, and extract the web
Start building free →
Jotform
Forms, workflows, and AI Agents for your team
Try Jotform free →
Runable
One AI agent to build, run, and grow your business
Try Runable free →
OpenClaw
Deploy a managed OpenClaw agent in 60 seconds
Launch on Hostinger →
Sponsor here
9/10 sponsor slots taken — 1 left
Claim it →
Claude Market
Menu
SkillsMCPPluginsMarketplacesNewsletterSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Claude Market
SkillsMCPPluginsMarketplacesNewsletterSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Skills/jihe520/mathmodelagent/3coding-visual
3coding-visual logo

3coding-visual

jihe520/mathmodelagent
825 installs3K stars
Run it on Hostinger, 20% off →Your friend gets 20% off too, using this linkFree API →|Prompt Injection|View on GitHub|Create your own skill →

Installation

npx skills add https://github.com/jihe520/mathmodelagent --skill 3coding-visual

Summary

数学建模编程实现与数据图表生成阶段。根据 ANALYSIS_MODELING_REPORT.md 编写可复现代码、运行求解、验证约束、输出 RESULTS_REPORT.md 并生成论文可用的数据驱动图表 PDF。

SKILL.md

编程实现与数据图表生成

本 skill 承接 2analysis-modeling。目标是把 reports/ANALYSIS_MODELING_REPORT.md 里的模型和算法落实为可复现程序,跑出可信结果,并生成论文中需要的数据型图表。

数学建模规范参考

如需领域判断,读取 ../_references/math_modeling_norms.md 中的“题型防错速查”“代码实现与结果”“编码阶段常见错误”和“图表与可视化”小节。该文件只作为规范知识库,不新增本阶段的固定产物。

阶段边界

  • 本阶段负责:代码、实验运行、结果、结果表、数据驱动图表。
  • 本阶段不负责:技术路线图、算法流程图、系统架构图、概念示意图。这些交给 4drawio。
  • 本阶段不写论文正文,只为 5writing 提供可信数值和图表资产。

Step 1: 代码结构

按 plan.md 中"项目目录结构"创建 code/ 和 figures/ 骨架,再开始写代码。子问题数不一定是 3,按赛题实际数量调整。

Step 2: 逐子问题实现

按子问题顺序实现,不要一次性写完不跑。

每个子问题必须完成:

  1. 读取所需数据。
  2. 实现模型或算法。
  3. 验证约束。
  4. 输出核心结果。
  5. 绘制丰富的图表。
  6. 在 reports/RESULTS_REPORT.md 中写清楚方法、关键数值和校验结果。

优化类问题必须先保证可行解,再优化目标值。预测类问题必须做训练/验证划分或合理误差评估。评价类问题必须说明指标方向、归一化方法和权重来源。

Step 3: 结果文件格式

AI 在实现、求解和作图过程中,必须把关键中间过程保存成数据并做好记录,例如清洗后的数据摘要、模型参数、迭代历史、约束检查、灵敏度分析过程、图表所用数据和运行日志。中间数据优先保存到 figures/ 或 code/outputs/,并在 reports/RESULTS_REPORT.md 中说明文件用途。

reports/RESULTS_REPORT.md 推荐结构:

# 计算结果

## 运行环境
## 数据读取与预处理
## 问题一结果
## 问题二结果
## 问题三结果
## 灵敏度分析
## 约束与一致性校验
## 与建模报告的一致性说明
## 可复现运行方式

所有数据和图表结果都必须出现在 reports/RESULTS_REPORT.md 中引用

Step 4: 生成数据驱动图表

根据 reports/ANALYSIS_MODELING_REPORT.md 和 reports/RESULTS_REPORT.md 规划图表,生成 PDF 到 figures/。

典型图表:

  • 预测类:真实值-预测值对比、误差分布、指标对比。
  • 优化类:收敛曲线、成本对比、资源利用率、方案前后对比。
  • 评价类:综合得分排序、雷达图、热力图、敏感性曲线。
  • 数据理解:分布图、趋势图、相关性图、箱线图。

图表要求:

  • PDF 矢量输出,适合论文。
  • 不在图内写大标题,标题交给论文 caption(Typst 的 caption: 或 LaTeX 的 \caption{})。
  • 中文论文图表使用中文坐标轴和图例;英文论文使用英文。
  • 不生成流程图/架构图/路线图。

图表可以由主程序或独立脚本生成,不强制固定脚本名。无论采用哪种方式,都必须保存图表对应的数据来源和生成记录。

Score

0–100
65/ 100

Grade

C

Popularity17/30

825 installs — growing adoption. Source repo has 3,352 GitHub stars.

Completeness27/30

Documented: full SKILL.md body, description, one-line install. Missing: category/license metadata.

Trust15/25

Community skill with a public GitHub source repository you can review.

Freshness6/15

No update timestamp is tracked for this skill in our catalog.

Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

3coding Visual skill score badge previewScore badge

Markdown

[![3coding Visual skill](https://www.claudemarket.ai/skills/jihe520/mathmodelagent/3coding-visual/badges/score.svg)](https://www.claudemarket.ai/skills/jihe520/mathmodelagent/3coding-visual)

HTML

<a href="https://www.claudemarket.ai/skills/jihe520/mathmodelagent/3coding-visual"><img src="https://www.claudemarket.ai/skills/jihe520/mathmodelagent/3coding-visual/badges/score.svg" alt="3coding Visual skill"/></a>

3coding Visual FAQ

How do I install the 3coding Visual skill?

Run “npx skills add https://github.com/jihe520/mathmodelagent --skill 3coding-visual” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.

What does the 3coding Visual skill do?

数学建模编程实现与数据图表生成阶段。根据 ANALYSIS_MODELING_REPORT.md 编写可复现代码、运行求解、验证约束、输出 RESULTS_REPORT.md 并生成论文可用的数据驱动图表 PDF。 The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the 3coding Visual skill free?

Yes. 3coding Visual is a free, open-source skill published from jihe520/mathmodelagent. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does 3coding Visual work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so 3coding Visual works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Recommended skills

Browse all →
azure-resource-visualizer logo

azure-resource-visualizer

microsoft/azure-skills

512K installsInstall
high-end-visual-design logo

high-end-visual-design

leonxlnx/taste-skill

261K installsInstall
find-skills logo

find-skills

vercel-labs/skills

2.9M installsInstall
grill-me logo

grill-me

mattpocock/skills

817K installsInstall
frontend-design logo

frontend-design

anthropics/skills

762K installsInstall
grill-with-docs logo

grill-with-docs

mattpocock/skills

696K installsInstall

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

GuideBest Openclaw Skills 2026GuideHow To Evaluate Openclaw Skill Before InstallingGuideOpenclaw Skills Complete Guide

Skills by category

FrontendBackend & APIsTesting & QASecurityDevOps & CI/CDMCP & ToolingAutomationData & Analysis+27 more

MCP servers by category

MCP & ToolingBackend & APIsData & AnalysisDevOps & CI/CDAutomationSecurityDocsTesting & QA+24 more

Plugins by category

AutomationDevOps & CI/CDData & AnalysisDesign & CreativeSecurityBackend & APIsFrontendTesting & QA+16 more

Marketplaces by category

AutomationData & AnalysisDevOps & CI/CDDesign & CreativeFrontendBackend & APIsTesting & QASecurity+21 more

The Agent Stack

Weekly Claude Code, Agent SDK, and MCP moves worth your time — free.

Claude Market

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

Independent project, not affiliated with Anthropic.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Plugins
  • Browse Marketplaces
  • Newsletter

More

  • Submit a Tool
  • Create a Skill
  • Advertise
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy
© 2026 Claude Market · Not affiliated with Anthropic
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0Featured on Uneed