plugin/skills/stata-setup/SKILL.md
Install, configure, update, or verify mcp-stata across Claude Code, Codex, Gemini CLI, Cursor, Windsurf, and VS Code. Activate when users ask to set up the Stata toolkit or troubleshoot the installation.
npx skillsauth add tmonk/mcp-stata stata-setupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use the shared installer and verification flow instead of hand-writing per-agent config unless the user explicitly asks for manual steps.
Project-shared install:
bash plugin/install.sh --scope project
Personal install:
bash plugin/install.sh --scope user
Specific agent:
bash plugin/install.sh --agent codex
Pin a version if a lab wants to:
bash plugin/install.sh --version 2.5.1
Offline/local source:
bash plugin/install.sh --local-source /path/to/mcp-stata
Live verification:
bash plugin/install.sh --verify
mcp-stataplugin/gemini-extension.json~/.agents/skills/mcp-stata symlinks for compatible agentsWhen the user asks whether setup is complete, verify more than “the file exists”:
uv / uvx availabilityreghdfe and gtoolsIf live verification is not possible on the current machine, state exactly what remains unverified.
STATA_PATH.--scope user.tools
Show mcp-stata identity, connected tools, and status. Use when the user asks if mcp-stata is available, asks about access to the toolkit, or asks what Stata tools are connected.
tools
Activate when users mention Stata commands, .do files, regressions, econometrics, stored results, graphs, dataset inspection, replication, or Stata errors. Route the task through mcp-stata tools and the specialized research skills instead of treating it as plain text coding.
development
Build and review paper-ready regression, balance, and summary tables from Stata outputs. Use when the user needs a clean table for a draft, appendix, or coauthor share-out.
development
Run arbitrary Stata code or a .do file and display the result.