From jet-skills
Guides creation of schematic theory figures and small illustrative tables for Journal of Economic Theory papers, ensuring notation consistency and vector output.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jet-skills:jet-tables-figuresThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- You need a diagram to convey an equilibrium, a mechanism, or a comparative-static
JET is a theorem-proof journal, so most exhibits are schematic, not data-driven. The typical JET figure clarifies an argument:
Numerical tables are light and subordinate — admitted only to illustrate or test a theoretical result (see jet-data-analysis), never as the paper's payload.
pgfplots; export matplotlib/Julia plots to PDF.Keep an exhibit only if it does one of four jobs:
If the exhibit is decorative or repeats a proof step without reducing cognitive load, delete it. JET referees value proof clarity more than visual volume.
| Result type | Default JET schematic | Drawing notes |
|---|---|---|
| Parameter-region characterization | partition of the parameter square (e.g., pooling vs separating) | label regions with the economics; each boundary curve gets its defining equation in the note |
| Order-theoretic / lattice result | Hasse diagram of the relevant poset | orient the diagram by the order actually used in the proof |
| Dynamic game / contract | timeline or extensive-form tree | nodes say who moves and what is observed at that point |
| Mechanism / information flow | report → allocation/transfer schematic | one arrow per message; types listed on the input side |
| Tightness of a bound | the bound and the attaining example on one axis pair | mark the attainment point explicitly so tightness is visible |
\begin{tikzpicture}[scale=3]
\draw[->] (0,0) -- (1.05,0) node[below] {$\alpha$ (ambiguity)};
\draw[->] (0,0) -- (0,1.05) node[left] {$\Delta$ (type gap)};
\draw[thick] (0,0) .. controls (0.5,0.45) .. (1,0.6); % boundary from Prop. 3, eq. (11)
\node at (0.30,0.72) {separating};
\node at (0.70,0.22) {pooling};
\end{tikzpicture}
% Note text: symbols identical to the body; the boundary is the locus where (IC-H) binds, eq. (11).
Adapt the axes and boundary to your model, but keep the pattern: every drawn object traces back to a numbered equation or constraint in the text.
【Exhibit】<schematic type> | small illustrative table
【Notation match】identical to body? [Y/N]
【Format】vector (TikZ/PDF), self-contained note? [Y/N]
【Role】clarifies argument | illustrates theorem (subordinate)
【Next】jet-writing-style / jet-submission
npx claudepluginhub brycewang-stanford/awesome-journal-skills --plugin jet-skillsDesigns tables and figures for Journal of Labor Economics manuscripts under the journal's word economy, where each full-page exhibit counts as 500 words toward the ~20,000 word limit.
Guides formatting of tables and figures for JEEA manuscripts: three-line tables, no significance stars, self-contained notes, and publication-quality figures.
Guides designing self-explanatory figures and tables for JEP articles aimed at non-specialists. Emphasizes one-claim exhibits, rounded numbers, direct labels, and minimal chartjunk.