cre-tables-figures
Use when finalizing regression tables and figures for a 《中国农村经济》 manuscript. Enforces three-line table style, footnote conventions, column-count discipline, and figure aesthetics. 本技能服务于《中国农村经济》(China Rural Economy, CRE)。
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill cre-tables-figures --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 表格与图形(cre-tables-figures) ## 触发时机 - 主表 8 列以上,审稿人吐槽"信息密度过高" - 表格用了边框 / 阴影 / 颜色 —— 不符合本刊三线表规范 - 图形分辨率不足 / 配色不专业 / 直接贴 Stata 截图 ## 表格规范(三线表 / booktabs) ### 必备结构 ``` 表 3 土地确权对农户农业投资的影响 ═══════════════════════════════════════════ (1) (2) (3) 变量 农业投资 农业投资 农业投资 ─────────────────────────────────────────── 确权×确权后 0.062*** 0.051*** 0.048*** (0.018) (0.017) (0.019) ...... ─────────────────────────────────────────── 控制变量 否 是 是 农户固定效应 是 是 是 年份固定效应 是 是 是 观测值 12,486 12,486 12,486 R² 0.184 0.226 0.231 ═══════════════════════════════════════════ 注:括号内为聚类于村级的稳健标准误;***、**、* 分别表示 1%、5%、10% 显著水平。 ``` ### 严守约束 - **主表不超过 6 列**(极端情况 7 列,绝不 8 列) - **三线表**:顶线粗、中线细、底线粗,无竖线 - 显著性标记 `*** ** *` 统一用三档 - 标准误在系数下方括号内,**不要用 t 值或 z 值** - 控制变量行写"是 / 否",注明固定效应层级 - 表号 + 表名在表上方,注释在表下方 - 注释**必须**包含:聚类层次(农户 / 村 / 县)、显著性符号定义 ## 变量定义表 主回归表之前必须有变量定义表,三农研究的格式约定: | 变量类型 | 变量名称 | 变量定义 | 数据来源 | |----------|----------|----------|----------| | 被解释变量 | farm_inv | 农户农业投资(取对数,元/年) | CFPS | | 核心解释变量 | titled | 土地确权完成虚拟变量 | 农村固定观察点 | | 控制变量 | edu | 户主受教育年限 | CFPS | | 控制变量 | landsize | 家庭经营耕地面积(亩) | CFPS | | 工具变量 | iv_pilot | 所在县纳入确权试点的时间 | 政策文件整理 | 约束: - 每个变量**有且仅有一行**定义,不要在正文里再重新定义一遍 - 变量定义要给出**计算口径 / 单位**(如"取对数,元/年""亩"),不是"反映农户投资水平
- 触发时机
- 表格规范(三线表 / booktabs)
- 必备结构
- 严守约束
- 变量定义表
- 数据说明段落模板
- 图形规范
- 常见图类
- 执行桥(StatsPAI / Stata MCP)
- 必查清单
- 反模式
- 输出格式
What does the cre-tables-figures skill do?
Use when finalizing regression tables and figures for a 《中国农村经济》 manuscript. Enforces three-line table style, footnote conventions, column-count discipline, and figure aesthetics. 本技能服务于《中国农村经济》(China Rural Economy, CRE)。
How do I install it?
Run `npx skills add brycewang-stanford/Awesome-Journal-Skills --skill cre-tables-figures --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From brycewang-stanford/Awesome-Journal-Skills, a repository with 984 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.