Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By halidaee
Academic manuscript skills for figures, tables, notation, proofs, bibliography, and visual synchronization. Includes 3 MCPs for citation operations.
npx claudepluginhub halidaee/econtools_marketplace --plugin manuscript-toolsUse when the user has an R/ggplot2 figure script and wants it formatted for AER or economics journal submission, mentions publication-ready figures, or asks to make a figure journal-compliant
Use when the user has an R script producing a table and wants it formatted for AER or economics journal submission, mentions AER style, booktabs formatting, journal-ready tables, or asks to make a table publication-ready
Use when the user wants to fix bare/written-out citations in a Quarto or LaTeX document, convert plain-text citations to proper BibTeX citation commands, clean up a bibliography, or check if working papers have been published
Clean and standardize .bib files for AER/QJE economics journal submissions
Use when the user is writing or editing math-heavy Quarto or LaTeX documents, defines new notation, asks about notation consistency, wants to check for symbol conflicts, or mentions notation conventions in economics papers
Admin access level
Server config contains admin-level keywords
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Build bibliographies from manuscript citations using Zotero. Extract in-text citations, match against Zotero library, and generate formatted bibliographies in APA, ASA, or Chicago style.
Research-team agents for Claude Code: supervisor, analysis-implementer, paper-writer, figure-descriptor, reviewer, literature-curator.
Manage your academic publication pipeline from Claude Code — list, search, create, move, analyse, export BibTeX, track reminders, and sync papers (GitHub + Overleaf) via the Kabbo MCP server.
Research integrity plugin for Claude Code — paper auditing, citation verification, experiment analysis, and methodology-first skills for academic workflows.
Specialized research analysis agents for critical thinking, evidence verification, synthesis, and parallel paper analysis
Rule-books and procedures for academic research with Claude Code: MCP-grounded citations, empirical integrity, systematic reviews, Zotero operations, and a parallel-critic manuscript revision loop. Includes a chat-driven /setup wizard for non-technical users.
R workflow skills for parallelization, style enforcement, environment management, and pipeline dependency tracking
R LSP with Air-first fallback
Python LSP via ty (Astral)
Economics research skills for Claude Code — streamline R analytics workflows and manuscript preparation with integrated tools for data analysis, bibliography management, and publication formatting.
This marketplace provides three integrated plugin collections with 12+ skills, MCP servers, and editor intelligence:
R workflow optimization for research data analysis
| Skill | Purpose |
|---|---|
| r-parallel | Convert sequential R code to parallel execution (future ecosystem) |
| r-style | Detect and refactor LLM code smells in R scripts |
| renv-manager | Set up and manage reproducible R environments |
| dependency-tracker | Map data flow and identify stale outputs in research pipelines |
Academic manuscript preparation with citation, formatting, and bibliography tools
| Skill | Purpose |
|---|---|
| aer-figures | AER-compliant figure formatting and validation |
| aer-tables | AER-compliant table formatting and validation |
| bibtex-curator | BibTeX reference curation and quality control |
| bibtex-janitor | Automated BibTeX cleanup and normalization |
| notation-guardian | Mathematical notation consistency checking |
| palette-designer | Color palette design with auto-preview |
| proof-checker | Cross-reference and formatting proofreading |
| visual-sync | Visual consistency across manuscript elements |
Lightweight language-server support for R inside Claude Code. This gives Claude immediate feedback about your R files while it edits them, so it can catch errors earlier, navigate definitions, and format consistently. It uses Posit Air when available, and falls back to the languageserver R package if Air isn’t installed.
Python language-server support via ty (Astral). Gives Claude real-time type checking and diagnostics for .py and .pyi files while it edits them. The LSP also lets Claude navigate definitions and find references directly, rather than searching through files manually — reducing token usage in Python-heavy projects.
To install the plugins, first install the marketplace. Go inside Claude Code and run:
/plugin marketplace add halidaee/econtools_marketplace
Then, install the plugins:
/plugin install analytics-toolkit@econtools_marketplace
/plugin install manuscript-tools@econtools_marketplace
/plugin install r-lsp@econtools_marketplace
These plugins include multiple MCP servers and skills that are loaded into Claude's context when active. While powerful, they can be token-heavy if all plugins remain enabled simultaneously.
Two approaches to manage token usage:
Install both plugins globally, then disable when not actively using them:
/plugin disable analytics-toolkit # When not working with R code
/plugin disable manuscript-tools # When not preparing manuscripts
Re-enable when needed:
/plugin enable analytics-toolkit # When working with R code
/plugin enable manuscript-tools # When preparing manuscripts
Install plugins only in the projects where you need them. This prevents them from loading in unrelated work.
Even within a single research project, you may want to toggle between plugins depending on your task—analytics tools for data analysis, manuscript tools for writing. You won't typically need both active at the same time.
The CrossRef MCP requires an email address to access their "polite pool" API tier (50 req/s vs 1 req/s). This takes 30 seconds to set up:
Option 1: Environment variable
export CROSSREF_MAILTO="your.email@domain.com"
Add this to your shell profile (~/.zshrc or ~/.bashrc) to make it permanent.