Agent skill · Data & Analytics

cte-tables-figures

Use when finalizing regression tables and figures for a 《财贸经济》 manuscript. Enforces three-line table style, footnote conventions, column-count discipline, transparent data sourcing, and figure aesthetics. 本技能服务于《财贸经济》(Finance & Trade Economics, CTE)。

brycew6m878★ · +32/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill cte-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: Finance-and-Trade-Economics-Skills/skills/cte-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

# 表格与图形(cte-tables-figures) ## 触发时机 - 主表 8 列以上,审稿人吐槽"信息密度过高";或表格用了边框 / 阴影 / 颜色,不符合三线表规范 - 数据来源写"公开渠道"却不点名——本刊退稿雷区"数据来源不透明" - 图形分辨率不足 / 配色不专业 / 直接贴 Stata 截图 ## 表格规范(三线表 / booktabs) ### 必备结构 ``` 表 3 增值税留抵退税对企业投资的影响 ═══════════════════════════════════════════ (1) (2) (3) 变量 企业投资 企业投资 企业投资 ─────────────────────────────────────────── 退税×退税后 0.058*** 0.047*** 0.043*** (0.016) (0.015) (0.017) ...... ─────────────────────────────────────────── 控制变量 否 是 是 企业固定效应 是 是 是 年份固定效应 是 是 是 观测值 28,540 28,540 28,540 R² 0.203 0.241 0.248 ═══════════════════════════════════════════ 注:括号内为聚类于城市层级的稳健标准误;***、**、* 分别表示 1%、5%、10% 显著水平。 ``` ### 严守约束 - **主表不超过 6 列**(极端情况 7 列,绝不 8 列) - **三线表**:顶线粗、中线细、底线粗,无竖线 - 显著性标记 `*** ** *` 统一用三档 - 标准误在系数下方括号内,**不要用 t 值或 z 值** - 控制变量行写"是 / 否",注明固定效应层级 - 表号 + 表名在表上方,注释在表下方 - 注释**必须**包含:聚类层次(企业 / 城市 / 行业)、显著性符号定义 ## 变量定义表 主回归表之前必须有变量定义表,格式约定: | 变量类型 | 变量名称 | 变量定义(计算口径 / 单位) | 数据来源 | |---|---|---|---| | 被解释变量 | inv | 企业投资(资本支出 / 期初总资产) | CSMAR | | 核心解释变量 | vat_refund | 是否享受留抵退税虚拟变量 | 税务政策文件整理 | | 控制变量 | size | 企业规模(总资产取对数) | CSMAR | | 控制变量 | lev | 资产负债率(总负债 / 总资产) | WIND | | 工具变量 | iv_pilot | 所在城市纳入试点的时间 | 政策文件整理 | 约束: - 每个变量**有且仅有一行**定义,不要在正文里再重新定义一遍 - 变量定义要给出**计算口径 / 单位**(如"

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 cte-tables-figures skill do?

Use when finalizing regression tables and figures for a 《财贸经济》 manuscript. Enforces three-line table style, footnote conventions, column-count discipline, transparent data sourcing, and figure aesthetics. 本技能服务于《财贸经济》(Finance & Trade Economics, CTE)。

How do I install it?

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