用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/SandroHub013/UnaBetting --skill deploy命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | deploy |
| description | Publish the current honest metrics to README, website and app (this project's only "deploy"). |
There is no server deployment. "Deploy" means publishing the latest honest numbers from the single source of truth:
python -m src.models.train then
python -m src.models.backtest (they write models/atp_metrics.json and
reports/last_backtest.json).python scripts/publish_metrics.py — rewrites docs/web/metrics.js and the
README <!--METRICS--> block from those files.python scripts/log_metrics_history.py — appends the snapshot to
reports/metrics_history.csv.docs or web scope.Rules: never publish numbers that didn't come from a retrain you actually ran —
a merged experiment is not a verified one (EXPERIMENTS.md, 2026-06-12 lesson).
The website is GitHub Pages off this repo; the desktop app reads
atp_metrics.json live via /api/model, so it needs no extra publish step.