From strucmod
组装校准表 / 矩比对表 / IRF 表 / 反事实表为 CSV 与 LaTeX。当用户说"做表"、"build tables"、"出 LaTeX 表"、"摘要表"时调用。
How this skill is triggered — by the user, by Claude, or both
Slash command
/strucmod:build-tablesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- "把 calibration.csv 转成 LaTeX 表"
| 字段 | 类型 | 说明 |
|---|---|---|
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 反向访谈 |
npx claudepluginhub allblueuk/structural-modeling-for-economists --plugin strucmodProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.