Agent skill · Business & Finance

cfe-tables-figures

Use when finalizing regression tables and figures for a Journal-of-Finance-and-Economics manuscript. Enforces three-line table style, footnote conventions, column-count discipline, variable-definition table, and figure aesthetics.

brycew6m878★ · +32/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill cfe-tables-figures --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: Journal-of-Finance-and-Economics-Skills/skills/cfe-tables-figures/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 909 · +31 this week
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 表格与图形(cfe-tables-figures) ## 触发时机 - 主表列数过多,审稿人吐槽"信息密度过高" - 表格用了边框 / 阴影 / 颜色 —— 不符合 CSSCI 财经期刊规范 - 数据来源写成"公开渠道" - 图形分辨率不足 / 配色不专业 ## 表格规范(三线表 / booktabs) ### 必备结构 ``` 表 3 减税政策对企业投资的影响 ═══════════════════════════════════════════ (1) (2) (3) 变量 投资率 投资率 投资率 ─────────────────────────────────────────── 减税×处理后 0.045*** 0.038*** 0.040*** (0.012) (0.011) (0.013) ...... ─────────────────────────────────────────── 控制变量 否 是 是 企业固定效应 是 是 是 年份固定效应 是 是 是 观测值 10,234 10,234 10,234 R² 0.213 0.247 0.251 ═══════════════════════════════════════════ 注:括号内为聚类于企业层面的稳健标准误;***、**、* 分别表示 1%、5%、10% 显著水平。 ``` ### 严守约束 - 主表列数克制(一般不超过 6 列;极端 7 列,避免 8 列堆砌) - **三线表**:顶线粗、中线细、底线粗,无竖线 - 显著性标记 `*** ** *` 统一用三档 - 标准误在系数下方括号内,**不要用 t 值或 z 值**(除非另有说明并统一) - 控制变量 / 固定效应行写"是 / 否" - 表号 + 表名在表上方,注释在表下方 - 注释**必须**包含:聚类层次、显著性符号定义 ## 变量定义表 主回归表之前必须有变量定义表,《财经研究》格式约定: | 变量类型 | 变量名称 | 变量定义 | 数据来源 | |----------|----------|----------|----------| | 被解释变量 | Invest | 投资率 = 资本支出 / 期初总资产 | 国泰安 | | 核心解释变量 | TaxCut | 减税政策实施虚拟变量 | 全国税收调查 | | 控制变量 | Size | 企业规模(总资产对数) | 国泰安 | | 控制变量 | Lev | 资产负债率 | 国泰安 | | 工具变量 | IV_dist | 距试点城市的最短地理距离 | 作者计算 | 约束: - 每个变量**有且仅有一行**定义,不要在正文里再重新定义一遍 - 变量定义要给出**计算公式**(不是描述),如"= 资本支出 / 期初总资产",不是"反映投资水平" - 数据来源

What's inside
Steps it walks through
  1. 触发时机
  2. 表格规范(三线表 / booktabs)
  3. 必备结构
  4. 严守约束
  5. 变量定义表
  6. 数据说明段落模板
  7. 图形规范
  8. 常见图类
  9. 执行桥(StatsPAI / Stata MCP)
  10. 必查清单
  11. 反模式
  12. 输出格式
More from Awesome-Journal-Skills
All skills →
About this skill
What does the cfe-tables-figures skill do?

Use when finalizing regression tables and figures for a Journal-of-Finance-and-Economics manuscript. Enforces three-line table style, footnote conventions, column-count discipline, variable-definition table, and figure aesthetics.

How do I install it?

Run `npx skills add brycewang-stanford/Awesome-Journal-Skills --skill cfe-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 909 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.

Keep going