econ-review-setuplisted
Install: claude install-skill hanlulong/econ-paper-review-skill
# Set up Econ Review
Resolve `PLUGIN_ROOT` as the parent directory of the `skills/` directory that
contains this setup skill. Use the standard-library setup tool at
`PLUGIN_ROOT/scripts/setup_econ_review.py`. Do not copy the skill into an agent
home: marketplace installation already supplies it.
1. Find a working Python 3.10 or newer command with `venv` and pip bootstrapping
support already on the machine. Do not install Python, a package manager, a
missing `python3-venv` component, or system software on your own.
2. Choose global support setup unless the user explicitly requests one-project
state. For global setup, run this exact operation first with `--dry-run`:
```text
PYTHON PLUGIN_ROOT/scripts/setup_econ_review.py --support-only --global --with-review-desk --dry-run
```
For project state, replace `--global` with `--local PROJECT_DIRECTORY`.
3. Summarize the dry run in plain language. State that applying it creates or
refreshes a private econ-review virtual environment, may download the
version-constrained Python packages declared by the plugin, and installs the
already bundled, manifest-verified Review Desk. It does not install a second
skill copy, use administrator access, or upload a manuscript.
4. Apply the same command without `--dry-run` only when the user has explicitly
asked to install, finish, repair, or refresh setup, or confirms after seeing
the plan. Do not treat a request merely to review a paper as authorization