원클릭으로
outline
Analyze paper structure — section balance, word counts, Cochrane-principle compliance
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Analyze paper structure — section balance, word counts, Cochrane-principle compliance
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 | outline |
| description | Analyze paper structure — section balance, word counts, Cochrane-principle compliance |
| user_invocable | true |
Review the current paper structure: section balance, word counts, Cochrane-principle compliance, and structural integrity.
/outline — full structural analysis of main.tex/outline balance — check section length balance only/outline cochrane — Cochrane-principle compliance check onlymain.tex\section{}, \subsection{}, \subsubsection{} commands%% BEGIN/END markers)%% BEGIN/END markers are present and match registered keysRegistered section keys: Check the project's CLAUDE.md or guidance/paper-context.md for the section key registry. If neither exists, discover keys by scanning for %% BEGIN: markers in main.tex.
Section Presence:
main.tex but are not in the registered key listSection Balance:
Organization (Cochrane Principles):
If guidance/paper-context.md exists, run its registered structural checks. Common checks include:
If no paper-context file exists, skip this step and note it in the output.
PAPER OUTLINE
=============
Title: [from \title{} command in main.tex]
Current Structure:
1. [Section name] (key: [key]) — N lines, ~M words
2. [Section name] (key: [key]) — N lines, ~M words
...
---
A. [Appendix name] (key: [key]) — N lines, ~M words
...
Total body: ~W words (~P pages at 250 words/page)
Total with appendices: ~W' words
Section Balance:
Average body section: ~N words
Longest: [section] (M words, Xx average)
Shortest: [section] (M words, Xx average)
Cochrane Check:
[x] Main result in first half of paper
[x] Literature review after contribution
[x] Robustness in appendix
[ ] Introduction exceeds 3-page target (currently ~P pages)
Project-Specific Checks:
[x] [check description]
[ ] [any issues found]
(or: "No paper-context.md found — skipping project-specific checks")
Section Markers:
N/N sections have valid %% BEGIN/END markers
[any marker issues]