用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ALLBLUEUK/structural-modeling-for-economists --skill build-tables命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | build-tables |
| description | 组装校准表 / 矩比对表 / IRF 表 / 反事实表为 CSV 与 LaTeX。当用户说"做表"、"build tables"、"出 LaTeX 表"、"摘要表"时调用。 |
| type | utility |
| 字段 | 类型 | 说明 |
|---|---|---|
model_name | str | |
table_kind | enum | calibration / moment / irf_peak / cf_compare |
source_files | list[path] | |
format | enum | csv / tex / both(默认 both) |
table_kind 应用对应模板(在 templates/ 下)。booktabs 风格)到 output/tables/。\input{} 索引。| 文件 | 必产 | 说明 |
|---|---|---|
output/tables/<model>_<kind>.csv | ✅ | |
output/tables/<model>_<kind>.tex | ✅ |
| 症状 | 处理 |
|---|---|
| 必备前置未满足 | 报错并指出缺什么;不绕过 |
| 上游产物 stale | 重跑上游 skill;不"凭旧的 checkpoint 继续" |
| 用户口径模糊 | 调用 interview-me skill 反向访谈 |