Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Econ Review Setup

ASecurity

Prepare, verify, repair, or refresh the user-owned Python runtime and local Review Desk used by an installed econ-review plugin. Use when the user installs econ-review from a marketplace, asks to finish setup, reports missing Python packages or Poppler, needs the Review Desk launcher, or wants to check installation readiness without creating duplicate Claude Code or Codex skill copies.

17 stars
0 votes
0 copies
1 views
Added 8/30/2026
ai-agentspythonnodebackend

Works with

claude code

Security Analysis

A100/100

Scanned 8/30/2026

Install to Claude Code

$npx -y skills add hanlulong/econ-paper-review-skill --skill econ-review-setup --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Econ Review Setup?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Econ Review Setup
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/hanlulong-econ-review-setup/badge)](https://www.skillsdirectory.com/skills/hanlulong-econ-review-setup)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: econ-review-setup
description: Prepare, verify, repair, or refresh the user-owned Python runtime and local Review Desk used by an installed econ-review plugin. Use when the user installs econ-review from a marketplace, asks to finish setup, reports missing Python packages or Poppler, needs the Review Desk launcher, or wants to check installation readiness without creating duplicate Claude Code or Codex skill copies.
---

# 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
   to download packages or change user-level state.
5. Preserve the setup tool's exit distinction. Exit `0` means the core runtime,
   PDF ingestion, and requested Review Desk passed. Exit `2` means the managed
   runtime and Review Desk may be ready but PDF ingestion is still incomplete,
   normally because Poppler is absent. Do not call that a failed plugin install.
6. Never install Poppler, Tesseract, TeX, Pandoc, Node.js, an optional PDF
   backend, or any administrator-managed package automatically. If Poppler is
   missing, report the setup tool's platform-specific user-level options and
   ask separately before running a package-manager command.
7. Verify runtime discovery without changing files:

   ```text
   PYTHON PLUGIN_ROOT/scripts/setup_econ_review.py --runtime-path
   ```

   After project-only setup, pass the same project scope instead:

   ```text
   PYTHON PLUGIN_ROOT/scripts/setup_econ_review.py --runtime-path --local PROJECT_DIRECTORY
   ```

   This read-only resolver verifies and prints only the managed interpreter.
   Preserve the setup command's earlier PDF-doctor result and Review Desk launch
   command or URL when reporting overall readiness. Never expose package-index
   credentials or environment-secret values in the response.

8. When the user asks to uninstall support data, show
   `--cleanup-support --global --dry-run` (or the matching `--local` scope)
   first. Apply the same scope with `--confirm-cleanup` only after explicit
   confirmation. Explain that plugin removal alone retains the runtime,
   descriptor, and Review Desk, while cleanup leaves the plugin and any direct
   skill copy unchanged.

Attribution

hanlulonghanlulong
View sourceMore from hanlulong →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Caveman

Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

1023331 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3331 votes

catchup

Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.

611 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →