From jet-skills
Drafts and polishes JET theory manuscripts in Elsevier elsarticle theorem-proof format. Converts working papers, tightens notation, and enforces house style (author-year references, 250-word abstract, 1-7 keywords).
How this skill is triggered — by the user, by Claude, or both
Slash command
/jet-skills:jet-writing-styleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Drafting or polishing a JET theory manuscript
elsarticle class. Source must be editable .tex; PDF is not
accepted as a source file. Use proper theorem environments (amsthm): Definition, Assumption,
Proposition, Lemma, Theorem, Corollary, Proof.elsarticle-harv is the safest LaTeX default. References
cited in the abstract must be given in full. Keep unpublished results / personal communications
out of the reference list.Before submission, create a notation pass:
Notation consistency is not cosmetic in JET; it is how referees verify the argument.
% Body carries statements + a sketch; the appendix carries full proofs with restatements.
\begin{assumption}\label{a:sc}
Each type's utility satisfies strict single crossing in (action, type).
\end{assumption}
\begin{theorem}\label{thm:main}
Under Assumptions \ref{a:sc}--\ref{a:compact}, an optimal mechanism exists and is deterministic.
\end{theorem}
\begin{proof}[Sketch] % ≤ 1 paragraph in the body: name the key step, point to the appendix
The allocation is pinned down by Lemma~\ref{lem:mono}; a duality argument then delivers the
transfers. Full details are in Appendix~B.
\end{proof}
The pattern to copy: the theorem cites its assumptions by label, the sketch names the key argument in one sentence, and nothing in the body forces a referee to page-flip mid-statement.
The rewrite replaces "essentially" with the exact class where the claim holds and the example that bounds it. Run this transformation on every hedge word in the abstract and introduction.
.tex【Format】elsarticle .tex, amsthm environments? [Y/N]
【Notation】one symbol ↔ one object, body=proof? [Y/N]
【References】author-year ready; abstract refs in full; no personal comms? [Y/N]
【Metadata】≤250-word abstract; 1-7 keywords; Highlights compliant if used? [Y/N]
【Disclosures】AI declared at submission? [Y/N]
【Next】jet-tables-figures / jet-submission
npx claudepluginhub brycewang-stanford/awesome-journal-skills --plugin jet-skillsPolishes prose, notation, and proof exposition for Econometric Theory (ET) manuscripts — theorem-proof clarity, consistent notation, APA references, and ET formatting specs.
Formats Journal of Econometrics manuscripts in house style: concise abstract, contribution-first introduction, legible theorem-proof exposition, and Elsevier elsarticle references.
Runs a pre-submission preflight for Journal of Economic Theory (JET) via Elsevier Editorial Manager: checks editable source, abstract length, keywords, highlights, author-year references, data statement, and AI disclosure.