by hanlulong
Agent Skill that transforms AI assistants into expert economics paper writers. Synthesizes 50+ guides by Cochrane, McCloskey, Shapiro, Head, Bellemare, Goldin, Kremer. Compatible with Claude Code and OpenAI Codex.
# Add to your Claude Code skills
git clone https://github.com/hanlulong/econ-writing-skillGuides for using ai agents skills like econ-writing-skill.
Last scanned: 7/15/2026
{
"issues": [
{
"file": "README.md",
"line": 81,
"type": "remote-install",
"message": "Install command (remote install script piped to a shell — review the source before running): \"curl -fsSL https://raw.githubusercontent.com/hanlulong/econ-writing-skill/main/s\"",
"severity": "low"
}
],
"status": "PASSED",
"scannedAt": "2026-07-15T06:12:47.967Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}econ-writing-skill is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by hanlulong. Agent Skill that transforms AI assistants into expert economics paper writers. Synthesizes 50+ guides by Cochrane, McCloskey, Shapiro, Head, Bellemare, Goldin, Kremer. Compatible with Claude Code and OpenAI Codex. It has 465 GitHub stars.
Yes. econ-writing-skill passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/hanlulong/econ-writing-skill" and add it to your Claude Code skills directory (see the Installation section above).
econ-writing-skill is primarily written in Python. It is open-source under hanlulong on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh econ-writing-skill against similar tools.
No comments yet. Be the first to share your thoughts!
An Agent Skill that transforms AI assistants into expert economics paper writers, synthesizing best practices from 50+ authoritative guides by Nobel laureates, Clark Medal winners, and leading economists.
Econ Writing Skill is an open-source Agent Skill that gives AI coding assistants deep knowledge of how to write economics papers. It distills actionable advice from over 50 guides by John Cochrane, Deirdre McCloskey, Jesse Shapiro, Keith Head, Marc Bellemare, Claudia Goldin, Edward Glaeser, Michael Kremer, and many others into a single structured skill file. Compatible with the Agent Skills open standard, it works with Claude Code and OpenAI Codex out of the box.
Open Codex or Claude Code in any project and paste this once:
Install or update Econ Write as a standalone skill for the client I am using. Read and follow https://github.com/hanlulong/econ-writing-skill/blob/main/INSTALL.md. Handle same-client migration, backups, and verification yourself. Do not install for or change the other client. Do not ask me to run commands. Finish with a concise result.
The same prompt handles a first installation, future updates, and safe migration from a native plugin. It installs only for the client receiving the prompt.
On macOS or Linux, install only for Claude Code:
curl -fsSL https://raw.githubusercontent.com/hanlulong/econ-writing-skill/main/scripts/install.sh | bash -s -- --global --claude
Or install only for Codex:
curl -fsSL https://raw.githubusercontent.com/hanlulong/econ-writing-skill/main/scripts/install.sh | bash -s -- --global --codex
Pass --all only when you intentionally want both clients. On Windows, or for
project-local and manual installation, see Installation and updates.
If the same client already has the native plugin, use the recommended agent
prompt or the migration instructions so only one copy remains active.
Claude Code:
claude plugin marketplace add OpenEconAI/plugins
claude plugin install econ-write@openeconai --scope user
Explicit plugin invocation: /econ-write:econ-write.
Codex:
codex plugin marketplace add OpenEconAI/plugins
codex plugin add econ-write@openeconai
Explicit plugin invocation: $econ-write:econ-write.
Natural-language activation works with either installation method. Use one method per client; when switching methods, verify the replacement before deactivating only that client's old copy.
With the recommended standalone installation, natural-language requests can
activate the skill automatically. To invoke it explicitly, use /econ-write in
Claude Code or $econ-write in Codex (you can also select it from Codex's
/skills menu).
Claude Code:
/econ-write write introduction for my paper on the effect of minimum wage on employment
Codex:
$econ-write rewrite this abstract to be more concrete and under 150 words
Either client can also use an ordinary request such as:
Use econ-write to draft a conclusion for my RDD paper on school funding.
Use econ-write to review this paragraph for style violations.
Use econ-write to help me structure the model section for my theory paper.
Use econ-write to audit my full paper and score it.
The skill works in four modes:
[AUTHOR: ...] placeholders.