ワンクリックで
write-section
Write a new section or subsection of an empirical finance paper following academic writing rules
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Write a new section or subsection of an empirical finance paper following academic writing rules
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create a new empirical research project: generates projects/<name>/ with latex, code, scripts, results, literature, and guidance subfolders plus README.md and project-level CLAUDE.md.
Publication-ready figure conventions for empirical finance and economics. Covers matplotlib styling, color palettes, export settings, and common figure types (time series, decile bars, coefficient plots, event studies). Auto-apply when creating any figure, plot, or visualization.
Agent-driven cold-start onboarding. Use the repo shell entrypoint to find or install Python 3.11+, then run the shared bootstrap audit/plan/apply flow and configure WRDS only if the user has it.
Create and compile Beamer presentations following the Rhetoric of Decks philosophy. Use when making seminar or conference slides.
Compile LaTeX to PDF using pdflatex + bibtex cycle
Creates new Claude Code skills, auto-apply skills, or auto-trigger rules, or audits existing ones for quality and effectiveness.
| name | write-section |
| description | Write a new section or subsection of an empirical finance paper following academic writing rules |
When this skill is invoked, follow this structured workflow to write a new section or subsection of a paper.
/write-section introduction -- write the introduction/write-section "robustness checks" -- write a specific subsection/write-section conclusion -- write the conclusionThe user specifies which section to write (by name or description) and any additional instructions.
CLAUDE.md for paper structure, key claims, terminology, and domain concepts.claude/rules/academic-writing.md for style rules and banned words.claude/rules/latex-conventions.md for LaTeX formatting, section markers, and figure/table conventions.tex file(s) to identify what already exists vs. what needs to be writtenRead .claude/exemplars/cochrane_writing_tips.md for foundational writing principles. If the project has its own exemplars (in literature/ or referenced in the project's CLAUDE.md), read those too.
Extract the structural pattern appropriate for the section type:
If writing about methodology or formal results:
Write the section following these rules:
CLAUDE.md for paper-specific terms.claude/rules/latex-conventions.md conventions\cite{} keys exist in the .bib file. For any NEW citation, follow the verification protocol in .claude/rules/latex-citations.md. Never cite from memory.Before presenting the draft, check:
academic-writing.md Section 1 for full list)---) in prose (use commas, semicolons, colons, or parentheses)academic-writing.md)[HUMAN EDIT REQUIRED: ...]If requested, verify LaTeX compiles using the paths from canonical local state reported by tools/bootstrap.py audit (or a repo-root compatibility shim if present):
cd {latex_dir} && pdflatex -interaction=nonstopmode {file} && bibtex {stem} && pdflatex -interaction=nonstopmode {file} && pdflatex -interaction=nonstopmode {file}
Present the LaTeX text ready to insert. Include:
[HUMAN EDIT REQUIRED] flags